Searched refs:device_get_ops (Results 1 – 18 of 18) 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()60 const struct misc_ops *ops = device_get_ops(dev); in misc_set_enabled()
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()69 struct wdt_ops *ops = (struct wdt_ops *)device_get_ops(dev); in wdt_post_bind()
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()
30 const struct w1_ops *ops = device_get_ops(bus); in w1_enumerate()141 const struct w1_ops *ops = device_get_ops(bus); in w1_reset_select()160 const struct w1_ops *ops = device_get_ops(bus); in w1_read_byte()186 const struct w1_ops *ops = device_get_ops(bus); in w1_write_byte()
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()
23 const struct w1_eeprom_ops *ops = device_get_ops(dev); in w1_eeprom_read_buf()
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()
112 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
187 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
123 struct hwspinlock_ops *ops = device_get_ops(dev); in hwspinlock_post_bind()
226 ops = device_get_ops(dev); in dma_memcpy()
24 return device_get_ops(dev); in tee_get_ops()
155 #define device_get_ops(dev) (dev->driver->ops) macro
1037 struct dm_gpio_ops *ops = (struct dm_gpio_ops *)device_get_ops(dev); in gpio_post_bind()
258 const struct demo_ops *ops = device_get_ops(dev);