Home
last modified time | relevance | path

Searched full:passthrough (Results 1 – 25 of 199) sorted by relevance

12345678

/Linux-v6.1/Documentation/userspace-api/media/cec/
Dcec-ioc-g-mode.rst61 by the follower. The follower can enable the passthrough mode. In that
65 the passthrough mode. See :ref:`cec-core-processing` for details.
149 CEC device into passthrough mode, allowing the exclusive follower
214 except when in passthrough mode. In passthrough mode the core
222 except when in passthrough mode. In passthrough mode the core
230 passthrough mode. In passthrough mode the core does nothing
236 in passthrough mode. In passthrough mode the core does nothing
243 except when in passthrough mode. In passthrough mode the core
252 except when in passthrough mode. In passthrough mode the core
Dcec-ioc-adap-g-caps.rst102 * .. _`CEC-CAP-PASSTHROUGH`:
106 - Userspace can use the passthrough mode by calling
/Linux-v6.1/drivers/media/platform/xilinx/
Dxilinx-tpg.c132 bool passthrough, bool pattern) in __xtpg_update_pattern_control() argument
138 * passthrough mode can't be enabled. in __xtpg_update_pattern_control()
141 passthrough = false; in __xtpg_update_pattern_control()
143 /* If passthrough mode is allowed unmask bit 0. */ in __xtpg_update_pattern_control()
144 if (passthrough) in __xtpg_update_pattern_control()
156 bool passthrough, bool pattern) in xtpg_update_pattern_control() argument
159 __xtpg_update_pattern_control(xtpg, passthrough, pattern); in xtpg_update_pattern_control()
172 bool passthrough; in xtpg_s_stream() local
212 * operation mode (passthrough or test pattern generation). The test in xtpg_s_stream()
222 * Switching between passthrough and test pattern generation modes isn't in xtpg_s_stream()
[all …]
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Dcache.rst82 passthrough.
92 If passthrough is selected, useful when the cache contents are not known
96 block invalidates. To enable passthrough mode the cache must be clean.
97 Passthrough mode allows a cache device to be activated without having to
113 importance if writeback mode is used. Writethrough and passthrough
192 feature args writethrough or passthrough (The default is writeback.)
212 passthrough a degraded mode useful for various cache coherency
217 To enable passthrough mode the cache must be clean.
315 invalidation of larger caches. The cache must be in passthrough mode
/Linux-v6.1/include/uapi/linux/
Divtv.h30 YUV streaming, YUV updates through user DMA and the passthrough
64 /* Select the passthrough mode (if the argument is non-zero). In the passthrough
/Linux-v6.1/Documentation/networking/
Dnet_failover.rst64 the VF passthrough device for normal communication. The virtio-net device will
67 The second device definition is for the VF passthrough interface. Here the
88 virtio-net interface, and ens11 is the slave 'primary' VF passthrough interface.
123 device to the VM. This is not the VF that was passthrough'd to the VM (seen in
152 # Remove the VF that was passthrough'd to the VM.
/Linux-v6.1/drivers/scsi/mpt3sas/mpi/
Dmpi2_sas.h33 * Passthrough Request message.
100 * SMP Passthrough messages
103 /*SMP Passthrough Request Message */
128 /*SMP Passthrough Reply Message */
155 * SATA Passthrough messages
167 /*SATA Passthrough Request Message */
199 /*SATA Passthrough Reply Message */
/Linux-v6.1/drivers/vfio/pci/
DKconfig48 bool "VFIO PCI extensions for s390x KVM passthrough"
53 to KVM passthrough capabilities, such as interpretive execution of
/Linux-v6.1/drivers/xen/
DKconfig219 The parameter "passthrough" allows you specify how you want the PCI
221 PCI topology starts at 00.00.0, or (1) for passthrough if you want
262 tristate "Xen hypercall passthrough driver"
266 The hypercall passthrough driver allows privileged user programs to
/Linux-v6.1/include/uapi/scsi/
Dscsi_bsg_mpi3mr.h374 * for MPI Passthrough request .
390 * Passthrough requests.
405 * descriptor for MPI Passthrough requests.
422 * structure for all MPI Passthrough requests .
/Linux-v6.1/drivers/message/fusion/lsi/
Dmpi_sas.h98 /* Serial Management Protocol Passthrough Request */
128 /* Serial Management Protocol Passthrough Reply */
152 /* SATA Passthrough Request */
191 /* SATA Passthrough Reply */
/Linux-v6.1/Documentation/block/
Dublk.rst47 ``io_uring`` passthrough command; that is why ublk is also one io_uring based
48 block driver. It has been observed that using io_uring passthrough command can
187 commands via io_uring passthrough. The per-queue IO pthread
200 The following IO commands are communicated via io_uring passthrough command,
/Linux-v6.1/drivers/iommu/
DKconfig113 to passing "iommu.passthrough=0 iommu.strict=1" on the command line.
127 Equivalent to passing "iommu.passthrough=0 iommu.strict=0" on the
134 bool "Passthrough"
138 "iommu.passthrough=1" (historically "iommu=pt") on the command line.
/Linux-v6.1/drivers/vfio/fsl-mc/
DKconfig7 (Management Complex) devices. This is required to passthrough
/Linux-v6.1/drivers/xen/xen-pciback/
Dxenbus.c22 static bool __read_mostly passthrough; variable
23 module_param(passthrough, bool, S_IRUGO);
24 MODULE_PARM_DESC(passthrough,
30 " 1 - Passthrough provides a real view of the PCI topology to the\n"\
750 if (passthrough) in xen_pcibk_xenbus_register()
DMakefile15 passthrough.o
/Linux-v6.1/arch/powerpc/kvm/
Dbook3s_hv_builtin.c328 * passthrough adapter and if so, check if this external interrupt
333 * If the delivery fails or if this is not for a passthrough adapter,
372 * 2 Passthrough that needs completion in the host
374 * -2 if there is PCI passthrough external interrupt that was handled
/Linux-v6.1/drivers/media/pci/ivtv/
Divtv-streams.c504 /* Stop Passthrough */ in ivtv_start_v4l2_encode_stream()
639 /* Start Passthrough */ in ivtv_start_v4l2_encode_stream()
902 /* Raw-passthrough is implied on start. Make sure it's stopped so in ivtv_stop_v4l2_encode_stream()
987 IVTV_DEBUG_INFO("ivtv ioctl: Select passthrough mode\n"); in ivtv_passthrough_mode()
990 initiate/terminate passthrough mode */ in ivtv_passthrough_mode()
1015 /* Start Passthrough Mode */ in ivtv_passthrough_mode()
1024 /* Stop Passthrough Mode */ in ivtv_passthrough_mode()
/Linux-v6.1/include/scsi/
Dscsi_driver.h33 /* make sure not to use it with passthrough commands */
/Linux-v6.1/drivers/target/
DKconfig36 passthrough access to Linux/SCSI device
/Linux-v6.1/block/
Dblk-mq-sched.c392 * dispatch flush and passthrough rq directly in blk_mq_sched_bypass_insert()
394 * passthrough request has to be added to hctx->dispatch directly. in blk_mq_sched_bypass_insert()
397 * FS request will be added to hctx->dispatch. However passthrough in blk_mq_sched_bypass_insert()
399 * passthrough request is added to scheduler queue, there isn't any in blk_mq_sched_bypass_insert()
Dblk-map.c524 * Append a bio to a passthrough request. Only works if the bio can be merged
551 /* Prepare bio for passthrough IO given ITER_BVEC iter */
608 * blk_rq_map_user_iov - map user data to a request, for passthrough requests
761 * blk_rq_map_kern - map kernel data to a request, for passthrough requests
/Linux-v6.1/Documentation/s390/
Dvfio-ap.rst244 | | 9 create vfio_ap-passthrough | |
270 9. The administrator creates a passthrough type vfio_ap mediated device to be
325 passthrough devices:
327 /sys/devices/vfio_ap/matrix/mdev_supported_types/vfio_ap-passthrough
344 the number of vfio_ap mediated passthrough devices
752 ------ [vfio_ap-passthrough] (passthrough vfio_ap mediated device type)
774 ------ [vfio_ap-passthrough]
923 ------ [vfio_ap-passthrough]
/Linux-v6.1/net/nfc/hci/
Dllc_nop.c3 * nop (passthrough) Link Layer Control
/Linux-v6.1/drivers/scsi/libfc/
Dfc_lport.c134 * struct fc_bsg_info - FC Passthrough managemet structure
135 * @job: The passthrough job
1943 * fc_lport_bsg_resp() - The common response handler for FC Passthrough requests
1944 * @sp: The sequence for the FC Passthrough response
2007 * fc_lport_els_request() - Send ELS passthrough request
2008 * @job: The BSG Passthrough job
2067 * fc_lport_ct_request() - Send CT Passthrough request
2068 * @job: The BSG Passthrough job
2128 * FC Passthrough requests
2129 * @job: The BSG passthrough job

12345678