/linux-4.4.14/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.4.14/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, 742 if (passthrough) in xen_pcibk_xenbus_register()
|
/linux-4.4.14/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. 290 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.4.14/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() 535 param->rsz_common.passthrough = cont_config->bypass; in resizer_configure_in_continious_mode() 796 param->rsz_common.passthrough = config->bypass; in resizer_configure_in_single_shot_mode() 817 .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.4.14/drivers/target/ |
D | Kconfig | 32 passthrough access to Linux/SCSI device
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/virtual/kvm/arm/ |
D | vgic-mapped-irqs.txt | 16 passthrough device, where the physical interrupts are initially handled
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 122 access to manipulate the tags from user space. A passthrough
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-target.c | 1806 bool passthrough = passthrough_mode(&cache->features); in process_cell() local 1811 can_migrate = !passthrough && (fast_promotion || spare_migration_bandwidth(cache)); in process_cell() 1826 if (passthrough) { in process_cell()
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu.c | 96 bool passthrough; /* Device is identity mapped */ member 2147 if (!dev_data->passthrough) in attach_device() 2264 dev_data->passthrough = true; in amd_iommu_add_device()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 23 2=Raw passthrough
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 2601 Each I/O Module may contain either a switch or a passthrough 2624 A passthrough module (OPM or CPM, optical or copper, 2625 passthrough module) connects the I/O module directly to an external 2640 The balance-rr mode requires the use of passthrough modules 2646 either switch modules or passthrough modules (or a mix). The only 2665 When a passthrough module is in place, the MII monitor does
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 562 migrating to a faster machine may preclude the use of a passthrough TSC, as a
|