Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dpassthrough.c81 struct file *passthrough_filp = ff->passthrough.filp; in fuse_passthrough_read_iter()
86 old_cred = override_creds(ff->passthrough.cred); in fuse_passthrough_read_iter()
123 struct file *passthrough_filp = ff->passthrough.filp; in fuse_passthrough_write_iter()
133 old_cred = override_creds(ff->passthrough.cred); in fuse_passthrough_write_iter()
173 struct file *passthrough_filp = ff->passthrough.filp; in fuse_passthrough_mmap()
183 old_cred = override_creds(ff->passthrough.cred); in fuse_passthrough_mmap()
204 struct fuse_passthrough *passthrough; in fuse_passthrough_open() local
206 if (!fc->passthrough) in fuse_passthrough_open()
230 passthrough = kmalloc(sizeof(struct fuse_passthrough), GFP_KERNEL); in fuse_passthrough_open()
231 if (!passthrough) { in fuse_passthrough_open()
[all …]
H A DMakefile11 fuse-y += passthrough.o
H A Dfuse_i.h240 struct fuse_passthrough passthrough; member
767 unsigned int passthrough:1; member
1264 void fuse_passthrough_release(struct fuse_passthrough *passthrough);
H A Dinode.c1071 fc->passthrough = 1; in process_init_reply()
1149 struct fuse_passthrough *passthrough = (struct fuse_passthrough *)p; in free_fuse_passthrough() local
1151 fuse_passthrough_release(passthrough); in free_fuse_passthrough()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/buildroot/package/qemu/
H A DConfig.in.host101 bool "USB passthrough support"
103 Enables USB passthrough support from guest to host.
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/vfio/fsl-mc/
H A DKconfig6 (Management Complex) devices. This is required to passthrough
/OK3568_Linux_fs/kernel/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.c1936 if (!adap->passthrough && from_unregistered) in cec_receive_notify()
1946 if (adap->passthrough) in cec_receive_notify()
2170 adap->passthrough ? " (in passthrough mode)" : ""); in cec_adap_status()
/OK3568_Linux_fs/kernel/drivers/target/
H A DKconfig36 passthrough access to Linux/SCSI device
/OK3568_Linux_fs/kernel/drivers/iommu/
H A DKconfig113 bool "IOMMU passthrough by default"
116 Enable passthrough by default, removing the need to pass in
117 iommu.passthrough=on or iommu=pt through command line. If this
118 is enabled, you can still disable with iommu.passthrough=off
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dvfio-ap.rst246 | | 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]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/firewalld/
H A Dfirewalld_0.9.4.bb27 # application relying on "direct passthrough" rules (such as docker) will break.
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-csi.c410 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()
498 if (passthrough) { in csi_idmac_setup_channel()
543 burst_size = passthrough ? in csi_idmac_setup_channel()
/OK3568_Linux_fs/kernel/include/media/
H A Dcec.h237 bool passthrough; member
/OK3568_Linux_fs/kernel/drivers/xen/
H A DKconfig194 The parameter "passthrough" allows you specify how you want the PCI
196 PCI topology starts at 00.00.0, or (1) for passthrough if you want
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py312 testserver = ProtocolTestCase(stream, passthrough=output)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A Dtodo.rst57 (passthrough ioctl/fsctl is now implemented in cifs.ko to allow

12