Home
last modified time | relevance | path

Searched refs:VCHIQ_SLOT_ZERO_T (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h92 #define VCHIQ_SLOT_ZERO_SLOTS ((sizeof(VCHIQ_SLOT_ZERO_T) + \
398 } VCHIQ_SLOT_ZERO_T; typedef
529 extern VCHIQ_SLOT_ZERO_T *
533 vchiq_init_state(VCHIQ_STATE_T *state, VCHIQ_SLOT_ZERO_T *slot_zero,
Dvchiq_core.c1869 state->version_common = ((VCHIQ_SLOT_ZERO_T *) in parse_rx_slots()
2326 VCHIQ_SLOT_ZERO_T *
2331 VCHIQ_SLOT_ZERO_T *slot_zero = in vchiq_init_slots()
2332 (VCHIQ_SLOT_ZERO_T *)((char *)mem_base + mem_align); in vchiq_init_slots()
2346 memset(slot_zero, 0, sizeof(VCHIQ_SLOT_ZERO_T)); in vchiq_init_slots()
2351 slot_zero->slot_zero_size = sizeof(VCHIQ_SLOT_ZERO_T); in vchiq_init_slots()
2367 vchiq_init_state(VCHIQ_STATE_T *state, VCHIQ_SLOT_ZERO_T *slot_zero, in vchiq_init_state()
2416 if ((slot_zero->slot_zero_size != sizeof(VCHIQ_SLOT_ZERO_T)) || in vchiq_init_state()
2421 if (slot_zero->slot_zero_size != sizeof(VCHIQ_SLOT_ZERO_T)) in vchiq_init_state()
2424 (int)sizeof(VCHIQ_SLOT_ZERO_T)); in vchiq_init_state()
Dvchiq_2835_arm.c113 VCHIQ_SLOT_ZERO_T *vchiq_slot_zero; in vchiq_platform_init()