Searched refs:dev_get_driver_ops (Results 1 – 6 of 6) sorted by relevance
30 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_value()51 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_value_force()96 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_current()106 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_current()123 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_enable()133 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_enable()175 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_mode()185 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_mode()
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()
95 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_stop()105 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_start_channel()124 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_start_channels()144 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_channel_data()172 const struct adc_ops *ops = dev_get_driver_ops(dev); in adc_channels_data()
97 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_reg_count()107 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_read()120 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev); in pmic_write()
373 const void *dev_get_driver_ops(const struct udevice *dev);
748 const void *dev_get_driver_ops(const struct udevice *dev) in dev_get_driver_ops() function