/openbmc/qemu/docs/system/devices/ |
H A D | usb-u2f.rst | 15 ``u2f-passthru`` 18 The ``u2f-passthru`` device allows you to connect a real hardware 31 |qemu_system| -usb -device u2f-passthru,hidraw=/dev/hidraw0 33 If you don't specify the device, the ``u2f-passthru`` device will 38 |qemu_system| -usb -device u2f-passthru
|
H A D | ccid.rst | 99 Using ccid-card-passthru with client side hardware 101 On the host specify the ccid-card-passthru device with a suitable chardev:: 104 -usb -device usb-ccid -device ccid-card-passthru,chardev=ccid 110 Using ccid-card-passthru with client side certificates 121 -usb -device usb-ccid -device ccid-card-passthru,chardev=ccid 127 This is a typical interchange of messages when using the passthru card device. 140 client event | vscclient | passthru | usb-ccid | guest event
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.ips | 81 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
|
H A D | dpti.rst | 81 - Add ioctl passthru error recovery
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctdaio.h | 66 unsigned int passthru:1; member 93 unsigned int passthru:1; member
|
H A D | ctdaio.c | 414 conf = (desc->msr & 0x7) | (desc->passthru << 3); in dao_rsc_init() 457 dsc.passthru = desc->passthru; in dao_rsc_reinit()
|
/openbmc/linux/include/uapi/sound/ |
H A D | hdsp.h | 54 unsigned char passthru; member
|
H A D | hdspm.h | 60 unsigned int passthru; member
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-dev-v3.c | 259 | (op->u.passthru.bit_mod << REQ1_PT_BW_SHIFT) in ccp_perform_passthru() 260 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT); in ccp_perform_passthru() 272 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp_perform_passthru() 573 .passthru = ccp_perform_passthru,
|
H A D | ccp-dev.h | 552 struct ccp_passthru_op passthru; member 658 int (*passthru)(struct ccp_op *); member
|
H A D | ccp-dev-v5.c | 512 CCP_PT_BYTESWAP(&function) = op->u.passthru.byte_swap; in ccp5_perform_passthru() 513 CCP_PT_BITWISE(&function) = op->u.passthru.bit_mod; in ccp5_perform_passthru() 527 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP) in ccp5_perform_passthru() 1104 .passthru = ccp5_perform_passthru,
|
H A D | ccp-ops.c | 456 op.u.passthru.byte_swap = byte_swap; in ccp_copy_to_from_sb() 458 return cmd_q->ccp->vdata->perform->passthru(&op); in ccp_copy_to_from_sb() 1969 struct ccp_passthru_engine *pt = &cmd->u.passthru; in ccp_run_passthru_cmd() 2070 ret = cmd_q->ccp->vdata->perform->passthru(&op); in ccp_run_passthru_cmd() 2156 ret = cmd_q->ccp->vdata->perform->passthru(&op); in ccp_run_passthru_nomap_cmd()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | Makefile | 14 nvmet-$(CONFIG_NVME_TARGET_PASSTHRU) += passthru.o
|
H A D | Kconfig | 24 This enables target side NVMe passthru controller support for the
|
/openbmc/qemu/hw/usb/ |
H A D | meson.build | 58 if_true: [cacard, files('ccid-card-emulated.c', 'ccid-card-passthru.c')]) 65 system_ss.add(when: 'CONFIG_USB_U2F', if_true: [libudev, files('u2f-passthru.c')])
|
/openbmc/linux/drivers/dma/ptdma/ |
H A D | ptdma-dmaengine.c | 60 pt_engine = &pt_cmd->passthru; in pt_dma_start_desc() 198 pt_engine = &pt_cmd->passthru; in pt_create_desc()
|
H A D | ptdma.h | 169 struct pt_passthru_engine passthru; member
|
/openbmc/u-boot/include/usb/ |
H A D | ulpi.h | 71 int passthru, int complement);
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 227 int passthru; /* non-zero if doing pass-thru */ member 550 rme9652->passthru = 0; in rme9652_set_thru() 603 rme9652->passthru = 1; in rme9652_set_passthru() 607 rme9652->passthru = 0; in rme9652_set_passthru() 1282 ucontrol->value.integer.value[0] = rme9652->passthru; in snd_rme9652_get_passthru() 1299 change = (ucontrol->value.integer.value[0] != rme9652->passthru); in snd_rme9652_put_passthru() 1565 rme9652->passthru ? "yes" : "no"); in snd_rme9652_proc_read() 1789 rme9652->passthru = 0; in snd_rme9652_set_defaults()
|
/openbmc/linux/include/linux/ |
H A D | ccp.h | 657 struct ccp_passthru_engine passthru; member
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | cx88-devel.rst | 63 1 1 Mono tuner bypass or CD passthru (tuner specific)
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-debug.c | 133 mconfig->pipe->passthru ? "true" : "false"); in module_read()
|
H A D | skl-topology.h | 329 bool passthru; member
|
/openbmc/linux/drivers/scsi/ |
H A D | 3w-xxxx.c | 887 TW_Passthru *passthru; in tw_chrdev_ioctl() local 927 passthru = (TW_Passthru *)&tw_ioctl->firmware_command; in tw_chrdev_ioctl() 977 passthru->sg_list[0].address = dma_handle + sizeof(TW_New_Ioctl); in tw_chrdev_ioctl() 978 passthru->sg_list[0].length = data_buffer_length_adjusted; in tw_chrdev_ioctl()
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | audiophile-usb.rst | 22 - Added AC3/DTS passthru info 259 AC3 w/ DTS passthru mode 267 - AC3 with DTS passthru
|