Home
last modified time | relevance | path

Searched full:booster (Results 1 – 22 of 22) sorted by relevance

/linux-5.10/Documentation/devicetree/bindings/regulator/
Dst,stm32-booster.yaml4 $id: http://devicetree.org/schemas/regulator/st,stm32-booster.yaml#
7 title: STMicroelectronics STM32 booster for ADC analog input switches bindings
13 Some STM32 devices embed a 3.3V booster supplied by Vdda, that can be used
22 - st,stm32h7-booster
23 - st,stm32mp1-booster
41 regulator-booster {
42 compatible = "st,stm32mp1-booster";
/linux-5.10/drivers/regulator/
Dstm32-booster.c29 .name = "booster",
60 .name = "booster",
106 .compatible = "st,stm32h7-booster",
109 .compatible = "st,stm32mp1-booster",
119 .name = "stm32-booster",
127 MODULE_DESCRIPTION("STMicroelectronics STM32 booster regulator driver");
128 MODULE_ALIAS("platform:stm32-booster");
DKconfig1003 tristate "STMicroelectronics STM32 BOOSTER"
1006 This driver supports internal booster (3V3) embedded in some
1011 will be called stm32-booster.
DMakefile126 obj-$(CONFIG_REGULATOR_STM32_BOOSTER) += stm32-booster.o
/linux-5.10/drivers/iio/adc/
Dstm32-adc-core.c83 * @booster: booster supply reference
100 struct regulator *booster; member
423 * - Voltage booster can be used, to get full ADC performances in stm32_adc_core_switches_supply_en()
453 if (priv->booster) { in stm32_adc_core_switches_supply_en()
458 ret = regulator_enable(priv->booster); in stm32_adc_core_switches_supply_en()
460 dev_err(dev, "booster enable failed %d\n", ret); in stm32_adc_core_switches_supply_en()
463 dev_dbg(dev, "analog switches supplied by booster\n"); in stm32_adc_core_switches_supply_en()
485 if (priv->booster) in stm32_adc_core_switches_supply_dis()
486 regulator_disable(priv->booster); in stm32_adc_core_switches_supply_dis()
584 /* Booster can be used to supply analog switches (optional) */ in stm32_adc_core_switches_probe()
[all …]
/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dst,stm32-adc.yaml65 booster-supply:
67 Phandle to the embedded booster regulator that can be used to supply ADC
116 booster-supply: false
428 booster-supply = <&booster>;
/linux-5.10/sound/soc/codecs/
Dssm2602.h70 #define APANA_ENABLE_MIC_BOOST 0x001 /* Primary Microphone Amplifier gain booster contr…
77 #define APANA_ENABLE_MIC_BOOST2 0x100 /* Secondary Microphone Amplifier gain booster con…
Dtlv320aic23.c123 SOC_SINGLE("Mic Booster Switch", TLV320AIC23_ANLG, 0, 1, 0),
/linux-5.10/drivers/video/backlight/
Dtdo24m.c151 CMD1(0xb1, 0x56), /* Booster operation setup */
152 CMD1(0xb2, 0x33), /* Booster mode setup */
153 CMD1(0xb3, 0x11), /* Booster frequency setup */
/linux-5.10/arch/ia64/include/asm/
Dkprobes.h25 #define MAX_INSN_SIZE 2 /* last half is for kprobe-booster */
/linux-5.10/drivers/media/pci/pt3/
Dpt3.h150 int lna_on_cnt; /* booster enabled count */
/linux-5.10/Documentation/devicetree/bindings/sound/
Dcs35l33.txt21 - cirrus,boost-ctl : Booster voltage use to supply the amp. If the value is
/linux-5.10/drivers/staging/fbtft/
Dfb_hx8353d.c43 /* SLPOUT - Sleep out & booster on */ in init_display()
/linux-5.10/arch/x86/kernel/kprobes/
Dcore.c22 * kprobe-booster and kretprobe-booster for i386.
23 * 2007-Dec Masami Hiramatsu <mhiramat@redhat.com> added kprobe-booster
24 * and kretprobe-booster for x86-64
/linux-5.10/drivers/gpu/drm/panel/
Dpanel-novatek-nt35510.c182 * bits 0..2 in the lower nibble controls PCK, the booster clock
211 * bits 0..2 in the lower nibble controls NCK, the booster clock
231 * bits 0..2 in the lower nibble controls HCK, the booster clock
250 * bits 0..2 in the lower nibble controls LCK, the booster clock
/linux-5.10/arch/arm/boot/dts/
Dstm32mp151.dtsi112 booster: regulator-booster { label
113 compatible = "st,stm32mp1-booster";
/linux-5.10/include/linux/ssb/
Dssb_regs.h633 #define SSB_BFH_BUCKBOOST 0x0020 /* has buck/booster */
/linux-5.10/drivers/scsi/ufs/
Dufshcd.h543 * This quirk needs to disable manual flush for write booster
Dufshcd.c281 dev_info(hba->dev, "%s: Write Booster Configured\n", __func__); in ufshcd_wb_config()
1208 /* Enable Write Booster if we have scaled up else disable it */ in ufshcd_devfreq_scale()
5325 dev_err(hba->dev, "%s write booster %s failed %d\n", in ufshcd_wb_ctrl()
5331 dev_dbg(hba->dev, "%s write booster %s %d\n", in ufshcd_wb_ctrl()
8389 * If Write Booster is enabled and the device needs to flush the WB in ufshcd_vreg_set_lpm()
/linux-5.10/sound/pci/
Dmaestro3.c1281 {SRC3_DIRECTION_OFFSET + 21, 0} /* booster */
1349 {SRC3_DIRECTION_OFFSET + 21, 0}, /* booster */
/linux-5.10/drivers/net/wireless/broadcom/b43/
Db43.h194 #define B43_BFH_BUCKBOOST 0x0020 /* has buck/booster */
/linux-5.10/drivers/usb/serial/
Dcp210x.c132 { USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */