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

/linux-master/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)
/linux-master/fs/fuse/
H A DMakefile13 fuse-$(CONFIG_FUSE_PASSTHROUGH) += passthrough.o
H A Dpassthrough.c3 * FUSE passthrough to backing file.
224 if (!fc->passthrough || !capable(CAP_SYS_ADMIN))
279 if (!fc->passthrough || !capable(CAP_SYS_ADMIN))
300 * Setup passthrough to a backing file.
337 ff->passthrough = backing_file;
341 backing_id, fb, ff->passthrough, err);
349 fb, ff->passthrough);
351 fput(ff->passthrough);
352 ff->passthrough = NULL;
H A Diomode.c51 * Check if inode entered passthrough io mode while waiting for parallel
148 /* Drop uncached_io reference from passthrough open */
175 /* Check allowed conditions for file open in passthrough mode */
176 if (!IS_ENABLED(CONFIG_FUSE_PASSTHROUGH) || !fc->passthrough ||
185 /* First passthrough file open denies caching inode io mode */
212 * which is already open for passthrough.
225 * First passthrough file open denies caching inode io mode.
262 * Last passthrough file close allows caching inode io mode.
H A Dfuse_i.h193 /** Reference to backing file in passthrough mode */
267 /** Reference to backing file in passthrough mode */
268 struct file *passthrough; member in struct:fuse_file
861 unsigned int passthrough:1; member in struct:fuse_conn
863 /** Maximum stack depth for passthrough backing files */
1411 /* passthrough.c */
1459 return ff->passthrough;
H A Dinode.c1316 * so it has to be at least 1 to support passthrough
1328 fc->passthrough = 1;
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c132 bool passthrough, bool pattern)
138 * passthrough mode can't be enabled.
141 passthrough = false;
143 /* If passthrough mode is allowed unmask bit 0. */
144 if (passthrough)
156 bool passthrough, bool pattern)
159 __xtpg_update_pattern_control(xtpg, passthrough, pattern);
172 bool passthrough; local
212 * operation mode (passthrough or test pattern generation). The test
222 * Switching between passthrough an
131 __xtpg_update_pattern_control(struct xtpg_device *xtpg, bool passthrough, bool pattern) argument
155 xtpg_update_pattern_control(struct xtpg_device *xtpg, bool passthrough, bool pattern) argument
[all...]
/linux-master/drivers/media/cec/core/
H A Dcec-api.c487 adap->passthrough =
491 adap->passthrough = false;
640 adap->passthrough = false;
H A Dcec-adap.c2017 * handled by the CEC core, even if the passthrough mode is on.
2018 * The others are just ignored if passthrough mode is on.
2029 if (!adap->passthrough && from_unregistered)
2036 * Skip processing these messages if the passthrough mode
2039 if (adap->passthrough)
2056 * passthrough setting.
2132 * The remaining messages are only processed if the passthrough mode
2274 adap->passthrough ? " (in passthrough mode)" : "");
/linux-master/include/media/
H A Dcec.h206 * @passthrough: if true, then the exclusive follower is in
207 * passthrough mode.
272 bool passthrough; member in struct:cec_adapter
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csi.c140 * data internally as generic data, aka passthrough mode:
412 bool passthrough, interweave; local
435 passthrough = requires_passthrough(&priv->mbus_cfg, infmt, incc);
487 if (passthrough) {
493 fallthrough; /* non-passthrough RGB565 (CSI-2 bus) */
500 if (passthrough) {
545 burst_size = passthrough ?
1404 * Otherwise passthrough the field type.
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c719 if (sp->role.passthrough)
740 * For direct MMUs (e.g. TDP or non-paging guests) or passthrough SPs,
764 sp->role.passthrough ? "passthrough" : "direct",
769 sp->role.passthrough ? "passthrough" : "direct",
1902 if (sp->role.passthrough)
1935 .passthrough = 0x1,
2317 role.passthrough = 0;
5439 root_role.passthrough
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h349 unsigned passthrough:1; member in struct:kvm_mmu_page_role::__anon6

Completed in 319 milliseconds