| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | power_delivery_uclass.c | 18 if (!ops || !ops->get_current || !ops->get_voltage || !ops->get_online) in power_delivery_get_data() 21 pd_data->voltage = ops->get_voltage(dev); in power_delivery_get_data()
|
| H A D | tcpci_husb311.c | 207 .get_voltage = husb311_get_voltage,
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | vexpress-regulator.c | 32 .get_voltage = vexpress_regulator_get_voltage, 36 .get_voltage = vexpress_regulator_get_voltage,
|
| H A D | ab3100.c | 366 .get_voltage = ab3100_get_voltage_regulator, 375 .get_voltage = ab3100_get_voltage_regulator, 391 .get_voltage = ab3100_get_voltage_regulator_external,
|
| H A D | qcom_smd-regulator.c | 170 .get_voltage = rpm_reg_get_voltage, 181 .get_voltage = rpm_reg_get_voltage, 198 .get_voltage = rpm_reg_get_voltage,
|
| H A D | mc13xxx-regulator-core.c | 108 .get_voltage = mc13xxx_regulator_get_voltage,
|
| H A D | cros-ec-regulator.c | 150 .get_voltage = cros_ec_regulator_get_voltage,
|
| H A D | tps549b22-regulator.c | 198 .get_voltage = tps549b22dcdc_get_voltage,
|
| H A D | qcom_rpm-regulator.c | 414 .get_voltage = rpm_reg_get_voltage, 427 .get_voltage = rpm_reg_get_voltage,
|
| H A D | pwm-regulator.c | 250 .get_voltage = pwm_regulator_get_voltage,
|
| H A D | gpio-regulator.c | 124 .get_voltage = gpio_regulator_get_value,
|
| H A D | syr82x.c | 329 .get_voltage = syr82x_dcdc_get_voltage,
|
| H A D | core.c | 3583 (rdev->desc->min_dropout_uV || !(rdev->desc->ops->get_voltage || in regulator_set_voltage_rdev() 4200 } else if (rdev->desc->ops->get_voltage) { in regulator_get_voltage_rdev() 4201 ret = rdev->desc->ops->get_voltage(rdev); in regulator_get_voltage_rdev() 4873 if ((ops->get_voltage && ops->get_voltage(rdev) >= 0) || in regulator_attr_is_visible() 5269 if (ops->get_voltage || ops->get_voltage_sel) in rdev_init_debugfs() 5561 WARN_ON(regulator_desc->ops->get_voltage && in regulator_register() 5717 if (!rdev->desc->ops->get_voltage && in regulator_register()
|
| H A D | twl-regulator.c | 444 .get_voltage = twl4030smps_get_voltage,
|
| H A D | vctrl-regulator.c | 431 .get_voltage = vctrl_get_voltage,
|
| /OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/ |
| H A D | fuel_gauge_uclass.c | 47 if (!ops || !ops->get_voltage) in fuel_gauge_get_voltage() 50 return ops->get_voltage(dev); in fuel_gauge_get_voltage()
|
| H A D | spl_fg_rk817.c | 115 .get_voltage = rk817_bat_update_get_voltage,
|
| H A D | fg_cw201x.c | 364 .get_voltage = cw201x_update_get_voltage,
|
| H A D | fg_cw221x.c | 584 .get_voltage = cw221x_update_get_voltage,
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | devfreq_cooling.c | 135 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage() function 182 voltage = get_voltage(df, freq); in get_static_power() 251 voltage = get_voltage(df, freq); in devfreq_cooling_get_requested_power()
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | power_delivery.h | 15 int (*get_voltage)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | fuel_gauge.h | 18 int (*get_voltage)(struct udevice *dev); member
|
| /OK3568_Linux_fs/kernel/include/linux/regulator/ |
| H A D | driver.h | 138 int (*get_voltage) (struct regulator_dev *); member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 66 static unsigned long get_voltage(struct kbase_device *kbdev, unsigned long freq) in get_voltage() function 119 unsigned long voltage = get_voltage(kbdev, freq); in kbase_devfreq_opp_translate()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | twl.h | 754 int (*get_voltage)(void *data); member
|