/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 135 bool passthrough, bool pattern) in __xtpg_update_pattern_control() argument 144 passthrough = false; in __xtpg_update_pattern_control() 147 if (passthrough) in __xtpg_update_pattern_control() 159 bool passthrough, bool pattern) in xtpg_update_pattern_control() argument 162 __xtpg_update_pattern_control(xtpg, passthrough, pattern); in xtpg_update_pattern_control() 175 bool passthrough; in xtpg_s_stream() local 228 passthrough = xtpg->pattern->cur.val == 0; in xtpg_s_stream() 229 __xtpg_update_pattern_control(xtpg, passthrough, !passthrough); in xtpg_s_stream() 239 bayer_phase = passthrough ? XTPG_BAYER_PHASE_OFF in xtpg_s_stream() 244 gpiod_set_value_cansleep(xtpg->vtmux_gpio, !passthrough); in xtpg_s_stream()
|
/linux-4.1.27/drivers/xen/xen-pciback/ |
D | Makefile | 7 passthrough.o
|
D | xenbus.c | 22 static bool __read_mostly passthrough; variable 23 module_param(passthrough, bool, S_IRUGO); 24 MODULE_PARM_DESC(passthrough, 740 if (passthrough) in xen_pcibk_xenbus_register()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache.txt | 75 passthrough. 85 If passthrough is selected, useful when the cache contents are not known 89 block invalidates. To enable passthrough mode the cache must be clean. 106 importance if writeback mode is used. Writethrough and passthrough 187 feature args : writethrough or passthrough (The default is writeback.) 203 passthrough : a degraded mode useful for various cache coherency 208 To enable passthrough mode the cache must be clean. 279 invalidation of larger caches. The cache must be in passthrough mode
|
D | era.txt | 78 - Cache enters passthrough mode (see: dm-cache's docs in cache.txt)
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.h | 151 enum rsz_dpaths_bypass_t passthrough; member
|
D | dm365_resizer.c | 129 param->rsz_common.passthrough = BYPASS_ON; in resizer_configure_passthru() 534 param->rsz_common.passthrough = cont_config->bypass; in resizer_configure_in_continious_mode() 795 param->rsz_common.passthrough = config->bypass; in resizer_configure_in_single_shot_mode() 816 .passthrough = BYPASS_OFF, in resizer_set_defualt_configuration()
|
D | dm365_ipipe_hw.c | 46 val = (rsz_common->passthrough << RSZ_BYPASS_SHIFT) | in rsz_set_common_params() 180 if (params->rsz_common.passthrough) in ipipe_setup_resizer()
|
/linux-4.1.27/drivers/target/ |
D | Kconfig | 32 passthrough access to Linux/SCSI device
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 180 The parameter "passthrough" allows you specify how you want the PCI 182 PCI topology starts at 00.00.0, or (1) for passthrough if you want
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu.c | 102 bool passthrough; /* Default for device is pt_domain */ member 2292 if (!dev_data->iommu_v2 || !dev_data->passthrough) in attach_device() 2352 if (dev_data->passthrough && in __detach_device() 2442 dev_data->passthrough = true; in device_change_notifier() 3045 dev_data->passthrough = true; in prealloc_protection_domains() 3096 if (!dev_data->passthrough) in device_dma_ops_init() 3460 dev_data->passthrough = true; in amd_iommu_init_passthrough()
|
/linux-4.1.27/Documentation/ |
D | bcache.txt | 57 device, it'll be running in passthrough mode until you attach it to a cache. 113 the backing devices to passthrough mode. 229 it's in passthrough mode or caching).
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 55 * The Do port additionally supports surround-encoded AC-3 and DTS passthrough, 106 * hw:1,2 is Do in AC3/DTS passthrough mode
|
/linux-4.1.27/drivers/md/ |
D | dm-cache-target.c | 1482 bool passthrough = passthrough_mode(&cache->features); in process_bio() local 1497 can_migrate = !passthrough && (discarded_block || spare_migration_bandwidth(cache)); in process_bio() 1512 if (passthrough) { in process_bio()
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 122 access to manipulate the tags from user space. A passthrough
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 23 2=Raw passthrough
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 2517 Each I/O Module may contain either a switch or a passthrough 2540 A passthrough module (OPM or CPM, optical or copper, 2541 passthrough module) connects the I/O module directly to an external 2556 The balance-rr mode requires the use of passthrough modules 2562 either switch modules or passthrough modules (or a mix). The only 2581 When a passthrough module is in place, the MII monitor does
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 562 migrating to a faster machine may preclude the use of a passthrough TSC, as a
|