Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dgreybus_protocols.h90 struct gb_operation_msg_hdr { struct
91 __le16 size; /* Size in bytes of header + payload */
92 __le16 operation_id; /* Operation unique id */
93 __u8 type; /* E.g GB_I2C_TYPE_* or GB_GPIO_TYPE_* */
94 __u8 result; /* Result of request (in responses only) */
95 __u8 pad[2]; /* must be zero (ignore when read) */