Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c112 ops = device_get_ops(dev); in crypto_get_device()
135 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_init()
148 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_update()
161 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_final()
205 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_init()
218 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_update()
231 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_final()
283 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_rsa_verify()
296 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_ec_verify()
310 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_cipher()
[all …]
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/keylad/
H A Dkeylad-uclass.c22 ops = device_get_ops(dev); in keylad_get_device()
35 const struct dm_keylad_ops *ops = device_get_ops(dev); in keylad_transfer_fwkey()
/rk3399_rockchip-uboot/drivers/thermal/
H A Dthermal-uclass.c19 const struct dm_thermal_ops *ops = device_get_ops(dev); in thermal_get_temp()
/rk3399_rockchip-uboot/drivers/rng/
H A Drng-uclass.c12 const struct dm_rng_ops *ops = device_get_ops(dev); in dm_rng_read()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/dma/
H A Ddma-uclass.c55 ops = device_get_ops(dev); in dma_memcpy()
/rk3399_rockchip-uboot/drivers/timer/
H A Dtimer-uclass.c29 const struct timer_ops *ops = device_get_ops(dev); in timer_get_count()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/
H A Dtpm.h356 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h159 #define device_get_ops(dev) (dev->driver->ops) macro
/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt258 const struct demo_ops *ops = device_get_ops(dev);