/drivers/md/bcache/ |
D | stats.c | 185 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()
|
D | stats.h | 53 void bch_mark_cache_accounting(struct search *s, bool hit, bool bypass);
|
/drivers/clk/socfpga/ |
D | clk.c | 60 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/ |
D | regcache.c | 269 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()
|
D | regmap.c | 1756 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/ |
D | Makefile | 5 obj-$(CONFIG_SBYPASS) += bypass.o
|
/drivers/staging/silicom/ |
D | README | 9 The software requirements are for a kernel level driver that interfaces with the bypass and watchdo…
|
D | Kconfig | 28 will be called bypass.
|
D | bpctl_mod.c | 7343 RW_FOPS(bypass) in RW_FOPS() argument 7866 ENTRY(bypass); in RW_FOPS()
|
/drivers/media/usb/dvb-usb/ |
D | vp702x.c | 155 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/ |
D | crypto4xx_core.h | 130 u32 bypass; member
|
D | crypto4xx_reg_def.h | 266 u32 bypass:8; member
|
D | crypto4xx_core.c | 979 pd->pd_ctl_len.w = 0x00400000 | (ctx->bypass << 24) | datalen; in crypto4xx_build_pd()
|
/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 106 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()
|
D | davinci_vpfe_user.h | 1282 unsigned char bypass; member
|
/drivers/regulator/ |
D | core.c | 94 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/ |
D | fimc-is-param.c | 468 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()
|
D | fimc-is-param.h | 454 u32 bypass; member
|
/drivers/mfd/ |
D | arizona-core.c | 683 !arizona->pdata.micbias[i].bypass) in arizona_dev_init() 703 if (arizona->pdata.micbias[i].bypass) in arizona_dev_init()
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_fimc.c | 113 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/ |
D | cxgb4.h | 266 unsigned char bypass; member 827 return adap->params.bypass; in is_bypass()
|
/drivers/iommu/ |
D | Kconfig | 116 Floppy disk drivers are known to bypass DMA API calls
|
/drivers/infiniband/hw/cxgb3/ |
D | cxio_wr.h | 402 struct t3_bypass_wr bypass; member
|
/drivers/cpufreq/ |
D | Kconfig.x86 | 297 option lets the probing code bypass some of those checks if the
|
/drivers/acpi/ |
D | Kconfig | 384 to bypass certain security measures (e.g. if root is not allowed to
|