Home
last modified time | relevance | path

Searched refs:operation_id (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/greybus/
Doperation.c196 gb_operation_find_outgoing(struct gb_connection *connection, u16 operation_id) in gb_operation_find_outgoing() argument
204 if (operation->id == operation_id && in gb_operation_find_outgoing()
311 u16 operation_id, in gb_operation_message_init() argument
340 header->operation_id = 0; in gb_operation_message_init()
489 response->header->operation_id = request_header->operation_id; in gb_operation_response_alloc()
755 header->operation_id = cpu_to_le16(operation->id); in gb_operation_request_send()
918 u16 operation_id; in gb_connection_recv_request() local
922 operation_id = le16_to_cpu(header->operation_id); in gb_connection_recv_request()
925 operation = gb_operation_create_incoming(connection, operation_id, in gb_connection_recv_request()
964 u16 operation_id; in gb_connection_recv_response() local
[all …]
Dgreybus_trace.h30 __field(u16, operation_id)
37 __entry->operation_id =
38 le16_to_cpu(message->header->operation_id);
44 __entry->size, __entry->operation_id,
/linux-5.19.10/drivers/hid/usbhid/
Dhid-pidff.c184 int operation_id[sizeof(pidff_effect_operation_status)]; member
497 pidff->operation_id[PID_EFFECT_STOP]; in pidff_playback_pid()
500 pidff->operation_id[PID_EFFECT_START]; in pidff_playback_pid()
990 if (PIDFF_FIND_SPECIAL_KEYS(operation_id, effect_operation_status, in pidff_find_special_fields()
/linux-5.19.10/include/linux/greybus/
Dgreybus_protocols.h48 __le16 operation_id; /* Operation unique id */ member