operation_id       30 drivers/greybus/greybus_trace.h 		__field(u16, operation_id)
operation_id       37 drivers/greybus/greybus_trace.h 		__entry->operation_id =
operation_id       38 drivers/greybus/greybus_trace.h 			le16_to_cpu(message->header->operation_id);
operation_id       44 drivers/greybus/greybus_trace.h 		  __entry->size, __entry->operation_id,
operation_id      196 drivers/greybus/operation.c gb_operation_find_outgoing(struct gb_connection *connection, u16 operation_id)
operation_id      204 drivers/greybus/operation.c 		if (operation->id == operation_id &&
operation_id      311 drivers/greybus/operation.c 				      u16 operation_id,
operation_id      340 drivers/greybus/operation.c 		header->operation_id = 0;
operation_id      489 drivers/greybus/operation.c 	response->header->operation_id = request_header->operation_id;
operation_id      755 drivers/greybus/operation.c 	header->operation_id = cpu_to_le16(operation->id);
operation_id      918 drivers/greybus/operation.c 	u16 operation_id;
operation_id      922 drivers/greybus/operation.c 	operation_id = le16_to_cpu(header->operation_id);
operation_id      925 drivers/greybus/operation.c 	operation = gb_operation_create_incoming(connection, operation_id,
operation_id      964 drivers/greybus/operation.c 	u16 operation_id;
operation_id      967 drivers/greybus/operation.c 	operation_id = le16_to_cpu(header->operation_id);
operation_id      969 drivers/greybus/operation.c 	if (!operation_id) {
operation_id      976 drivers/greybus/operation.c 	operation = gb_operation_find_outgoing(connection, operation_id);
operation_id      980 drivers/greybus/operation.c 				    connection->name, operation_id);
operation_id     1053 drivers/greybus/operation.c 				    le16_to_cpu(header.operation_id),
operation_id      184 drivers/hid/usbhid/hid-pidff.c 	int operation_id[sizeof(pidff_effect_operation_status)];
operation_id      497 drivers/hid/usbhid/hid-pidff.c 			pidff->operation_id[PID_EFFECT_STOP];
operation_id      500 drivers/hid/usbhid/hid-pidff.c 			pidff->operation_id[PID_EFFECT_START];
operation_id      990 drivers/hid/usbhid/hid-pidff.c 	if (PIDFF_FIND_SPECIAL_KEYS(operation_id, effect_operation_status,
operation_id       48 include/linux/greybus/greybus_protocols.h 	__le16	operation_id;	/* Operation unique id */