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

/drivers/media/firewire/
H A Dfiredtv-fw.c37 int tcode)
44 rcode = fw_run_transaction(device->card, tcode, device->node_id,
195 int tcode, int destination, int source, int generation,
36 node_req(struct firedtv *fdtv, u64 addr, void *data, size_t len, int tcode) argument
194 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
/drivers/firewire/
H A Dnosy.c416 u32 tcode_mask, tcode; local
423 tcode = __le32_to_cpu(lynx->rcv_buffer[1]) >> 4 & 0xf;
431 tcode_mask = 1 << tcode;
H A Dcore-transaction.c47 #define HEADER_TCODE(tcode) ((tcode) << 4)
55 #define HEADER_EXTENDED_TCODE(tcode) ((tcode) << 0)
211 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, argument
217 if (tcode == TCODE_STREAM_DATA) {
229 if (tcode > 0x10) {
230 ext_tcode = tcode & ~0x10;
231 tcode = TCODE_LOCK_REQUEST;
238 HEADER_TCODE(tcode) |
350 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, fw_transaction_callback_t callback, void *callback_data) argument
419 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
641 int tcode, ext_tcode, data_length; local
677 int tcode, tlabel, extended_tcode, source, destination; local
844 int tcode, destination, source; local
873 int tcode, destination, source; local
945 int tcode, tlabel, source, rcode; local
1042 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
1087 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
1207 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 Dcore-cdev.c595 if (request->tcode != TCODE_STREAM_DATA &&
599 if (request->tcode == TCODE_WRITE_QUADLET_REQUEST &&
624 request->tcode, destination_id, request->generation,
637 switch (arg->send_request.tcode) {
679 int tcode, int destination, int source,
723 if (tcode & 0x10)
724 tcode = TCODE_LOCK_REQUEST;
727 req->tcode = tcode;
737 req->tcode
678 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 Dnet.c711 int tcode, int destination, int source, int generation,
726 else if (tcode != TCODE_WRITE_BLOCK_REQUEST)
710 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 Dsbp2.c418 int tcode, int destination, int source,
427 if (tcode != TCODE_WRITE_BLOCK_REQUEST ||
417 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.c487 int tcode = header[0] >> 4 & 0xf; local
502 switch (tcode) {
515 switch (tcode) {
518 dir, evts[evt], tcodes[tcode]);
529 tcodes[tcode], header[1] & 0xffff, header[2], specific);
536 tcodes[tcode], specific);
823 u32 status, length, tcode; local
830 tcode = (p.header[0] >> 4) & 0x0f;
831 switch (tcode) {
866 ar_context_abort(ctx, "invalid tcode");
1312 int z, tcode; local
1536 int tcode, length, i; local
1563 int tcode, length, ext_tcode, sel, try; local
[all...]
/drivers/staging/fwserial/
H A Dfwserial.c240 static int fwtty_send_data_async(struct fwtty_peer *peer, int tcode, argument
257 fw_send_request(peer->serial->card, &txn->fw_txn, tcode,
264 struct fwtty_transaction *txn, int tcode,
276 fw_send_request(peer->serial->card, &txn->fw_txn, tcode,
614 int tcode, int destination, int source,
635 switch (tcode) {
2779 int tcode, int destination, int source,
2797 switch (tcode) {
263 fwtty_send_txn_async(struct fwtty_peer *peer, struct fwtty_transaction *txn, int tcode, unsigned long long addr, void *payload, size_t len, fwtty_transaction_cb callback, struct fwtty_port *port) argument
612 fwtty_port_handler(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long addr, void *data, size_t len, void *callback_data) argument
2777 fwserial_mgmt_handler(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long addr, void *data, size_t len, void *callback_data) argument
/drivers/target/sbp/
H A Dsbp_target.c704 static int tgt_agent_rw_agent_state(struct fw_card *card, int tcode, void *data, argument
709 switch (tcode) {
730 static int tgt_agent_rw_agent_reset(struct fw_card *card, int tcode, void *data, argument
733 switch (tcode) {
746 static int tgt_agent_rw_orb_pointer(struct fw_card *card, int tcode, void *data, argument
751 switch (tcode) {
785 static int tgt_agent_rw_doorbell(struct fw_card *card, int tcode, void *data, argument
788 switch (tcode) {
816 int tcode, void *data, struct sbp_target_agent *agent)
818 switch (tcode) {
815 tgt_agent_rw_unsolicited_status_enable(struct fw_card *card, int tcode, void *data, struct sbp_target_agent *agent) argument
832 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
1074 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
1104 sbp_run_request_transaction(struct sbp_target_request *req, int tcode, unsigned long long offset, void *payload, size_t length) argument
1262 int tcode, sg_miter_flags, max_payload, pg_size, speed, node_id, local
1588 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...]

Completed in 271 milliseconds