Home
last modified time | relevance | path

Searched refs:passthru (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/Documentation/scsi/
DChangeLog.ips81 4.00.03 - Add alternative passthru interface
93 3.60.01 - Remove bogus error check in passthru routine.
103 0.99.05 - Fix an oops on certain passthru commands
105 0.99.04 - Fix race condition in the passthru mechanism
111 - Make sure passthru commands get woken up if we run out of
Ddpti.txt70 * Add ioctl passthru error recovery
Dscsi_fc_transport.txt477 FC BSG support (CT & ELS passthru, and more)
DChangeLog.megaraid469 addresses in application mailbox and passthru structures.
/linux-4.4.14/sound/pci/ctxfi/
Dctdaio.h70 unsigned int passthru:1; member
97 unsigned int passthru:1; member
Dctdaio.c417 conf = (desc->msr & 0x7) | (desc->passthru << 3); in dao_rsc_init()
460 dsc.passthru = desc->passthru; in dao_rsc_reinit()
Dctatc.c1125 da_dsc.passthru = state ? 1 : 0; in atc_spdif_out_passthru()
/linux-4.4.14/drivers/net/
Dmacvlan.c49 bool passthru; member
439 if (port->passthru) in macvlan_handle_frame()
568 if (vlan->port->passthru) { in macvlan_open()
642 if (vlan->port->passthru) { in macvlan_stop()
675 if (!vlan->port->passthru) { in macvlan_sync_address()
901 if (!vlan->port->passthru && is_unicast_ether_addr(addr)) in macvlan_fdb_add()
925 if (!vlan->port->passthru && is_unicast_ether_addr(addr)) in macvlan_fdb_del()
1091 port->passthru = false; in macvlan_port_create()
1282 if (port->passthru) in macvlan_common_newlink()
1301 port->passthru = true; in macvlan_common_newlink()
[all …]
/linux-4.4.14/include/uapi/sound/
Dhdsp.h65 unsigned char passthru; member
Dhdspm.h72 unsigned int passthru; member
/linux-4.4.14/include/linux/
Dccp.h547 struct ccp_passthru_engine passthru; member
/linux-4.4.14/sound/pci/rme9652/
Drme9652.c239 int passthru; /* non-zero if doing pass-thru */ member
574 rme9652->passthru = 0; in rme9652_set_thru()
627 rme9652->passthru = 1; in rme9652_set_passthru()
631 rme9652->passthru = 0; in rme9652_set_passthru()
1318 ucontrol->value.integer.value[0] = rme9652->passthru; in snd_rme9652_get_passthru()
1335 change = (ucontrol->value.integer.value[0] != rme9652->passthru); in snd_rme9652_put_passthru()
1593 rme9652->passthru ? "yes" : "no"); in snd_rme9652_proc_read()
1830 rme9652->passthru = 0; in snd_rme9652_set_defaults()
Dhdspm.c6286 info.passthru = 0; in snd_hdspm_hwdep_ioctl()
/linux-4.4.14/Documentation/video4linux/
Dhauppauge-wintv-cx88-ir.txt7 1 1 Mono tuner bypass or CD passthru (tuner specific)
/linux-4.4.14/Documentation/video4linux/cx88/
Dhauppauge-wintv-cx88-ir.txt7 1 1 Mono tuner bypass or CD passthru (tuner specific)
/linux-4.4.14/drivers/crypto/ccp/
Dccp-ops.c129 struct ccp_passthru_op passthru; member
373 | (op->u.passthru.bit_mod << REQ1_PT_BW_SHIFT) in ccp_perform_passthru()
374 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT); in ccp_perform_passthru()
386 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp_perform_passthru()
864 op.u.passthru.byte_swap = byte_swap; in ccp_copy_to_from_ksb()
1685 struct ccp_passthru_engine *pt = &cmd->u.passthru; in ccp_run_passthru_cmd()
/linux-4.4.14/arch/powerpc/oprofile/
Dop_model_cell.c195 rtas_ibm_cbe_perftools(int subfunc, int passthru, in rtas_ibm_cbe_perftools() argument
201 passthru, paddr >> 32, paddr & 0xffffffff, length); in rtas_ibm_cbe_perftools()
/linux-4.4.14/drivers/scsi/
D3w-xxxx.c884 TW_Passthru *passthru; in tw_chrdev_ioctl() local
924 passthru = (TW_Passthru *)&tw_ioctl->firmware_command; in tw_chrdev_ioctl()
974 passthru->sg_list[0].address = dma_handle + sizeof(TW_New_Ioctl) - 1; in tw_chrdev_ioctl()
975 passthru->sg_list[0].length = data_buffer_length_adjusted; in tw_chrdev_ioctl()
/linux-4.4.14/Documentation/sound/alsa/
DAudiophile-Usb.txt16 - Added AC3/DTS passthru info
213 3.2.1.3 - AC3 w/ DTS passthru mode
219 - AC3 with DTS passthru
DALSA-Configuration.txt295 "spdif" pcm device, which allows raw data passthru.
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.h600 struct ibmvfc_passthru_mad passthru; member
Dibmvfc.c1895 mad = &evt->iu.passthru; in ibmvfc_bsg_request()
1931 if (rsp_iu.passthru.common.status) in ibmvfc_bsg_request()
3591 struct ibmvfc_passthru_mad *mad = &evt->xfer_iu->passthru; in ibmvfc_tgt_adisc_done()
3632 struct ibmvfc_passthru_mad *mad = &evt->iu.passthru; in ibmvfc_init_passthru()
3754 mad = &evt->iu.passthru; in ibmvfc_tgt_adisc()