Home
last modified time | relevance | path

Searched refs:device_get_ops (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c94 ops = device_get_ops(dev); in crypto_get_device()
108 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_init()
121 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_update()
134 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_final()
178 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_init()
191 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_update()
204 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_final()
256 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_rsa_verify()
270 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_cipher()
281 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_mac()
[all …]
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dmisc-uclass.c20 const struct misc_ops *ops = device_get_ops(dev); in misc_read()
30 const struct misc_ops *ops = device_get_ops(dev); in misc_write()
40 const struct misc_ops *ops = device_get_ops(dev); in misc_ioctl()
51 const struct misc_ops *ops = device_get_ops(dev); in misc_call()
74 ops = device_get_ops(dev); in misc_get_device_by_capability()
H A Di2c_eeprom.c15 const struct i2c_eeprom_ops *ops = device_get_ops(dev); in i2c_eeprom_read()
25 const struct i2c_eeprom_ops *ops = device_get_ops(dev); in i2c_eeprom_write()
H A Dmisc_decompress.c202 ops = device_get_ops(dev); in misc_decompress_cleanup()
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dwdt-uclass.c18 const struct wdt_ops *ops = device_get_ops(dev); in wdt_start()
28 const struct wdt_ops *ops = device_get_ops(dev); in wdt_stop()
38 const struct wdt_ops *ops = device_get_ops(dev); in wdt_reset()
52 ops = device_get_ops(dev); in wdt_expire_now()
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-uclass.c28 const struct demo_ops *ops = device_get_ops(dev); in demo_hello()
38 const struct demo_ops *ops = device_get_ops(dev); in demo_status()
48 const struct demo_ops *ops = device_get_ops(dev); in demo_get_light()
58 const struct demo_ops *ops = device_get_ops(dev); in demo_set_light()
/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Ddvfs-uclass.c12 const struct dm_dvfs_ops *ops = device_get_ops(dev); in dvfs_apply()
22 const struct dm_dvfs_ops *ops = device_get_ops(dev); in dvfs_repeat_apply()
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Dthermal-uclass.c19 const struct dm_thermal_ops *ops = device_get_ops(dev); in thermal_get_temp()
/OK3568_Linux_fs/u-boot/drivers/rng/
H A Drng-uclass.c12 const struct dm_rng_ops *ops = device_get_ops(dev); in dm_rng_read()
/OK3568_Linux_fs/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_uclass.c20 const struct mod_exp_ops *ops = device_get_ops(dev); in rsa_mod_exp()
/OK3568_Linux_fs/u-boot/drivers/dma/
H A Ddma-uclass.c56 ops = device_get_ops(dev); in dma_memcpy()
/OK3568_Linux_fs/u-boot/drivers/timer/
H A Dtimer-uclass.c29 const struct timer_ops *ops = device_get_ops(dev); in timer_get_count()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-uclass.c23 const struct test_ops *ops = device_get_ops(dev); in test_ping()
H A Dtest-fdt.c89 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h356 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h159 #define device_get_ops(dev) (dev->driver->ops) macro
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A DREADME.txt258 const struct demo_ops *ops = device_get_ops(dev);