| /kernel/linux/linux-5.10/drivers/firewire/ |
| D | core.h | 228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument 229 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument 230 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument 231 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument 232 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument 233 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument 234 #define TCODE_HAS_RESPONSE_DATA(tcode) (((tcode) & 12) != 0) argument
|
| D | core-transaction.c | 34 #define HEADER_TCODE(tcode) ((tcode) << 4) argument 42 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0) argument 199 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() 338 void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request() 415 int fw_run_transaction(struct fw_card *card, int tcode, int destination_id, in fw_run_transaction() 638 int tcode, ext_tcode, data_length; in fw_get_response_length() local 674 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local 842 int tcode, destination, source; in handle_exclusive_region_request() local 871 int tcode, destination, source; in handle_fcp_region_request() local 943 int tcode, tlabel, source, rcode; in fw_core_handle_response() local [all …]
|
| /kernel/linux/linux-6.6/drivers/firewire/ |
| D | core.h | 228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) argument 229 #define TCODE_IS_BLOCK_PACKET(tcode) (((tcode) & 1) != 0) argument 230 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) argument 231 #define TCODE_IS_REQUEST(tcode) (((tcode) & 2) == 0) argument 232 #define TCODE_IS_RESPONSE(tcode) (((tcode) & 2) != 0) argument 233 #define TCODE_HAS_REQUEST_DATA(tcode) (((tcode) & 12) != 4) argument 234 #define TCODE_HAS_RESPONSE_DATA(tcode) (((tcode) & 12) != 0) argument
|
| D | core-transaction.c | 34 #define HEADER_TCODE(tcode) ((tcode) << 4) argument 42 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0) argument 227 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() 369 void __fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in __fw_send_request() 457 int fw_run_transaction(struct fw_card *card, int tcode, int destination_id, in fw_run_transaction() 696 int tcode, ext_tcode, data_length; in fw_get_response_length() local 732 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local 927 int tcode, destination, source; in handle_exclusive_region_request() local 956 int tcode, destination, source; in handle_fcp_region_request() local 1028 int tcode, tlabel, source, rcode; in fw_core_handle_response() local [all …]
|
| /kernel/linux/linux-5.10/sound/firewire/motu/ |
| D | motu-transaction.c | 18 int tcode; in snd_motu_transaction_read() local 34 int tcode; in snd_motu_transaction_write() local 48 int tcode, int destination, int source, in handle_message()
|
| /kernel/linux/linux-6.6/sound/firewire/motu/ |
| D | motu-transaction.c | 18 int tcode; in snd_motu_transaction_read() local 34 int tcode; in snd_motu_transaction_write() local 48 int tcode, int destination, int source, in handle_message()
|
| /kernel/linux/linux-6.6/drivers/target/sbp/ |
| D | sbp_target.c | 668 static int tgt_agent_rw_agent_state(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_state() 694 static int tgt_agent_rw_agent_reset(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_reset() 710 static int tgt_agent_rw_orb_pointer(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_orb_pointer() 749 static int tgt_agent_rw_doorbell(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_doorbell() 780 int tcode, void *data, struct sbp_target_agent *agent) in tgt_agent_rw_unsolicited_status_enable() 797 int tcode, int destination, int source, int generation, in tgt_agent_rw() 1055 static int sbp_run_transaction(struct fw_card *card, int tcode, int destination_id, in sbp_run_transaction() 1086 int tcode, unsigned long long offset, void *payload, in sbp_run_request_transaction() 1242 int tcode, sg_miter_flags, max_payload, pg_size, speed, node_id, in sbp_rw_data() local 1579 struct fw_request *request, int tcode, int destination, int source, in sbp_mgt_agent_rw()
|
| /kernel/linux/linux-5.10/drivers/target/sbp/ |
| D | sbp_target.c | 668 static int tgt_agent_rw_agent_state(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_state() 694 static int tgt_agent_rw_agent_reset(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_agent_reset() 710 static int tgt_agent_rw_orb_pointer(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_orb_pointer() 749 static int tgt_agent_rw_doorbell(struct fw_card *card, int tcode, void *data, in tgt_agent_rw_doorbell() 780 int tcode, void *data, struct sbp_target_agent *agent) in tgt_agent_rw_unsolicited_status_enable() 797 int tcode, int destination, int source, int generation, in tgt_agent_rw() 1055 static int sbp_run_transaction(struct fw_card *card, int tcode, int destination_id, in sbp_run_transaction() 1086 int tcode, unsigned long long offset, void *payload, in sbp_run_request_transaction() 1244 int tcode, sg_miter_flags, max_payload, pg_size, speed, node_id, in sbp_rw_data() local 1582 struct fw_request *request, int tcode, int destination, int source, in sbp_mgt_agent_rw()
|
| /kernel/linux/linux-5.10/sound/firewire/fireface/ |
| D | ff-transaction.c | 63 int tcode; in transmit_midi_msg() local 129 int tcode, int destination, int source, in handle_midi_msg()
|
| /kernel/linux/linux-6.6/sound/firewire/fireface/ |
| D | ff-transaction.c | 63 int tcode; in transmit_midi_msg() local 128 static void handle_msg(struct fw_card *card, struct fw_request *request, int tcode, in handle_msg()
|
| /kernel/linux/linux-6.6/sound/firewire/ |
| D | lib.c | 33 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction()
|
| D | fcp.c | 235 int tcode, ret, tries = 0; in fcp_avc_transaction() local 339 int tcode, int destination, int source, in fcp_response()
|
| /kernel/linux/linux-5.10/sound/firewire/ |
| D | lib.c | 33 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction()
|
| D | fcp.c | 235 int tcode, ret, tries = 0; in fcp_avc_transaction() local 339 int tcode, int destination, int source, in fcp_response()
|
| /kernel/linux/linux-6.6/sound/firewire/digi00x/ |
| D | digi00x-transaction.c | 24 int tcode, int destination, int source, in handle_message()
|
| /kernel/linux/linux-5.10/sound/firewire/digi00x/ |
| D | digi00x-transaction.c | 24 int tcode, int destination, int source, in handle_message()
|
| /kernel/linux/linux-6.6/drivers/media/firewire/ |
| D | firedtv-fw.c | 38 int tcode) in node_req() 196 int tcode, int destination, int source, int generation, in handle_fcp()
|
| /kernel/linux/linux-5.10/drivers/media/firewire/ |
| D | firedtv-fw.c | 38 int tcode) in node_req() 196 int tcode, int destination, int source, int generation, in handle_fcp()
|
| /kernel/linux/linux-5.10/sound/firewire/tascam/ |
| D | tascam-transaction.c | 246 int tcode, int destination, int source, in handle_midi_tx()
|
| /kernel/linux/linux-6.6/sound/firewire/tascam/ |
| D | tascam-transaction.c | 246 int tcode, int destination, int source, in handle_midi_tx()
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | firewire-cdev.h | 182 __u32 tcode; member 209 __u32 tcode; member 280 __u32 tcode; member 646 __u32 tcode; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | firewire-cdev.h | 45 __u32 tcode; member 54 __u32 tcode; member 135 __u32 tcode; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | firewire-cdev.h | 141 __u32 tcode; member 200 __u32 tcode; member 512 __u32 tcode; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | firewire-cdev.h | 58 __u32 tcode; member 67 __u32 tcode; member 148 __u32 tcode; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | firewire-cdev.h | 58 __u32 tcode; member 67 __u32 tcode; member 148 __u32 tcode; member
|