/linux-4.19.296/drivers/regulator/ |
D | anatop-regulator.c | 38 bool bypass; member 73 sel = anatop_reg->bypass ? LDO_FET_FULL_ON : anatop_reg->sel; in anatop_regmap_enable() 93 if (anatop_reg->bypass || !anatop_regmap_is_enabled(reg)) { in anatop_regmap_core_set_voltage_sel() 108 if (anatop_reg->bypass || !anatop_regmap_is_enabled(reg)) in anatop_regmap_core_get_voltage_sel() 121 WARN_ON(!anatop_reg->bypass); in anatop_regmap_get_bypass() 123 WARN_ON(anatop_reg->bypass); in anatop_regmap_get_bypass() 125 *enable = anatop_reg->bypass; in anatop_regmap_get_bypass() 134 if (enable == anatop_reg->bypass) in anatop_regmap_set_bypass() 138 anatop_reg->bypass = enable; in anatop_regmap_set_bypass() 279 sreg->bypass = true; in anatop_regulator_probe() [all …]
|
D | internal.h | 43 unsigned int bypass:1; member
|
D | core.c | 711 bool bypass; in regulator_bypass_show() local 714 ret = rdev->desc->ops->get_bypass(rdev, &bypass); in regulator_bypass_show() 718 else if (bypass) in regulator_bypass_show() 725 static DEVICE_ATTR(bypass, 0444, 3740 if (enable && !regulator->bypass) { in regulator_allow_bypass() 3749 } else if (!enable && regulator->bypass) { in regulator_allow_bypass() 3760 regulator->bypass = enable; in regulator_allow_bypass()
|
/linux-4.19.296/include/trace/events/ |
D | bcache.h | 124 TP_PROTO(struct bio *bio, bool hit, bool bypass), 125 TP_ARGS(bio, hit, bypass), 133 __field(bool, bypass ) 142 __entry->bypass = bypass; 148 __entry->nr_sector, __entry->cache_hit, __entry->bypass) 153 bool writeback, bool bypass), 154 TP_ARGS(c, inode, bio, writeback, bypass), 163 __field(bool, bypass ) 173 __entry->bypass = bypass; 179 __entry->nr_sector, __entry->writeback, __entry->bypass)
|
/linux-4.19.296/drivers/clk/at91/ |
D | sckc.c | 120 bool bypass) in at91_clk_register_slow_osc() argument 144 if (bypass) in at91_clk_register_slow_osc() 165 bool bypass; in of_at91sam9x5_clk_slow_osc_setup() local 170 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in of_at91sam9x5_clk_slow_osc_setup() 173 bypass); in of_at91sam9x5_clk_slow_osc_setup() 484 bool bypass; in of_sama5d4_sckc_setup() local 498 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in of_sama5d4_sckc_setup() 514 if (bypass) in of_sama5d4_sckc_setup()
|
D | clk-main.c | 139 bool bypass) in at91_clk_register_main_osc() argument 162 if (bypass) in at91_clk_register_main_osc() 184 bool bypass; in of_at91rm9200_clk_main_osc_setup() local 187 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in of_at91rm9200_clk_main_osc_setup() 194 hw = at91_clk_register_main_osc(regmap, name, parent_name, bypass); in of_at91rm9200_clk_main_osc_setup()
|
/linux-4.19.296/drivers/clk/socfpga/ |
D | clk-pll.c | 54 unsigned long bypass; in clk_pll_recalc_rate() local 57 bypass = readl(clk_mgr_base_addr + CLKMGR_BYPASS); in clk_pll_recalc_rate() 58 if (bypass & MAINPLL_BYPASS) in clk_pll_recalc_rate()
|
/linux-4.19.296/drivers/pwm/ |
D | pwm-lpss.h | 25 bool bypass; member
|
D | pwm-lpss-platform.c | 40 .bypass = true,
|
D | pwm-lpss.c | 152 pwm_lpss_cond_enable(pwm, lpwm->info->bypass == false); in pwm_lpss_apply() 158 pwm_lpss_cond_enable(pwm, lpwm->info->bypass == true); in pwm_lpss_apply()
|
D | pwm-lpss-pci.c | 39 .bypass = true,
|
/linux-4.19.296/drivers/base/regmap/ |
D | regcache.c | 348 bool bypass; in regcache_sync() local 357 bypass = map->cache_bypass; in regcache_sync() 391 map->cache_bypass = bypass; in regcache_sync() 420 bool bypass; in regcache_sync_region() local 430 bypass = map->cache_bypass; in regcache_sync_region() 449 map->cache_bypass = bypass; in regcache_sync_region()
|
D | regmap.c | 2308 bool bypass; in regmap_multi_reg_write_bypassed() local 2312 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed() 2317 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed() 2936 bool bypass; in regmap_register_patch() local 2955 bypass = map->cache_bypass; in regmap_register_patch() 2963 map->cache_bypass = bypass; in regmap_register_patch()
|
/linux-4.19.296/include/uapi/linux/netfilter/ |
D | xt_NFQUEUE.h | 27 __u16 bypass; member
|
/linux-4.19.296/include/sound/ |
D | wm2200.h | 44 unsigned int bypass:1; /** Use bypass mode */ member
|
/linux-4.19.296/include/linux/mfd/arizona/ |
D | pdata.h | 66 unsigned int bypass:1; /** Use bypass mode */ member
|
/linux-4.19.296/drivers/clk/ingenic/ |
D | cgu.c | 86 bool bypass, enable; in ingenic_pll_recalc_rate() local 104 bypass = !pll_info->no_bypass_bit && in ingenic_pll_recalc_rate() 108 if (bypass) in ingenic_pll_recalc_rate()
|
/linux-4.19.296/fs/orangefs/ |
D | orangefs-utils.c | 275 int orangefs_inode_getattr(struct inode *inode, int new, int bypass, in orangefs_inode_getattr() argument 286 if (!new && !bypass) { in orangefs_inode_getattr()
|
D | orangefs-kernel.h | 389 int orangefs_inode_getattr(struct inode *inode, int new, int bypass,
|
/linux-4.19.296/drivers/irqchip/ |
D | irq-gic.c | 457 u32 bypass = 0; in gic_cpu_if_up() local 471 bypass = readl(cpu_base + GIC_CPU_CTRL); in gic_cpu_if_up() 472 bypass &= GICC_DIS_BYPASS_MASK; in gic_cpu_if_up() 474 writel_relaxed(bypass | mode | GICC_ENABLE, cpu_base + GIC_CPU_CTRL); in gic_cpu_if_up()
|
/linux-4.19.296/drivers/cpufreq/ |
D | Kconfig.x86 | 297 option lets the probing code bypass some of those checks if the
|