Searched refs:slot_zero (Results 1 – 2 of 2) sorted by relevance
2286 VCHIQ_SLOT_ZERO_T *slot_zero = in vchiq_init_slots() local2301 memset(slot_zero, 0, sizeof(VCHIQ_SLOT_ZERO_T)); in vchiq_init_slots()2303 slot_zero->magic = VCHIQ_MAGIC; in vchiq_init_slots()2304 slot_zero->version = VCHIQ_VERSION; in vchiq_init_slots()2305 slot_zero->version_min = VCHIQ_VERSION_MIN; in vchiq_init_slots()2306 slot_zero->slot_zero_size = sizeof(VCHIQ_SLOT_ZERO_T); in vchiq_init_slots()2307 slot_zero->slot_size = VCHIQ_SLOT_SIZE; in vchiq_init_slots()2308 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()2309 slot_zero->max_slots_per_side = VCHIQ_MAX_SLOTS_PER_SIDE; in vchiq_init_slots()2311 slot_zero->master.slot_sync = first_data_slot; in vchiq_init_slots()[all …]
534 vchiq_init_state(VCHIQ_STATE_T *state, VCHIQ_SLOT_ZERO_T *slot_zero,