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

/freebsd-13-stable/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:__anon10835
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.c768 int msgid, const VCHIQ_ELEMENT_T *elements,
1008 int msgid, const VCHIQ_ELEMENT_T *elements,
1190 VCHIQ_ELEMENT_T element = { &bulk->actual, 4 };
1558 VCHIQ_ELEMENT_T body = {
2706 VCHIQ_ELEMENT_T body = { &payload, sizeof(payload) };
3386 VCHIQ_ELEMENT_T element = { payload, sizeof(payload) };
3440 const VCHIQ_ELEMENT_T *elements, unsigned int count)
H A Dvchiq_arm.c688 VCHIQ_ELEMENT_T elements[MAX_ELEMENTS];
690 args.count * sizeof(VCHIQ_ELEMENT_T)) == 0)

Completed in 119 milliseconds