Searched refs:device_get_ops (Results 1 - 21 of 21) sorted by relevance

/u-boot/drivers/misc/
H A Dmisc-uclass.c21 const struct misc_ops *ops = device_get_ops(dev);
31 const struct misc_ops *ops = device_get_ops(dev);
41 const struct misc_ops *ops = device_get_ops(dev);
52 const struct misc_ops *ops = device_get_ops(dev);
62 const struct misc_ops *ops = device_get_ops(dev);
H A Di2c_eeprom.c28 const struct i2c_eeprom_ops *ops = device_get_ops(dev);
39 const struct i2c_eeprom_ops *ops = device_get_ops(dev);
49 const struct i2c_eeprom_ops *ops = device_get_ops(dev);
H A Dtest_drv.c202 const struct test_ops *ops = device_get_ops(dev);
/u-boot/drivers/rng/
H A Drng-uclass.c13 const struct dm_rng_ops *ops = device_get_ops(dev);
/u-boot/drivers/demo/
H A Ddemo-uclass.c25 const struct demo_ops *ops = device_get_ops(dev);
35 const struct demo_ops *ops = device_get_ops(dev);
45 const struct demo_ops *ops = device_get_ops(dev);
55 const struct demo_ops *ops = device_get_ops(dev);
/u-boot/drivers/fuzz/
H A Dfuzzing_engine-uclass.c17 const struct dm_fuzzing_engine_ops *ops = device_get_ops(dev);
/u-boot/drivers/fwu-mdata/
H A Dfwu-mdata-uclass.c25 const struct fwu_mdata_ops *ops = device_get_ops(dev);
42 const struct fwu_mdata_ops *ops = device_get_ops(dev);
/u-boot/drivers/thermal/
H A Dthermal-uclass.c20 const struct dm_thermal_ops *ops = device_get_ops(dev);
/u-boot/drivers/crypto/hash/
H A Dhash-uclass.c68 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev);
80 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev);
90 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev);
100 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev);
110 struct hash_ops *ops = (struct hash_ops *)device_get_ops(dev);
/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_uclass.c22 struct mod_exp_ops *ops = (struct mod_exp_ops *)device_get_ops(dev);
/u-boot/drivers/firmware/scmi/
H A Dbase.c522 const struct scmi_base_ops *ops = device_get_ops(dev);
533 const struct scmi_base_ops *ops = device_get_ops(dev);
544 const struct scmi_base_ops *ops = device_get_ops(dev);
555 const struct scmi_base_ops *ops = device_get_ops(dev);
565 const struct scmi_base_ops *ops = device_get_ops(dev);
575 const struct scmi_base_ops *ops = device_get_ops(dev);
585 const struct scmi_base_ops *ops = device_get_ops(dev);
596 const struct scmi_base_ops *ops = device_get_ops(dev);
607 const struct scmi_base_ops *ops = device_get_ops(dev);
618 const struct scmi_base_ops *ops = device_get_ops(de
[all...]
/u-boot/drivers/iommu/
H A Diommu-uclass.c106 ops = device_get_ops(dev->iommu);
131 ops = device_get_ops(dev->iommu);
144 ops = device_get_ops(dev->iommu);
/u-boot/drivers/w1/
H A Dw1-uclass.c101 const struct w1_ops *ops = device_get_ops(bus);
213 const struct w1_ops *ops = device_get_ops(bus);
232 const struct w1_ops *ops = device_get_ops(bus);
258 const struct w1_ops *ops = device_get_ops(bus);
/u-boot/drivers/w1-eeprom/
H A Dw1-eeprom-uclass.c26 const struct w1_eeprom_ops *ops = device_get_ops(dev);
/u-boot/drivers/watchdog/
H A Dwdt-uclass.c114 const struct wdt_ops *ops = device_get_ops(dev);
153 const struct wdt_ops *ops = device_get_ops(dev);
196 const struct wdt_ops *ops = device_get_ops(dev);
210 ops = device_get_ops(dev);
/u-boot/include/
H A Dtpm-common.h187 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
/u-boot/lib/ecdsa/
H A Decdsa-verify.c64 const struct ecdsa_ops *ops = device_get_ops(dev);
/u-boot/test/dm/
H A Dtest-uclass.c22 const struct test_ops *ops = device_get_ops(dev);
/u-boot/drivers/tee/
H A Dtee-uclass.c29 return device_get_ops(dev);
/u-boot/drivers/dma/
H A Ddma-uclass.c247 ops = device_get_ops(dev);
/u-boot/include/dm/
H A Ddevice.h231 #define device_get_ops(dev) ((dev)->driver->ops) macro

Completed in 188 milliseconds