Searched refs:dev_get_driver_ops (Results 1 - 8 of 8) sorted by relevance

/u-boot/drivers/spmi/
H A Dspmi-uclass.c18 const struct dm_spmi_ops *ops = dev_get_driver_ops(dev);
29 const struct dm_spmi_ops *ops = dev_get_driver_ops(dev);
/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c34 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev);
55 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev);
86 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev);
103 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev);
117 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev);
127 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev);
137 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev);
154 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev);
164 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev);
212 const struct dm_regulator_ops *ops = dev_get_driver_ops(de
[all...]
/u-boot/drivers/adc/
H A Dadc-uclass.c97 const struct adc_ops *ops = dev_get_driver_ops(dev);
107 const struct adc_ops *ops = dev_get_driver_ops(dev);
126 const struct adc_ops *ops = dev_get_driver_ops(dev);
146 const struct adc_ops *ops = dev_get_driver_ops(dev);
174 const struct adc_ops *ops = dev_get_driver_ops(dev);
/u-boot/drivers/power/pmic/
H A Dpmic-uclass.c104 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev);
114 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev);
127 const struct dm_pmic_ops *ops = dev_get_driver_ops(dev);
/u-boot/test/dm/
H A Dregulator.c236 ops = dev_get_driver_ops(dev);
262 ops = dev_get_driver_ops(dev);
/u-boot/cmd/
H A Dclk.c74 ops = dev_get_driver_ops(dev);
/u-boot/include/dm/
H A Ddevice.h615 * dev_get_driver_ops() - get the device's driver's operations
623 const void *dev_get_driver_ops(const struct udevice *dev);
/u-boot/drivers/core/
H A Ddevice.c1087 const void *dev_get_driver_ops(const struct udevice *dev) function

Completed in 71 milliseconds