Searched refs:TCODE_WRITE_QUADLET_REQUEST (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/firewire/ |
D | core-transaction.c | 246 case TCODE_WRITE_QUADLET_REQUEST: in fw_fill_request() 646 case TCODE_WRITE_QUADLET_REQUEST: in fw_get_response_length() 695 case TCODE_WRITE_QUADLET_REQUEST: in fw_fill_response() 757 case TCODE_WRITE_QUADLET_REQUEST: in allocate_request() 887 if (tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_fcp_region_request() 1119 else if (tcode == TCODE_WRITE_QUADLET_REQUEST) in handle_registers() 1126 if (tcode == TCODE_WRITE_QUADLET_REQUEST) in handle_registers() 1136 } else if (tcode == TCODE_WRITE_QUADLET_REQUEST) { in handle_registers() 1149 } else if (tcode == TCODE_WRITE_QUADLET_REQUEST) { in handle_registers() 1163 else if (tcode == TCODE_WRITE_QUADLET_REQUEST) in handle_registers() [all …]
|
D | sbp2.c | 663 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() 801 fw_run_transaction(device->card, TCODE_WRITE_QUADLET_REQUEST, in sbp2_set_busy_timeout()
|
D | core-cdev.c | 599 if (request->tcode == TCODE_WRITE_QUADLET_REQUEST && in init_request() 638 case TCODE_WRITE_QUADLET_REQUEST: in ioctl_send_request() 1457 case TCODE_WRITE_QUADLET_REQUEST: in ioctl_send_broadcast_request()
|
D | core-card.c | 510 rcode = fw_run_transaction(card, TCODE_WRITE_QUADLET_REQUEST, in bm_work()
|
D | core-device.c | 982 fw_run_transaction(card, TCODE_WRITE_QUADLET_REQUEST, in set_broadcast_channel()
|
D | ohci.c | 826 case TCODE_WRITE_QUADLET_REQUEST: in handle_ar_packet() 1325 case TCODE_WRITE_QUADLET_REQUEST: in at_context_queue_packet()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-transaction.c | 44 (len == 4) ? TCODE_WRITE_QUADLET_REQUEST : in snd_dice_transaction_write() 175 err = snd_fw_transaction(dice->unit, TCODE_WRITE_QUADLET_REQUEST, in snd_dice_transaction_set_enable() 193 snd_fw_transaction(dice->unit, TCODE_WRITE_QUADLET_REQUEST, in snd_dice_transaction_clear_enable() 211 if (tcode != TCODE_WRITE_QUADLET_REQUEST) { in dice_notification()
|
/linux-4.1.27/include/uapi/linux/ |
D | firewire-constants.h | 29 #define TCODE_WRITE_QUADLET_REQUEST 0x0 macro
|
/linux-4.1.27/sound/firewire/ |
D | isight.c | 227 err = snd_fw_transaction(isight->unit, TCODE_WRITE_QUADLET_REQUEST, in isight_connect() 309 return snd_fw_transaction(isight->unit, TCODE_WRITE_QUADLET_REQUEST, in reg_write() 325 snd_fw_transaction(isight->unit, TCODE_WRITE_QUADLET_REQUEST, in isight_stop_streaming()
|
D | fcp.c | 246 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST in fcp_avc_transaction()
|
D | scs1x.c | 349 if (tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_hss()
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_focusrite.c | 101 return snd_fw_transaction(bebob->unit, TCODE_WRITE_QUADLET_REQUEST, in saffire_write_quad()
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 720 case TCODE_WRITE_QUADLET_REQUEST: in tgt_agent_rw_agent_state() 733 case TCODE_WRITE_QUADLET_REQUEST: in tgt_agent_rw_agent_reset() 788 case TCODE_WRITE_QUADLET_REQUEST: in tgt_agent_rw_doorbell() 818 case TCODE_WRITE_QUADLET_REQUEST: in tgt_agent_rw_unsolicited_status_enable()
|
/linux-4.1.27/tools/firewire/ |
D | nosy-dump.c | 530 if (p->common.tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_request_packet()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.c | 432 err = fwtty_send_data_async(peer, TCODE_WRITE_QUADLET_REQUEST, in __fwtty_write_port_status() 634 case TCODE_WRITE_QUADLET_REQUEST: in fwtty_port_handler()
|