Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A 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";
/OK3568_Linux_fs/kernel/drivers/regulator/
H A 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");
H A DKconfig1048 tristate "STMicroelectronics STM32 BOOSTER"
1051 This driver supports internal booster (3V3) embedded in some
1056 will be called stm32-booster.
H A DMakefile131 obj-$(CONFIG_REGULATOR_STM32_BOOSTER) += stm32-booster.o
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dstm32-adc-core.c85 * @booster: booster supply reference
102 struct regulator *booster; member
425 * - Voltage booster can be used, to get full ADC performances in stm32_adc_core_switches_supply_en()
455 if (priv->booster) { in stm32_adc_core_switches_supply_en()
460 ret = regulator_enable(priv->booster); in stm32_adc_core_switches_supply_en()
462 dev_err(dev, "booster enable failed %d\n", ret); in stm32_adc_core_switches_supply_en()
465 dev_dbg(dev, "analog switches supplied by booster\n"); in stm32_adc_core_switches_supply_en()
487 if (priv->booster) in stm32_adc_core_switches_supply_dis()
488 regulator_disable(priv->booster); in stm32_adc_core_switches_supply_dis()
586 /* Booster can be used to supply analog switches (optional) */ in stm32_adc_core_switches_probe()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A 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>;
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A 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…
H A Dtlv320aic23.c123 SOC_SINGLE("Mic Booster Switch", TLV320AIC23_ANLG, 0, 1, 0),
/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A Dtdo24m.c151 CMD1(0xb1, 0x56), /* Booster operation setup */
152 CMD1(0xb2, 0x33), /* Booster mode setup */
153 CMD1(0xb3, 0x11), /* Booster frequency setup */
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dkprobes.h25 #define MAX_INSN_SIZE 2 /* last half is for kprobe-booster */
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A 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
/OK3568_Linux_fs/kernel/drivers/media/pci/pt3/
H A Dpt3.h150 int lna_on_cnt; /* booster enabled count */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A 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
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A Dfb_hx8353d.c43 /* SLPOUT - Sleep out & booster on */ in init_display()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcs35l33.txt21 - cirrus,boost-ctl : Booster voltage use to supply the amp. If the value is
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A DKconfig188 bool "Support UFS Host Performance Booster"
H A Dufshpb.h3 * Universal Flash Storage Host Performance Booster
H A Dufshcd.h565 * This quirk needs to disable manual flush for write booster
H A Dufshcd.c293 dev_info(hba->dev, "%s: Write Booster Configured\n", __func__); in ufshcd_wb_config()
1243 /* Enable Write Booster if we have scaled up else disable it */ in ufshcd_devfreq_scale()
5572 dev_err(hba->dev, "%s write booster %s failed %d\n", in ufshcd_wb_ctrl()
5578 dev_dbg(hba->dev, "%s write booster %s %d\n", in ufshcd_wb_ctrl()
8604 * If Write Booster is enabled and the device needs to flush the WB in ufshcd_vreg_set_lpm()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32mp151.dtsi112 booster: regulator-booster { label
113 compatible = "st,stm32mp1-booster";
/OK3568_Linux_fs/kernel/include/linux/ssb/
H A Dssb_regs.h633 #define SSB_BFH_BUCKBOOST 0x0020 /* has buck/booster */
/OK3568_Linux_fs/kernel/sound/pci/
H A Dmaestro3.c1281 {SRC3_DIRECTION_OFFSET + 21, 0} /* booster */
1349 {SRC3_DIRECTION_OFFSET + 21, 0}, /* booster */
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Db43.h194 #define B43_BFH_BUCKBOOST 0x0020 /* has buck/booster */
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-ufs1288 HPB (Host Performance Booster) Extension specifications.
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dcp210x.c135 { USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */

12