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.c32 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_value()
53 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value()
84 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_suspend_value()
101 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_suspend_value()
115 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value_force()
125 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_current()
135 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_current()
152 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_enable()
162 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_enable()
204 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_suspend_enable()
[all …]
/u-boot/drivers/spmi/
A Dspmi-uclass.c16 const struct dm_spmi_ops *ops = dev_get_driver_ops(dev); in spmi_reg_read()
27 const struct dm_spmi_ops *ops = dev_get_driver_ops(dev); in spmi_reg_write()
/u-boot/drivers/adc/
A Dadc-uclass.c96 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_stop()
106 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_start_channel()
125 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_start_channels()
145 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_channel_data()
173 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_channels_data()
/u-boot/drivers/power/pmic/
A Dpmic-uclass.c98 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_reg_count()
108 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_read()
121 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.h480 const void *dev_get_driver_ops(const struct udevice *dev);
/u-boot/drivers/core/
A Ddevice.c980 const void *dev_get_driver_ops(const struct udevice *dev) in dev_get_driver_ops() function

Completed in 18 milliseconds