Searched refs:dev_get_driver_ops (Results 1 – 7 of 7) sorted by relevance
34 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 …]
18 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()
98 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()
104 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()
236 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()
623 const void *dev_get_driver_ops(const struct udevice *dev);
1085 const void *dev_get_driver_ops(const struct udevice *dev) in dev_get_driver_ops() function
Completed in 17 milliseconds