Searched refs:device_get_ops (Results 1 – 19 of 19) 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()
26 const struct i2c_eeprom_ops *ops = device_get_ops(dev); in i2c_eeprom_read()36 const struct i2c_eeprom_ops *ops = device_get_ops(dev); in i2c_eeprom_write()46 const struct i2c_eeprom_ops *ops = device_get_ops(dev); in i2c_eeprom_size()
194 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
29 const struct demo_ops *ops = device_get_ops(dev); in demo_hello()39 const struct demo_ops *ops = device_get_ops(dev); in demo_status()49 const struct demo_ops *ops = device_get_ops(dev); in demo_get_light()59 const struct demo_ops *ops = device_get_ops(dev); in demo_set_light()
63 const struct wdt_ops *ops = device_get_ops(dev); in wdt_start()73 const struct wdt_ops *ops = device_get_ops(dev); in wdt_stop()83 const struct wdt_ops *ops = device_get_ops(dev); in wdt_reset()97 ops = device_get_ops(dev); in wdt_expire_now()141 struct wdt_ops *ops = (struct wdt_ops *)device_get_ops(dev); in wdt_post_bind()
31 const struct w1_ops *ops = device_get_ops(bus); in w1_enumerate()142 const struct w1_ops *ops = device_get_ops(bus); in w1_reset_select()161 const struct w1_ops *ops = device_get_ops(bus); in w1_read_byte()187 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()
12 const struct dm_rng_ops *ops = device_get_ops(dev); in dm_rng_read()
24 struct mod_exp_ops *ops = (struct mod_exp_ops *)device_get_ops(dev); in rsa_mod_exp()
24 const struct w1_eeprom_ops *ops = device_get_ops(dev); in w1_eeprom_read_buf()
24 const struct test_ops *ops = device_get_ops(dev); in test_ping()
174 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
33 const struct timer_ops *ops = device_get_ops(dev); in timer_get_count()
127 struct hwspinlock_ops *ops = device_get_ops(dev); in hwspinlock_post_bind()
242 ops = device_get_ops(dev); in dma_memcpy()
26 return device_get_ops(dev); in tee_get_ops()
197 #define device_get_ops(dev) (dev->driver->ops) macro
1289 struct dm_gpio_ops *ops = (struct dm_gpio_ops *)device_get_ops(dev); in gpio_post_bind()
270 const struct demo_ops *ops = device_get_ops(dev);
Completed in 31 milliseconds