Home
last modified time | relevance | path

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

/u-boot/drivers/misc/
A Dmisc-uclass.c19 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()
A Di2c_eeprom.c26 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()
A Dtest_drv.c194 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
/u-boot/drivers/demo/
A Ddemo-uclass.c29 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()
/u-boot/drivers/watchdog/
A Dwdt-uclass.c63 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()
/u-boot/drivers/w1/
A Dw1-uclass.c31 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()
/u-boot/drivers/thermal/
A Dthermal-uclass.c18 const struct dm_thermal_ops *ops = device_get_ops(dev); in thermal_get_temp()
/u-boot/drivers/rng/
A Drng-uclass.c12 const struct dm_rng_ops *ops = device_get_ops(dev); in dm_rng_read()
/u-boot/drivers/crypto/rsa_mod_exp/
A Dmod_exp_uclass.c24 struct mod_exp_ops *ops = (struct mod_exp_ops *)device_get_ops(dev); in rsa_mod_exp()
/u-boot/drivers/w1-eeprom/
A Dw1-eeprom-uclass.c24 const struct w1_eeprom_ops *ops = device_get_ops(dev); in w1_eeprom_read_buf()
/u-boot/test/dm/
A Dtest-uclass.c24 const struct test_ops *ops = device_get_ops(dev); in test_ping()
/u-boot/include/
A Dtpm-common.h174 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
/u-boot/drivers/timer/
A Dtimer-uclass.c33 const struct timer_ops *ops = device_get_ops(dev); in timer_get_count()
/u-boot/drivers/hwspinlock/
A Dhwspinlock-uclass.c127 struct hwspinlock_ops *ops = device_get_ops(dev); in hwspinlock_post_bind()
/u-boot/drivers/dma/
A Ddma-uclass.c242 ops = device_get_ops(dev); in dma_memcpy()
/u-boot/drivers/tee/
A Dtee-uclass.c26 return device_get_ops(dev); in tee_get_ops()
/u-boot/include/dm/
A Ddevice.h197 #define device_get_ops(dev) (dev->driver->ops) macro
/u-boot/drivers/gpio/
A Dgpio-uclass.c1289 struct dm_gpio_ops *ops = (struct dm_gpio_ops *)device_get_ops(dev); in gpio_post_bind()
/u-boot/doc/driver-model/
A Ddesign.rst270 const struct demo_ops *ops = device_get_ops(dev);

Completed in 31 milliseconds