Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/greybus/
Doperation.c314 struct gb_operation_msg_hdr *header; in gb_operation_message_init()
365 struct gb_operation_msg_hdr *header; in gb_operation_message_alloc()
472 struct gb_operation_msg_hdr *request_header; in gb_operation_response_alloc()
625 return hd->buffer_size_max - sizeof(struct gb_operation_msg_hdr); in gb_operation_get_payload_size_max()
638 request_size = size - sizeof(struct gb_operation_msg_hdr); in gb_operation_create_incoming()
726 struct gb_operation_msg_hdr *header; in gb_operation_request_send()
914 const struct gb_operation_msg_hdr *header, in gb_connection_recv_request()
958 const struct gb_operation_msg_hdr *header, in gb_connection_recv_response()
1029 struct gb_operation_msg_hdr header; in gb_connection_recv()
Des2.c365 gb_message_cport_pack(struct gb_operation_msg_hdr *header, u16 cport_id) in gb_message_cport_pack()
371 static void gb_message_cport_clear(struct gb_operation_msg_hdr *header) in gb_message_cport_clear()
377 static u16 gb_message_cport_unpack(struct gb_operation_msg_hdr *header) in gb_message_cport_unpack()
817 struct gb_operation_msg_hdr *header; in cport_in_callback()
Dconnection.c358 peer_space = sizeof(struct gb_operation_msg_hdr) + in gb_connection_hd_cport_quiesce()
362 peer_space += sizeof(struct gb_operation_msg_hdr); in gb_connection_hd_cport_quiesce()
/linux-6.6.21/include/linux/greybus/
Doperation.h44 #define GB_OPERATION_MESSAGE_SIZE_MIN sizeof(struct gb_operation_msg_hdr)
54 struct gb_operation_msg_hdr *header;
Dgreybus_protocols.h46 struct gb_operation_msg_hdr { struct
/linux-6.6.21/drivers/staging/greybus/
Daudio_module.c146 struct gb_operation_msg_hdr *header = op->request->header; in gbaudio_codec_request_handler()
Dloopback.c753 u64 aggregate_size = sizeof(struct gb_operation_msg_hdr) * 2; in gb_loopback_throughput_update()