/Linux-v5.4/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 132 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.4/Documentation/media/uapi/cec/ |
D | cec-ioc-g-mode.rst | 65 by the follower. The follower can enable the passthrough mode. In that 69 the passthrough mode. See :ref:`cec-core-processing` for details. 154 CEC device into passthrough mode, allowing the exclusive follower 220 except when in passthrough mode. In passthrough mode the core 228 except when in passthrough mode. In passthrough mode the core 236 passthrough mode. In passthrough mode the core does nothing 242 in passthrough mode. In passthrough mode the core does nothing 249 except when in passthrough mode. In passthrough mode the core 258 except when in passthrough mode. In passthrough mode the core
|
D | cec-ioc-adap-g-caps.rst | 110 - Userspace can use the passthrough mode by calling
|
/Linux-v5.4/block/ |
D | bounce.c | 296 bool passthrough = bio_is_passthrough(*bio_orig); in __blk_queue_bounce() local 307 if (!passthrough && sectors < bio_sectors(*bio_orig)) { in __blk_queue_bounce() 313 bio = bounce_clone_bio(*bio_orig, GFP_NOIO, passthrough ? NULL : in __blk_queue_bounce()
|
/Linux-v5.4/drivers/xen/xen-pciback/ |
D | Makefile | 8 passthrough.o
|
D | xenbus.c | 22 static bool __read_mostly passthrough; variable 23 module_param(passthrough, bool, S_IRUGO); 24 MODULE_PARM_DESC(passthrough, 734 if (passthrough) in xen_pcibk_xenbus_register()
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | cache.rst | 82 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
|
D | era.rst | 86 - Cache enters passthrough mode (see: dm-cache's docs in cache.txt)
|
/Linux-v5.4/drivers/media/cec/ |
D | cec-api.c | 466 adap->passthrough = in cec_s_mode() 470 adap->passthrough = false; in cec_s_mode() 620 adap->passthrough = false; in cec_release()
|
D | cec-adap.c | 1915 if (!adap->passthrough && from_unregistered) in cec_receive_notify() 1925 if (adap->passthrough) in cec_receive_notify() 2147 adap->passthrough ? " (in passthrough mode)" : ""); in cec_adap_status()
|
/Linux-v5.4/drivers/target/ |
D | Kconfig | 36 passthrough access to Linux/SCSI device
|
/Linux-v5.4/Documentation/s390/ |
D | vfio-ap.rst | 246 | | 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 687 ------ [vfio_ap-passthrough] (passthrough mediated matrix device type) 709 ------ [vfio_ap-passthrough] 835 ------ [vfio_ap-passthrough]
|
D | vfio-ccw.rst | 9 Linux/s390. Motivation for vfio-ccw is to passthrough subchannels to a
|
/Linux-v5.4/drivers/iommu/ |
D | Kconfig | 79 bool "IOMMU passthrough by default" 82 Enable passthrough by default, removing the need to pass in 83 iommu.passthrough=on or iommu=pt through command line. If this 84 is enabled, you can still disable with iommu.passthrough=off
|
D | amd_iommu_types.h | 645 bool passthrough; /* Device is identity mapped */ member
|
/Linux-v5.4/drivers/staging/media/imx/ |
D | imx-media-csi.c | 411 bool passthrough, interweave; in csi_idmac_setup_channel() local 434 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.4/include/media/ |
D | cec.h | 214 bool passthrough; member
|
/Linux-v5.4/drivers/xen/ |
D | Kconfig | 190 The parameter "passthrough" allows you specify how you want the PCI 192 PCI topology starts at 00.00.0, or (1) for passthrough if you want
|
/Linux-v5.4/Documentation/admin-guide/cifs/ |
D | todo.rst | 57 (passthrough ioctl/fsctl is now implemented in cifs.ko to allow
|
/Linux-v5.4/Documentation/admin-guide/ |
D | bcache.rst | 64 device, it'll be running in passthrough mode until you attach it to a cache. 126 the backing devices to passthrough mode. 430 it's in passthrough mode or caching).
|
/Linux-v5.4/drivers/block/ |
D | Kconfig | 436 bool "SCSI passthrough request for the Virtio block driver" 440 Enable support for SCSI passthrough (e.g. the SG_IO ioctl) on
|
/Linux-v5.4/Documentation/sound/cards/ |
D | audiophile-usb.rst | 73 * 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.4/Documentation/block/ |
D | data-integrity.rst | 126 access to manipulate the tags from user space. A passthrough
|
/Linux-v5.4/Documentation/networking/ |
D | bonding.txt | 2611 Each I/O Module may contain either a switch or a passthrough 2634 A passthrough module (OPM or CPM, optical or copper, 2635 passthrough module) connects the I/O module directly to an external 2650 The balance-rr mode requires the use of passthrough modules 2656 either switch modules or passthrough modules (or a mix). The only 2675 When a passthrough module is in place, the MII monitor does
|
/Linux-v5.4/Documentation/media/kapi/ |
D | cec-core.rst | 10 applications. In addition it integrates the remote control passthrough
|