Searched refs:dev_get_driver_ops (Results 1 – 7 of 7) sorted by relevance
32 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 …]
16 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()
96 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()
98 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()
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()
480 const void *dev_get_driver_ops(const struct udevice *dev);
980 const void *dev_get_driver_ops(const struct udevice *dev) in dev_get_driver_ops() function
Completed in 18 milliseconds