Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/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()
310 struct gb_message *message, u16 operation_id, in gb_operation_message_init() argument
339 header->operation_id = 0; in gb_operation_message_init()
488 response->header->operation_id = request_header->operation_id; in gb_operation_response_alloc()
753 header->operation_id = cpu_to_le16(operation->id); in gb_operation_request_send()
916 u16 operation_id; in gb_connection_recv_request() local
920 operation_id = le16_to_cpu(header->operation_id); in gb_connection_recv_request()
923 operation = gb_operation_create_incoming(connection, operation_id, in gb_connection_recv_request()
962 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,
Dgreybus_protocols.h92 __le16 operation_id; /* Operation unique id */ member
/Linux-v4.19/drivers/hid/usbhid/
Dhid-pidff.c196 int operation_id[sizeof(pidff_effect_operation_status)]; member
509 pidff->operation_id[PID_EFFECT_STOP]; in pidff_playback_pid()
512 pidff->operation_id[PID_EFFECT_START]; in pidff_playback_pid()
1002 if (PIDFF_FIND_SPECIAL_KEYS(operation_id, effect_operation_status, in pidff_find_special_fields()