Searched refs:device_get_ops (Results 1 – 13 of 13) sorted by relevance
19 const struct misc_ops *ops = device_get_ops(dev); in misc_read()29 const struct misc_ops *ops = device_get_ops(dev); in misc_write()39 const struct misc_ops *ops = device_get_ops(dev); in misc_ioctl()50 const struct misc_ops *ops = device_get_ops(dev); in misc_call()
14 const struct i2c_eeprom_ops *ops = device_get_ops(dev); in i2c_eeprom_read()24 const struct i2c_eeprom_ops *ops = device_get_ops(dev); in i2c_eeprom_write()
15 const struct wdt_ops *ops = device_get_ops(dev); in wdt_start()25 const struct wdt_ops *ops = device_get_ops(dev); in wdt_stop()35 const struct wdt_ops *ops = device_get_ops(dev); in wdt_reset()49 ops = device_get_ops(dev); in wdt_expire_now()
27 const struct demo_ops *ops = device_get_ops(dev); in demo_hello()37 const struct demo_ops *ops = device_get_ops(dev); in demo_status()47 const struct demo_ops *ops = device_get_ops(dev); in demo_get_light()57 const struct demo_ops *ops = device_get_ops(dev); in demo_set_light()
18 const struct dm_thermal_ops *ops = device_get_ops(dev); in thermal_get_temp()
19 const struct mod_exp_ops *ops = device_get_ops(dev); in rsa_mod_exp()
53 ops = device_get_ops(dev); in dma_memcpy()
155 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
28 const struct timer_ops *ops = device_get_ops(dev); in timer_get_count()
22 const struct test_ops *ops = device_get_ops(dev); in test_ping()
88 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
155 #define device_get_ops(dev) (dev->driver->ops) macro
258 const struct demo_ops *ops = device_get_ops(dev);