Home
last modified time | relevance | path

Searched refs:get_voltage (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dpower_delivery_uclass.c18 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 Dtcpci_husb311.c207 .get_voltage = husb311_get_voltage,
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dvexpress-regulator.c32 .get_voltage = vexpress_regulator_get_voltage,
36 .get_voltage = vexpress_regulator_get_voltage,
H A Dab3100.c366 .get_voltage = ab3100_get_voltage_regulator,
375 .get_voltage = ab3100_get_voltage_regulator,
391 .get_voltage = ab3100_get_voltage_regulator_external,
H A Dqcom_smd-regulator.c170 .get_voltage = rpm_reg_get_voltage,
181 .get_voltage = rpm_reg_get_voltage,
198 .get_voltage = rpm_reg_get_voltage,
H A Dmc13xxx-regulator-core.c108 .get_voltage = mc13xxx_regulator_get_voltage,
H A Dcros-ec-regulator.c150 .get_voltage = cros_ec_regulator_get_voltage,
H A Dtps549b22-regulator.c198 .get_voltage = tps549b22dcdc_get_voltage,
H A Dqcom_rpm-regulator.c414 .get_voltage = rpm_reg_get_voltage,
427 .get_voltage = rpm_reg_get_voltage,
H A Dpwm-regulator.c250 .get_voltage = pwm_regulator_get_voltage,
H A Dgpio-regulator.c124 .get_voltage = gpio_regulator_get_value,
H A Dsyr82x.c329 .get_voltage = syr82x_dcdc_get_voltage,
H A Dcore.c3583 (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 Dtwl-regulator.c444 .get_voltage = twl4030smps_get_voltage,
H A Dvctrl-regulator.c431 .get_voltage = vctrl_get_voltage,
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfuel_gauge_uclass.c47 if (!ops || !ops->get_voltage) in fuel_gauge_get_voltage()
50 return ops->get_voltage(dev); in fuel_gauge_get_voltage()
H A Dspl_fg_rk817.c115 .get_voltage = rk817_bat_update_get_voltage,
H A Dfg_cw201x.c364 .get_voltage = cw201x_update_get_voltage,
H A Dfg_cw221x.c584 .get_voltage = cw221x_update_get_voltage,
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Ddevfreq_cooling.c135 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 Dpower_delivery.h15 int (*get_voltage)(struct udevice *dev); member
/OK3568_Linux_fs/u-boot/include/power/
H A Dfuel_gauge.h18 int (*get_voltage)(struct udevice *dev); member
/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Ddriver.h138 int (*get_voltage) (struct regulator_dev *); member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c66 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 Dtwl.h754 int (*get_voltage)(void *data); member

12