Searched refs:slot_zero (Results 1 – 2 of 2) sorted by relevance
2294 VCHIQ_SLOT_ZERO_T *slot_zero = in vchiq_init_slots() local2309 memset(slot_zero, 0, sizeof(VCHIQ_SLOT_ZERO_T)); in vchiq_init_slots()2311 slot_zero->magic = VCHIQ_MAGIC; in vchiq_init_slots()2312 slot_zero->version = VCHIQ_VERSION; in vchiq_init_slots()2313 slot_zero->version_min = VCHIQ_VERSION_MIN; in vchiq_init_slots()2314 slot_zero->slot_zero_size = sizeof(VCHIQ_SLOT_ZERO_T); in vchiq_init_slots()2315 slot_zero->slot_size = VCHIQ_SLOT_SIZE; in vchiq_init_slots()2316 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()2317 slot_zero->max_slots_per_side = VCHIQ_MAX_SLOTS_PER_SIDE; in vchiq_init_slots()2319 slot_zero->master.slot_sync = first_data_slot; in vchiq_init_slots()[all …]
537 vchiq_init_state(VCHIQ_STATE_T *state, VCHIQ_SLOT_ZERO_T *slot_zero,