Home
last modified time | relevance | path

Searched refs:bypass (Results 1 – 25 of 26) sorted by relevance

12

/drivers/md/bcache/
Dstats.c185 bool hit, bool bypass) in mark_cache_stats() argument
187 if (!bypass) in mark_cache_stats()
199 void bch_mark_cache_accounting(struct search *s, bool hit, bool bypass) in bch_mark_cache_accounting() argument
202 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
203 mark_cache_stats(&s->op.c->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
205 mark_cache_stats(&(bch_bio_to_cgroup(s->orig_bio)->stats), hit, bypass); in bch_mark_cache_accounting()
Dstats.h53 void bch_mark_cache_accounting(struct search *s, bool hit, bool bypass);
/drivers/clk/socfpga/
Dclk.c60 unsigned long bypass; in clk_pll_recalc_rate() local
63 bypass = readl(clk_mgr_base_addr + CLKMGR_BYPASS); in clk_pll_recalc_rate()
64 if (bypass & MAINPLL_BYPASS) in clk_pll_recalc_rate()
/drivers/base/regmap/
Dregcache.c269 unsigned int bypass; in regcache_sync() local
275 bypass = map->cache_bypass; in regcache_sync()
308 map->cache_bypass = bypass; in regcache_sync()
332 unsigned int bypass; in regcache_sync_region() local
339 bypass = map->cache_bypass; in regcache_sync_region()
354 map->cache_bypass = bypass; in regcache_sync_region()
Dregmap.c1756 bool bypass; in regmap_register_patch() local
1764 bypass = map->cache_bypass; in regmap_register_patch()
1788 map->cache_bypass = bypass; in regmap_register_patch()
/drivers/staging/silicom/bypasslib/
DMakefile5 obj-$(CONFIG_SBYPASS) += bypass.o
/drivers/staging/silicom/
DREADME9 The software requirements are for a kernel level driver that interfaces with the bypass and watchdo…
DKconfig28 will be called bypass.
Dbpctl_mod.c7343 RW_FOPS(bypass) in RW_FOPS() argument
7866 ENTRY(bypass); in RW_FOPS()
/drivers/media/usb/dvb-usb/
Dvp702x.c155 static int vp702x_set_pld_mode(struct dvb_usb_adapter *adap, u8 bypass) in vp702x_set_pld_mode() argument
166 ret = vp702x_usb_in_op(adap->dev, 0xe0, (bypass << 8) | 0x0e, in vp702x_set_pld_mode()
/drivers/crypto/amcc/
Dcrypto4xx_core.h130 u32 bypass; member
Dcrypto4xx_reg_def.h266 u32 bypass:8; member
Dcrypto4xx_core.c979 pd->pd_ctl_len.w = 0x00400000 | (ctx->bypass << 24) | datalen; in crypto4xx_build_pd()
/drivers/staging/media/davinci_vpfe/
Ddm365_resizer.c106 resizer_configure_passthru(struct vpfe_resizer_device *resizer, int bypass) in resizer_configure_passthru() argument
125 if (bypass) { in resizer_configure_passthru()
534 param->rsz_common.passthrough = cont_config->bypass; in resizer_configure_in_continious_mode()
535 if (cont_config->bypass) in resizer_configure_in_continious_mode()
795 param->rsz_common.passthrough = config->bypass; in resizer_configure_in_single_shot_mode()
796 if (config->bypass) in resizer_configure_in_single_shot_mode()
Ddavinci_vpfe_user.h1282 unsigned char bypass; member
/drivers/regulator/
Dcore.c94 unsigned int bypass:1; member
614 bool bypass; in regulator_bypass_show() local
617 ret = rdev->desc->ops->get_bypass(rdev, &bypass); in regulator_bypass_show()
621 else if (bypass) in regulator_bypass_show()
628 static DEVICE_ATTR(bypass, 0444,
3026 if (enable && !regulator->bypass) { in regulator_allow_bypass()
3035 } else if (!enable && regulator->bypass) { in regulator_allow_bypass()
3046 regulator->bypass = enable; in regulator_allow_bypass()
/drivers/media/platform/exynos4-is/
Dfimc-is-param.c468 drc->control.bypass = val; in __is_set_drc_control()
693 isp->control.bypass = CONTROL_BYPASS_DISABLE; in fimc_is_set_initial_params()
865 fd->control.bypass = CONTROL_BYPASS_DISABLE; in fimc_is_set_initial_params()
Dfimc-is-param.h454 u32 bypass; member
/drivers/mfd/
Darizona-core.c683 !arizona->pdata.micbias[i].bypass) in arizona_dev_init()
703 if (arizona->pdata.micbias[i].bypass) in arizona_dev_init()
/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c113 bool bypass; member
134 u32 bypass; member
1074 __func__, sc->range, sc->bypass, sc->up_h, sc->up_v); in fimc_set_scaler()
1089 if (sc->bypass) in fimc_set_scaler()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h266 unsigned char bypass; member
827 return adap->params.bypass; in is_bypass()
/drivers/iommu/
DKconfig116 Floppy disk drivers are known to bypass DMA API calls
/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h402 struct t3_bypass_wr bypass; member
/drivers/cpufreq/
DKconfig.x86297 option lets the probing code bypass some of those checks if the
/drivers/acpi/
DKconfig384 to bypass certain security measures (e.g. if root is not allowed to

12