Searched refs:device_get_ops (Results 1 – 17 of 17) sorted by relevance
94 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 …]
20 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()
15 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()
202 ops = device_get_ops(dev); in misc_decompress_cleanup()
18 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()
28 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()
12 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()
19 const struct dm_thermal_ops *ops = device_get_ops(dev); in thermal_get_temp()
12 const struct dm_rng_ops *ops = device_get_ops(dev); in dm_rng_read()
20 const struct mod_exp_ops *ops = device_get_ops(dev); in rsa_mod_exp()
56 ops = device_get_ops(dev); in dma_memcpy()
29 const struct timer_ops *ops = device_get_ops(dev); in timer_get_count()
23 const struct test_ops *ops = device_get_ops(dev); in test_ping()
89 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
356 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
159 #define device_get_ops(dev) (dev->driver->ops) macro
258 const struct demo_ops *ops = device_get_ops(dev);