Home
last modified time | relevance | path

Searched refs:dev_get_driver_ops (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/power/regulator/
A Dregulator-uclass.c34 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_value()
55 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value()
86 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_suspend_value()
103 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_suspend_value()
117 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value_force()
127 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_current()
137 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_current()
154 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_enable()
164 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_enable()
206 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_suspend_enable()
[all …]
/u-boot/drivers/spmi/
A Dspmi-uclass.c18 const struct dm_spmi_ops *ops = dev_get_driver_ops(dev); in spmi_reg_read()
29 const struct dm_spmi_ops *ops = dev_get_driver_ops(dev); in spmi_reg_write()
/u-boot/drivers/adc/
A Dadc-uclass.c98 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_stop()
108 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_start_channel()
127 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_start_channels()
147 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_channel_data()
175 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_channels_data()
/u-boot/drivers/power/pmic/
A Dpmic-uclass.c104 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_reg_count()
114 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_read()
127 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_write()
/u-boot/test/dm/
A Dregulator.c236 ops = dev_get_driver_ops(dev); in dm_test_power_regulator_set_get_suspend_voltage()
262 ops = dev_get_driver_ops(dev); in dm_test_power_regulator_set_get_suspend_enable()
/u-boot/include/dm/
A Ddevice.h623 const void *dev_get_driver_ops(const struct udevice *dev);
/u-boot/drivers/core/
A Ddevice.c1085 const void *dev_get_driver_ops(const struct udevice *dev) in dev_get_driver_ops() function

Completed in 17 milliseconds