Symbol: vchiq_slot_zero
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
195
struct vchiq_slot_zero *vchiq_slot_zero;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
226
vchiq_slot_zero = vchiq_init_slots(dev, slot_mem, slot_mem_size);
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
227
if (!vchiq_slot_zero)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
230
vchiq_slot_zero->platform_data[VCHIQ_PLATFORM_FRAGMENTS_OFFSET_IDX] =
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
232
vchiq_slot_zero->platform_data[VCHIQ_PLATFORM_FRAGMENTS_COUNT_IDX] =
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
246
err = vchiq_init_state(state, vchiq_slot_zero, dev);
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
281
vchiq_slot_zero, &slot_phys);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2074
state->version_common = ((struct vchiq_slot_zero *)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2470
struct vchiq_slot_zero *
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2475
struct vchiq_slot_zero *slot_zero =
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2476
(struct vchiq_slot_zero *)(mem_base + mem_align);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2491
memset(slot_zero, 0, sizeof(struct vchiq_slot_zero));
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2496
slot_zero->slot_zero_size = sizeof(struct vchiq_slot_zero);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2512
vchiq_init_state(struct vchiq_state *state, struct vchiq_slot_zero *slot_zero, struct device *dev)
include/linux/raspberrypi/vchiq_core.h
39
#define VCHIQ_SLOT_ZERO_SLOTS DIV_ROUND_UP(sizeof(struct vchiq_slot_zero), \
include/linux/raspberrypi/vchiq_core.h
517
extern struct vchiq_slot_zero *
include/linux/raspberrypi/vchiq_core.h
521
vchiq_init_state(struct vchiq_state *state, struct vchiq_slot_zero *slot_zero, struct device *dev);