Home
last modified time | relevance | path

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

12

/linux/Documentation/userspace-api/media/cec/
H A 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
H A Dcec-ioc-adap-g-caps.rst106 - Userspace can use the passthrough mode by calling
/linux/fs/fuse/
H A Dpassthrough.c224 if (!fc->passthrough || !capable(CAP_SYS_ADMIN)) in fuse_backing_open()
279 if (!fc->passthrough || !capable(CAP_SYS_ADMIN)) in fuse_backing_close()
337 ff->passthrough = backing_file; in fuse_passthrough_open()
341 backing_id, fb, ff->passthrough, err); in fuse_passthrough_open()
349 fb, ff->passthrough); in fuse_passthrough_release()
351 fput(ff->passthrough); in fuse_passthrough_release()
352 ff->passthrough = NULL; in fuse_passthrough_release()
H A DKconfig57 bool "FUSE passthrough operations support"
65 If you want to allow passthrough operations, answer Y.
H A DMakefile13 fuse-$(CONFIG_FUSE_PASSTHROUGH) += passthrough.o
H A Dfuse_i.h268 struct file *passthrough; member
861 unsigned int passthrough:1; member
1459 return ff->passthrough; in fuse_file_passthrough()
H A Diomode.c176 if (!IS_ENABLED(CONFIG_FUSE_PASSTHROUGH) || !fc->passthrough || in fuse_file_passthrough_open()
/linux/drivers/media/platform/xilinx/
H A 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/Documentation/networking/
H A 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/drivers/vfio/pci/
H A DKconfig52 bool "VFIO PCI extensions for s390x KVM passthrough"
57 to KVM passthrough capabilities, such as interpretive execution of
/linux/Documentation/admin-guide/device-mapper/
H A 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
H A Dera.rst86 - Cache enters passthrough mode (see: dm-cache's docs in cache.txt)
H A Ddm-ima.rst349 <passthrough> "," <no_discard_passdown> ";"
359 passthrough := "passthrough=" <yes_no>
372 passthrough=n,metadata2=y,no_discard_passdown=n;
/linux/drivers/xen/xen-pciback/
H A DMakefile15 passthrough.o
H A Dxenbus.c22 static bool __read_mostly passthrough; variable
23 module_param(passthrough, bool, S_IRUGO);
24 MODULE_PARM_DESC(passthrough,
748 if (passthrough) in xen_pcibk_xenbus_register()
/linux/drivers/vfio/fsl-mc/
H A DKconfig9 (Management Complex) devices. This is required to passthrough
/linux/drivers/media/cec/core/
H A Dcec-api.c487 adap->passthrough = in cec_s_mode()
491 adap->passthrough = false; in cec_s_mode()
640 adap->passthrough = false; in cec_release()
/linux/drivers/target/
H A DKconfig36 passthrough access to Linux/SCSI device
/linux/drivers/xen/
H A 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/Documentation/block/
H A 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
233 commands via io_uring passthrough. The per-queue IO pthread
246 The following IO commands are communicated via io_uring passthrough command,
/linux/Documentation/arch/s390/
H A 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
780 ------ [vfio_ap-passthrough] (passthrough vfio_ap mediated device type)
802 ------ [vfio_ap-passthrough]
951 ------ [vfio_ap-passthrough]
/linux/drivers/staging/media/imx/
H A Dimx-media-csi.c412 bool passthrough, interweave; in csi_idmac_setup_channel() local
435 passthrough = requires_passthrough(&priv->mbus_cfg, infmt, incc); in csi_idmac_setup_channel()
487 if (passthrough) { in csi_idmac_setup_channel()
500 if (passthrough) { in csi_idmac_setup_channel()
545 burst_size = passthrough ? in csi_idmac_setup_channel()
/linux/include/media/
H A Dcec.h274 bool passthrough; member
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst60 (passthrough ioctl/fsctl is now implemented in cifs.ko to allow
/linux/Documentation/admin-guide/media/
H A Dcec.rst311 The critical component is one of these HDMI female-female passthrough connectors
368 The minimum configuration is one HDMI female-female passthrough connector

12