Searched defs:tcode (Results 1 - 21 of 21) sorted by relevance

/linux-master/sound/firewire/
H A Dlib.c33 int snd_fw_transaction(struct fw_unit *unit, int tcode, argument
H A Dfcp.c235 int tcode, ret, tries = 0; local
338 fcp_response(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-transaction.c23 handle_message(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/motu/
H A Dmotu-transaction.c18 int tcode; local
34 int tcode; local
47 handle_message(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
[all...]
/linux-master/sound/firewire/tascam/
H A Dtascam-transaction.c245 handle_midi_tx(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/fireface/
H A Dff-transaction.c63 int tcode; local
128 static void handle_msg(struct fw_card *card, struct fw_request *request, int tcode, argument
/linux-master/sound/firewire/fireworks/
H A Dfireworks_transaction.c226 efw_response(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/dice/
H A Ddice-transaction.c132 dice_notification(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/oxfw/
H A Doxfw-scs1x.c94 handle_hss(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/drivers/media/firewire/
H A Dfiredtv-fw.c37 node_req(struct firedtv *fdtv, u64 addr, void *data, size_t len, int tcode) argument
195 handle_fcp(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
/linux-master/tools/firewire/
H A Dnosy-dump.h82 uint32_t tcode:4; member in struct:link_packet::__anon14856::__anon14857
148 uint32_t tcode:4; member in struct:link_packet::__anon14856::__anon14866
/linux-master/drivers/firewire/
H A Dnosy.c409 u32 tcode_mask, tcode, timestamp; local
H A Dcore-transaction.c227 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, argument
369 __fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, union fw_transaction_callback callback, bool with_tstamp, void *callback_data) argument
457 fw_run_transaction(struct fw_card *card, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
696 int tcode, ext_tcode, data_length; local
732 int tcode, tlabel, extended_tcode, source, destination; local
927 int tcode, destination, source; local
956 int tcode, destination, source; local
1028 int tcode, tlabel, source, rcode; local
1131 handle_topology_map(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
1176 handle_registers(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
1296 handle_low_memory(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
[all...]
H A Dnet.c702 fwnet_receive_packet(struct fw_card *card, struct fw_request *r, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
H A Dcore-cdev.c707 handle_request(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
[all...]
H A Dsbp2.c406 sbp2_status_write(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
H A Dohci.c519 int tcode = header[0] >> 4 & 0xf; local
849 u32 status, length, tcode; local
1339 int z, tcode; local
1563 int tcode, length, i; local
1590 int tcode, length, ext_tcode, sel, try; local
[all...]
/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h182 __u32 tcode; member in struct:fw_cdev_event_request
209 __u32 tcode; member in struct:fw_cdev_event_request2
280 __u32 tcode; member in struct:fw_cdev_event_request3
646 __u32 tcode; member in struct:fw_cdev_send_request
[all...]
/linux-master/drivers/target/sbp/
H A Dsbp_target.c668 static int tgt_agent_rw_agent_state(struct fw_card *card, int tcode, void *data, argument
694 static int tgt_agent_rw_agent_reset(struct fw_card *card, int tcode, void *data, argument
710 static int tgt_agent_rw_orb_pointer(struct fw_card *card, int tcode, void *data, argument
749 static int tgt_agent_rw_doorbell(struct fw_card *card, int tcode, void *data, argument
779 tgt_agent_rw_unsolicited_status_enable(struct fw_card *card, int tcode, void *data, struct sbp_target_agent *agent) argument
796 tgt_agent_rw(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
1055 sbp_run_transaction(struct fw_card *card, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
1085 sbp_run_request_transaction(struct sbp_target_request *req, int tcode, unsigned long long offset, void *payload, size_t length) argument
1242 int tcode, sg_miter_flags, max_payload, pg_size, speed, node_id, local
1578 sbp_mgt_agent_rw(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
[all...]
/linux-master/include/linux/
H A Dfirewire.h383 static inline void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, argument
412 fw_send_request_with_tstamp(struct fw_card *card, struct fw_transaction *t, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, fw_transaction_callback_with_tstamp_t callback, void *callback_data) argument
/linux-master/arch/mips/kernel/
H A Dtraps.c1117 u32 opcode, tcode = 0; local

Completed in 237 milliseconds