Searched refs:VCHIQ_ELEMENT_T (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h52 const VCHIQ_ELEMENT_T *elements;
H A Dvchiq_if.h94 } VCHIQ_ELEMENT_T; typedef in typeref:struct:__anon8878
146 const VCHIQ_ELEMENT_T *elements, unsigned int count);
H A Dvchiq_shim.c166 VCHIQ_ELEMENT_T element = {data, data_size};
365 vchiq_static_assert(sizeof(VCHI_MSG_VECTOR_T) == sizeof(VCHIQ_ELEMENT_T));
367 offsetof(VCHIQ_ELEMENT_T, data));
369 offsetof(VCHIQ_ELEMENT_T, size));
384 (const VCHIQ_ELEMENT_T *)vector, count));
H A Dvchiq_core.c764 int msgid, const VCHIQ_ELEMENT_T *elements,
1006 int msgid, const VCHIQ_ELEMENT_T *elements,
1191 VCHIQ_ELEMENT_T element = { &bulk->actual, 4 };
1559 VCHIQ_ELEMENT_T body = {
2707 VCHIQ_ELEMENT_T body = { &payload, sizeof(payload) };
3387 VCHIQ_ELEMENT_T element = { payload, sizeof(payload) };
3441 const VCHIQ_ELEMENT_T *elements, unsigned int count)
H A Dvchiq_arm.c680 VCHIQ_ELEMENT_T elements[MAX_ELEMENTS];
682 args.count * sizeof(VCHIQ_ELEMENT_T)) == 0)

Completed in 97 milliseconds