Home
last modified time | relevance | path

Searched refs:TCODE_WRITE_QUADLET_REQUEST (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/firewire/
Dcore-transaction.c245 case TCODE_WRITE_QUADLET_REQUEST: in fw_fill_request()
640 case TCODE_WRITE_QUADLET_REQUEST: in fw_get_response_length()
689 case TCODE_WRITE_QUADLET_REQUEST: in fw_fill_response()
751 case TCODE_WRITE_QUADLET_REQUEST: in allocate_request()
872 if (tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_fcp_region_request()
1078 else if (tcode == TCODE_WRITE_QUADLET_REQUEST) in handle_registers()
1085 if (tcode == TCODE_WRITE_QUADLET_REQUEST) in handle_registers()
1095 } else if (tcode == TCODE_WRITE_QUADLET_REQUEST) { in handle_registers()
1108 } else if (tcode == TCODE_WRITE_QUADLET_REQUEST) { in handle_registers()
1122 else if (tcode == TCODE_WRITE_QUADLET_REQUEST) in handle_registers()
[all …]
Dsbp2.c663 fw_run_transaction(device->card, TCODE_WRITE_QUADLET_REQUEST, in sbp2_agent_reset()
685 fw_send_request(device->card, t, TCODE_WRITE_QUADLET_REQUEST, in sbp2_agent_reset_no_wait()
809 fw_run_transaction(device->card, TCODE_WRITE_QUADLET_REQUEST, in sbp2_set_busy_timeout()
Dcore-cdev.c598 if (request->tcode == TCODE_WRITE_QUADLET_REQUEST && in init_request()
637 case TCODE_WRITE_QUADLET_REQUEST: in ioctl_send_request()
1438 case TCODE_WRITE_QUADLET_REQUEST: in ioctl_send_broadcast_request()
Dcore-card.c510 rcode = fw_run_transaction(card, TCODE_WRITE_QUADLET_REQUEST, in bm_work()
Dcore-device.c941 fw_run_transaction(card, TCODE_WRITE_QUADLET_REQUEST, in set_broadcast_channel()
Dohci.c813 case TCODE_WRITE_QUADLET_REQUEST: in handle_ar_packet()
1291 case TCODE_WRITE_QUADLET_REQUEST: in at_context_queue_packet()
/linux-3.4.99/include/linux/
Dfirewire-constants.h29 #define TCODE_WRITE_QUADLET_REQUEST 0x0 macro
/linux-3.4.99/sound/firewire/
Dfcp.c89 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST in fcp_avc_transaction()
Disight.c236 TCODE_WRITE_QUADLET_REQUEST, in isight_connect()
323 return snd_fw_transaction(isight->unit, TCODE_WRITE_QUADLET_REQUEST, in reg_write()
/linux-3.4.99/tools/firewire/
Dnosy-dump.c526 if (p->common.tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_request_packet()