Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/sound/pci/ctxfi/
Dctdaio.h69 unsigned int passthru:1; member
96 unsigned int passthru:1; member
Dctdaio.c419 conf = (desc->msr & 0x7) | (desc->passthru << 3); in dao_rsc_init()
462 dsc.passthru = desc->passthru; in dao_rsc_reinit()
Dctatc.c1114 da_dsc.passthru = state ? 1 : 0; in atc_spdif_out_passthru()
/linux-3.4.99/drivers/net/
Dmacvlan.c42 bool passthru; member
207 if (port->passthru) in macvlan_handle_frame()
312 if (vlan->port->passthru) { in macvlan_open()
345 if (vlan->port->passthru) { in macvlan_stop()
612 port->passthru = false; in macvlan_port_create()
700 if (port->passthru) in macvlan_common_newlink()
716 port->passthru = true; in macvlan_common_newlink()
/linux-3.4.99/include/sound/
Dhdsp.h65 unsigned char passthru; member
Dhdspm.h70 unsigned int passthru; member
/linux-3.4.99/Documentation/video4linux/cx88/
Dhauppauge-wintv-cx88-ir.txt7 1 1 Mono tuner bypass or CD passthru (tuner specific)
/linux-3.4.99/Documentation/video4linux/
Dhauppauge-wintv-cx88-ir.txt7 1 1 Mono tuner bypass or CD passthru (tuner specific)
/linux-3.4.99/sound/pci/rme9652/
Drme9652.c239 int passthru; /* non-zero if doing pass-thru */ member
576 rme9652->passthru = 0; in rme9652_set_thru()
629 rme9652->passthru = 1; in rme9652_set_passthru()
633 rme9652->passthru = 0; in rme9652_set_passthru()
1337 ucontrol->value.integer.value[0] = rme9652->passthru; in snd_rme9652_get_passthru()
1354 change = (ucontrol->value.integer.value[0] != rme9652->passthru); in snd_rme9652_put_passthru()
1616 rme9652->passthru ? "yes" : "no"); in snd_rme9652_proc_read()
1853 rme9652->passthru = 0; in snd_rme9652_set_defaults()
Dhdspm.c6218 info.passthru = 0; in snd_hdspm_hwdep_ioctl()
/linux-3.4.99/arch/powerpc/oprofile/
Dop_model_cell.c196 rtas_ibm_cbe_perftools(int subfunc, int passthru, in rtas_ibm_cbe_perftools() argument
202 passthru, paddr >> 32, paddr & 0xffffffff, length); in rtas_ibm_cbe_perftools()
/linux-3.4.99/drivers/scsi/
D3w-xxxx.c896 TW_Passthru *passthru; in tw_chrdev_ioctl() local
936 passthru = (TW_Passthru *)&tw_ioctl->firmware_command; in tw_chrdev_ioctl()
986 passthru->sg_list[0].address = dma_handle + sizeof(TW_New_Ioctl) - 1; in tw_chrdev_ioctl()
987 passthru->sg_list[0].length = data_buffer_length_adjusted; in tw_chrdev_ioctl()
/linux-3.4.99/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-3.4.99/drivers/scsi/ibmvscsi/
Dibmvfc.h599 struct ibmvfc_passthru_mad passthru; member
Dibmvfc.c1904 mad = &evt->iu.passthru; in ibmvfc_bsg_request()
1940 if (rsp_iu.passthru.common.status) in ibmvfc_bsg_request()
3553 struct ibmvfc_passthru_mad *mad = &evt->xfer_iu->passthru; in ibmvfc_tgt_adisc_done()
3594 struct ibmvfc_passthru_mad *mad = &evt->iu.passthru; in ibmvfc_init_passthru()
3716 mad = &evt->iu.passthru; in ibmvfc_tgt_adisc()