Home
last modified time | relevance | path

Searched refs:slot_data (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/raspberrypi/
H A Dvchiq_core.h348 struct vchiq_slot *slot_data; member
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_core.c99 #define SLOT_DATA_FROM_INDEX(state, index) (state->slot_data + (index))
101 (((unsigned int)((char *)data - (char *)state->slot_data)) / \
2075 state->slot_data)->version; in parse_message()
2541 state->slot_data = (struct vchiq_slot *)slot_zero; in vchiq_init_state()