Symbol: gb_operation_msg_hdr
drivers/greybus/connection.c
358
peer_space = sizeof(struct gb_operation_msg_hdr) +
drivers/greybus/connection.c
362
peer_space += sizeof(struct gb_operation_msg_hdr);
drivers/greybus/es2.c
365
gb_message_cport_pack(struct gb_operation_msg_hdr *header, u16 cport_id)
drivers/greybus/es2.c
371
static void gb_message_cport_clear(struct gb_operation_msg_hdr *header)
drivers/greybus/es2.c
377
static u16 gb_message_cport_unpack(struct gb_operation_msg_hdr *header)
drivers/greybus/es2.c
817
struct gb_operation_msg_hdr *header;
drivers/greybus/gb-beagleplay.c
119
struct gb_operation_msg_hdr hdr;
drivers/greybus/operation.c
1030
struct gb_operation_msg_hdr header;
drivers/greybus/operation.c
315
struct gb_operation_msg_hdr *header;
drivers/greybus/operation.c
366
struct gb_operation_msg_hdr *header;
drivers/greybus/operation.c
473
struct gb_operation_msg_hdr *request_header;
drivers/greybus/operation.c
626
return hd->buffer_size_max - sizeof(struct gb_operation_msg_hdr);
drivers/greybus/operation.c
639
request_size = size - sizeof(struct gb_operation_msg_hdr);
drivers/greybus/operation.c
727
struct gb_operation_msg_hdr *header;
drivers/greybus/operation.c
915
const struct gb_operation_msg_hdr *header,
drivers/greybus/operation.c
959
const struct gb_operation_msg_hdr *header,
drivers/staging/greybus/audio_module.c
146
struct gb_operation_msg_hdr *header = op->request->header;
drivers/staging/greybus/loopback.c
754
u64 aggregate_size = sizeof(struct gb_operation_msg_hdr) * 2;
include/linux/greybus/operation.h
44
#define GB_OPERATION_MESSAGE_SIZE_MIN sizeof(struct gb_operation_msg_hdr)
include/linux/greybus/operation.h
54
struct gb_operation_msg_hdr *header;