Home
last modified time | relevance | path

Searched refs:buck (Results 1 – 11 of 11) sorted by relevance

/drivers/regulator/
A Dlp8788-buck.c151 lp8788_buck1_set_dvs(buck); in lp8788_set_dvs()
251 if (buck->dvs) in lp8788_buck12_set_voltage_sel()
252 lp8788_set_dvs(buck, id); in lp8788_buck12_set_voltage_sel()
420 if (IS_ERR(buck->gpio1)) in lp8788_dvs_gpio_request()
428 if (IS_ERR(buck->gpio1)) in lp8788_dvs_gpio_request()
433 if (IS_ERR(buck->gpio2)) in lp8788_dvs_gpio_request()
481 struct lp8788_buck *buck; in lp8788_buck_probe() local
490 if (!buck) in lp8788_buck_probe()
493 buck->lp = lp; in lp8788_buck_probe()
501 cfg.driver_data = buck; in lp8788_buck_probe()
[all …]
A Dlp3971.c171 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_is_enabled() local
172 u16 mask = 1 << (buck * 2); in lp3971_dcdc_is_enabled()
182 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_enable() local
183 u16 mask = 1 << (buck * 2); in lp3971_dcdc_enable()
191 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_disable() local
192 u16 mask = 1 << (buck * 2); in lp3971_dcdc_disable()
200 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_get_voltage_sel() local
213 int buck = rdev_get_id(dev) - LP3971_DCDC1; in lp3971_dcdc_set_voltage_sel() local
216 ret = lp3971_set_bits(lp3971, LP3971_BUCK_TARGET_VOL1_REG(buck), in lp3971_dcdc_set_voltage_sel()
223 BUCK_VOL_CHANGE_FLAG_GO << BUCK_VOL_CHANGE_SHIFT(buck)); in lp3971_dcdc_set_voltage_sel()
[all …]
A Dlp3972.c317 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_is_enabled() local
318 u16 mask = 1 << (buck * 2); in lp3972_dcdc_is_enabled()
328 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_enable() local
329 u16 mask = 1 << (buck * 2); in lp3972_dcdc_enable()
340 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_disable() local
341 u16 mask = 1 << (buck * 2); in lp3972_dcdc_disable()
352 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_get_voltage_sel() local
355 reg = lp3972_reg_read(lp3972, LP3972_BUCK_VOL1_REG(buck)); in lp3972_dcdc_get_voltage_sel()
365 int buck = rdev_get_id(dev) - LP3972_DCDC1; in lp3972_dcdc_set_voltage_sel() local
368 ret = lp3972_set_bits(lp3972, LP3972_BUCK_VOL1_REG(buck), in lp3972_dcdc_set_voltage_sel()
[all …]
A Dlp872x.c262 enum lp872x_regulator_id buck) in lp872x_select_buck_vout_addr() argument
269 switch (buck) { in lp872x_select_buck_vout_addr()
319 enum lp872x_regulator_id buck = rdev_get_id(rdev); in lp872x_buck_set_voltage_sel() local
326 addr = lp872x_select_buck_vout_addr(lp, buck); in lp872x_buck_set_voltage_sel()
336 enum lp872x_regulator_id buck = rdev_get_id(rdev); in lp872x_buck_get_voltage_sel() local
340 addr = lp872x_select_buck_vout_addr(lp, buck); in lp872x_buck_get_voltage_sel()
354 enum lp872x_regulator_id buck = rdev_get_id(rdev); in lp872x_buck_set_mode() local
357 switch (buck) { in lp872x_buck_set_mode()
390 enum lp872x_regulator_id buck = rdev_get_id(rdev); in lp872x_buck_get_mode() local
394 switch (buck) { in lp872x_buck_get_mode()
A DKconfig237 This will enable support for the software controllable buck
249 This will enable support for the software controllable buck
371 DA9121 Single-channel dual-phase 10A buck converter
373 DA9217 Single-channel dual-phase 6A buck converter
374 DA9122 Dual-channel single-phase 5A buck converter
376 DA9220 Dual-channel single-phase 3A buck converter
612 high-efficiency buck converter via I2C bus.
622 high-efficiency buck converter. Say Y here to
815 the software controllable 4 buck and 4 LDO regulators.
843 the software controllable 4 buck and 5 LDO regulators.
[all …]
A Dmax8998.c250 int buck = rdev_get_id(rdev); in max8998_set_voltage_buck_sel() local
258 switch (buck) { in max8998_set_voltage_buck_sel()
351 int buck = rdev_get_id(rdev); in max8998_set_voltage_buck_time_sel() local
355 if (buck < MAX8998_BUCK1 || buck > MAX8998_BUCK4) in max8998_set_voltage_buck_time_sel()
A DMakefile68 obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o
/drivers/soc/mediatek/
A Dmtk-svs.c515 struct regulator *buck; member
1458 ret = regulator_enable(svsb->buck); in svs_init01()
1466 ret = regulator_set_mode(svsb->buck, REGULATOR_MODE_FAST); in svs_init01()
1546 buck_volt = regulator_get_voltage(svsb->buck); in svs_init01()
1595 r = regulator_set_mode(svsb->buck, REGULATOR_MODE_NORMAL); in svs_init01()
1599 r = regulator_disable(svsb->buck); in svs_init01()
1813 svsb->buck = devm_regulator_get_optional(svsb->opp_dev, in svs_bank_resource_setup()
1815 if (IS_ERR(svsb->buck)) { in svs_bank_resource_setup()
1818 return PTR_ERR(svsb->buck); in svs_bank_resource_setup()
/drivers/devfreq/
A DKconfig140 buck voltages and update a proper CCI frequency. Use the notification
/drivers/mfd/
A DKconfig996 This is a Power Management IC with 4 buck regulators, 9
1306 efficiency buck converters and one LDO voltage regulator. The device
1382 This is a Power Management IC for mobile applications with buck
2183 The BD71828 integrates 7 buck converters and 7 LDOs. The BD71815
/drivers/hwmon/pmbus/
A DKconfig459 If you say yes here you get six integrated buck converter regulator

Completed in 33 milliseconds