Searched refs:operation_id (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/greybus/
H A Doperation.c196 gb_operation_find_outgoing(struct gb_connection *connection, u16 operation_id) argument
204 if (operation->id == operation_id &&
311 u16 operation_id,
340 header->operation_id = 0;
489 response->header->operation_id = request_header->operation_id;
755 header->operation_id = cpu_to_le16(operation->id);
918 u16 operation_id; local
922 operation_id = le16_to_cpu(header->operation_id);
309 gb_operation_message_init(struct gb_host_device *hd, struct gb_message *message, u16 operation_id, size_t payload_size, u8 type) argument
964 u16 operation_id; local
[all...]
H A Dgreybus_trace.h30 __field(u16, operation_id)
37 __entry->operation_id =
38 le16_to_cpu(message->header->operation_id);
43 TP_printk("size=%u operation_id=0x%04x type=0x%02x result=0x%02x",
44 __entry->size, __entry->operation_id,
H A Dgb-beagleplay.c110 gb_frame->hdr.operation_id, gb_frame->hdr.type, cport_id, gb_frame->hdr.result);
374 msg->header->operation_id, msg->header->type, cport);
/linux-master/net/rxrpc/
H A Drxperf.c57 unsigned int operation_id; member in struct:rxperf_call
399 call->operation_id = ntohl(call->params.type);
407 switch (call->operation_id) {
452 switch (call->operation_id) {
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c184 int operation_id[sizeof(pidff_effect_operation_status)]; member in struct:pidff_device
497 pidff->operation_id[PID_EFFECT_STOP];
500 pidff->operation_id[PID_EFFECT_START];
990 if (PIDFF_FIND_SPECIAL_KEYS(operation_id, effect_operation_status,
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h48 __le16 operation_id; /* Operation unique id */ member in struct:gb_operation_msg_hdr

Completed in 153 milliseconds