Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.15/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.rst106 - Userspace can use the passthrough mode by calling
/Linux-v5.15/drivers/media/platform/xilinx/
Dxilinx-tpg.c132 bool passthrough, bool pattern) in __xtpg_update_pattern_control() argument
141 passthrough = false; 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
225 passthrough = xtpg->pattern->cur.val == 0; in xtpg_s_stream()
226 __xtpg_update_pattern_control(xtpg, passthrough, !passthrough); in xtpg_s_stream()
236 bayer_phase = passthrough ? XTPG_BAYER_PHASE_OFF in xtpg_s_stream()
241 gpiod_set_value_cansleep(xtpg->vtmux_gpio, !passthrough); in xtpg_s_stream()
/Linux-v5.15/drivers/xen/xen-pciback/
DMakefile8 passthrough.o
Dxenbus.c22 static bool __read_mostly passthrough; variable
23 module_param(passthrough, bool, S_IRUGO);
24 MODULE_PARM_DESC(passthrough,
747 if (passthrough) in xen_pcibk_xenbus_register()
/Linux-v5.15/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.
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
Dera.rst86 - Cache enters passthrough mode (see: dm-cache's docs in cache.txt)
Ddm-ima.rst349 <passthrough> "," <no_discard_passdown> ";"
359 passthrough := "passthrough=" <yes_no>
372 passthrough=n,metadata2=y,no_discard_passdown=n;
/Linux-v5.15/drivers/vfio/fsl-mc/
DKconfig7 (Management Complex) devices. This is required to passthrough
/Linux-v5.15/drivers/target/
DKconfig36 passthrough access to Linux/SCSI device
/Linux-v5.15/drivers/media/cec/core/
Dcec-api.c487 adap->passthrough = in cec_s_mode()
491 adap->passthrough = false; in cec_s_mode()
646 adap->passthrough = false; in cec_release()
Dcec-adap.c1935 if (!adap->passthrough && from_unregistered) in cec_receive_notify()
1945 if (adap->passthrough) in cec_receive_notify()
2169 adap->passthrough ? " (in passthrough mode)" : ""); in cec_adap_status()
/Linux-v5.15/Documentation/s390/
Dvfio-ap.rst246 | | 9 create vfio_ap-passthrough | |
272 9. The administrator creates a passthrough type mediated matrix device to be
327 passthrough devices:
329 /sys/devices/vfio_ap/matrix/mdev_supported_types/vfio_ap-passthrough
346 the number of mediated matrix passthrough devices
686 ------ [vfio_ap-passthrough] (passthrough mediated matrix device type)
708 ------ [vfio_ap-passthrough]
834 ------ [vfio_ap-passthrough]
Dvfio-ccw.rst9 Linux/s390. Motivation for vfio-ccw is to passthrough subchannels to a
/Linux-v5.15/include/media/
Dcec.h237 bool passthrough; member
/Linux-v5.15/drivers/staging/media/imx/
Dimx-media-csi.c410 bool passthrough, interweave; in csi_idmac_setup_channel() local
433 passthrough = requires_passthrough(&priv->upstream_ep, infmt, incc); in csi_idmac_setup_channel()
485 if (passthrough) { in csi_idmac_setup_channel()
498 if (passthrough) { in csi_idmac_setup_channel()
543 burst_size = passthrough ? in csi_idmac_setup_channel()
/Linux-v5.15/drivers/iommu/
DKconfig102 to passing "iommu.passthrough=0 iommu.strict=1" on the command line.
116 Equivalent to passing "iommu.passthrough=0 iommu.strict=0" on the
127 "iommu.passthrough=1" (historically "iommu=pt") on the command line.
/Linux-v5.15/drivers/xen/
DKconfig195 The parameter "passthrough" allows you specify how you want the PCI
197 PCI topology starts at 00.00.0, or (1) for passthrough if you want
/Linux-v5.15/Documentation/admin-guide/cifs/
Dtodo.rst59 (passthrough ioctl/fsctl is now implemented in cifs.ko to allow
/Linux-v5.15/Documentation/sound/hd-audio/
Drealtek-pc-beep.rst6 Realtek HDA codecs and controls a muxer and pair of passthrough mixers that can
/Linux-v5.15/Documentation/block/
Dinline-encryption.rst228 define a new type of KSM; the "passthrough KSM", that layered devices can use
231 Another use case for the "passthrough KSM" is for IE devices that do not have a
Ddata-integrity.rst126 access to manipulate the tags from user space. A passthrough
/Linux-v5.15/Documentation/admin-guide/
Dbcache.rst71 device, it'll be running in passthrough mode until you attach it to a cache.
133 the backing devices to passthrough mode.
437 it's in passthrough mode or caching).
/Linux-v5.15/Documentation/sound/cards/
Daudiophile-usb.rst73 * The Do port additionally supports surround-encoded AC-3 and DTS passthrough,
129 * hw:1,2 is Do in AC3/DTS passthrough mode
/Linux-v5.15/Documentation/virt/kvm/
Drunning-nested-guests.rst174 feature — with QEMU, this can be done by using "host passthrough"

12