Home
last modified time | relevance | path

Searched defs:gb_operation_msg_hdr (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/linux/greybus/
A Dgreybus_protocols.h46 struct gb_operation_msg_hdr { struct
47 __le16 size; /* Size in bytes of header + payload */
48 __le16 operation_id; /* Operation unique id */
49 __u8 type; /* E.g GB_I2C_TYPE_* or GB_GPIO_TYPE_* */
50 __u8 result; /* Result of request (in responses only) */
51 __u8 pad[2]; /* must be zero (ignore when read) */

Completed in 19 milliseconds