Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c132 bool passthrough, bool pattern) in __xtpg_update_pattern_control()
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()
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 an in xtpg_s_stream()
131 __xtpg_update_pattern_control(struct xtpg_device *xtpg, bool passthrough, bool pattern) __xtpg_update_pattern_control() argument
155 xtpg_update_pattern_control(struct xtpg_device *xtpg, bool passthrough, bool pattern) xtpg_update_pattern_control() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c132 bool passthrough, bool pattern) in __xtpg_update_pattern_control()
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()
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 an in xtpg_s_stream()
131 __xtpg_update_pattern_control(struct xtpg_device *xtpg, bool passthrough, bool pattern) __xtpg_update_pattern_control() argument
155 xtpg_update_pattern_control(struct xtpg_device *xtpg, bool passthrough, bool pattern) xtpg_update_pattern_control() argument
[all...]
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A DMakefile8 passthrough.o
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/block/
H A Dbounce.c297 bool passthrough = bio_is_passthrough(*bio_orig); in __blk_queue_bounce() local
308 if (!passthrough && sectors < bio_sectors(*bio_orig)) { in __blk_queue_bounce()
314 bio = bounce_clone_bio(*bio_orig, GFP_NOIO, passthrough ? NULL : in __blk_queue_bounce()
/kernel/linux/linux-5.10/drivers/media/cec/core/
H A Dcec-api.c487 adap->passthrough = in cec_s_mode()
491 adap->passthrough = false; in cec_s_mode()
646 adap->passthrough = false; in cec_release()
H A Dcec-adap.c1925 * handled by the CEC core, even if the passthrough mode is on. in cec_receive_notify()
1926 * The others are just ignored if passthrough mode is on. in cec_receive_notify()
1937 if (!adap->passthrough && from_unregistered) in cec_receive_notify()
1944 * Skip processing these messages if the passthrough mode in cec_receive_notify()
1947 if (adap->passthrough) in cec_receive_notify()
1964 * passthrough setting. in cec_receive_notify()
2040 * The remaining messages are only processed if the passthrough mode in cec_receive_notify()
2171 adap->passthrough ? " (in passthrough mode)" : ""); in cec_adap_status()
/kernel/linux/linux-6.6/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()
H A Dcec-adap.c1997 * handled by the CEC core, even if the passthrough mode is on. in cec_receive_notify()
1998 * The others are just ignored if passthrough mode is on. in cec_receive_notify()
2009 if (!adap->passthrough && from_unregistered) in cec_receive_notify()
2016 * Skip processing these messages if the passthrough mode in cec_receive_notify()
2019 if (adap->passthrough) in cec_receive_notify()
2036 * passthrough setting. in cec_receive_notify()
2112 * The remaining messages are only processed if the passthrough mode in cec_receive_notify()
2254 adap->passthrough ? " (in passthrough mode)" : ""); in cec_adap_status()
/kernel/linux/linux-5.10/drivers/staging/media/imx/
H A Dimx-media-csi.c140 * data internally as generic data, aka passthrough mode:
410 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()
491 fallthrough; /* non-passthrough RGB565 (CSI-2 bus) */ in csi_idmac_setup_channel()
498 if (passthrough) { in csi_idmac_setup_channel()
543 burst_size = passthrough ? in csi_idmac_setup_channel()
1406 * Otherwise passthrough the field type. in csi_try_field()
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H A Dimx-media-csi.c140 * data internally as generic data, aka passthrough mode:
412 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()
493 fallthrough; /* non-passthrough RGB565 (CSI-2 bus) */ in csi_idmac_setup_channel()
500 if (passthrough) { in csi_idmac_setup_channel()
545 burst_size = passthrough ? in csi_idmac_setup_channel()
1390 * Otherwise passthrough the field type. in csi_try_field()
/kernel/linux/linux-5.10/include/media/
H A Dcec.h186 * @passthrough: if true, then the exclusive follower is in
187 * passthrough mode.
237 bool passthrough; member
/kernel/linux/linux-6.6/include/media/
H A Dcec.h206 * @passthrough: if true, then the exclusive follower is in
207 * passthrough mode.
261 bool passthrough; member
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c723 if (sp->role.passthrough) in kvm_mmu_page_get_gfn()
744 * For direct MMUs (e.g. TDP or non-paging guests) or passthrough SPs, in kvm_mmu_page_get_access()
768 sp->role.passthrough ? "passthrough" : "direct", in kvm_mmu_page_set_translation()
773 sp->role.passthrough ? "passthrough" : "direct", in kvm_mmu_page_set_translation()
1896 if (sp->role.passthrough) in sp_has_gptes()
1929 .passthrough = 0x1, in kvm_sync_page_check()
2311 role.passthrough = 0; in kvm_mmu_child_role()
5292 root_role.passthrough in kvm_init_shadow_npt_mmu()
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h340 unsigned passthrough:1; member

Completed in 32 milliseconds