Home
last modified time | relevance | path

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

/drivers/media/platform/xilinx/
A Dxilinx-tpg.c133 bool passthrough, bool pattern) in __xtpg_update_pattern_control() argument
142 passthrough = false; in __xtpg_update_pattern_control()
145 if (passthrough) in __xtpg_update_pattern_control()
157 bool passthrough, bool pattern) in xtpg_update_pattern_control() argument
160 __xtpg_update_pattern_control(xtpg, passthrough, pattern); in xtpg_update_pattern_control()
173 bool passthrough; in xtpg_s_stream() local
226 passthrough = xtpg->pattern->cur.val == 0; in xtpg_s_stream()
227 __xtpg_update_pattern_control(xtpg, passthrough, !passthrough); in xtpg_s_stream()
237 bayer_phase = passthrough ? XTPG_BAYER_PHASE_OFF in xtpg_s_stream()
242 gpiod_set_value_cansleep(xtpg->vtmux_gpio, !passthrough); in xtpg_s_stream()
/drivers/vfio/pci/
A DKconfig48 bool "VFIO PCI extensions for s390x KVM passthrough"
53 to KVM passthrough capabilities, such as interpretive execution of
/drivers/xen/xen-pciback/
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()
A DMakefile15 passthrough.o
/drivers/vfio/fsl-mc/
A DKconfig9 (Management Complex) devices. This is required to passthrough
/drivers/media/cec/core/
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()
A Dcec-adap.c2066 if (!adap->passthrough && from_unregistered) in cec_receive_notify()
2076 if (adap->passthrough) in cec_receive_notify()
2311 adap->passthrough ? " (in passthrough mode)" : ""); in cec_adap_status()
/drivers/target/
A DKconfig36 passthrough access to Linux/SCSI device
/drivers/xen/
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
/drivers/iommu/
A DKconfig115 to passing "iommu.passthrough=0 iommu.strict=1" on the command line.
129 Equivalent to passing "iommu.passthrough=0 iommu.strict=0" on the
140 "iommu.passthrough=1" (historically "iommu=pt") on the command line.
/drivers/staging/media/imx/
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()

Completed in 21 milliseconds