Home
last modified time | relevance | path

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

/external/u-boot/drivers/misc/
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()
Di2c_eeprom.c14 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()
/external/u-boot/drivers/watchdog/
Dwdt-uclass.c15 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()
/external/u-boot/drivers/demo/
Ddemo-uclass.c27 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()
/external/u-boot/drivers/thermal/
Dthermal-uclass.c18 const struct dm_thermal_ops *ops = device_get_ops(dev); in thermal_get_temp()
/external/u-boot/drivers/crypto/rsa_mod_exp/
Dmod_exp_uclass.c19 const struct mod_exp_ops *ops = device_get_ops(dev); in rsa_mod_exp()
/external/u-boot/drivers/dma/
Ddma-uclass.c53 ops = device_get_ops(dev); in dma_memcpy()
/external/u-boot/include/
Dtpm-common.h155 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
/external/u-boot/drivers/timer/
Dtimer-uclass.c28 const struct timer_ops *ops = device_get_ops(dev); in timer_get_count()
/external/u-boot/test/dm/
Dtest-uclass.c22 const struct test_ops *ops = device_get_ops(dev); in test_ping()
Dtest-fdt.c88 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
/external/u-boot/include/dm/
Ddevice.h155 #define device_get_ops(dev) (dev->driver->ops) macro
/external/u-boot/doc/driver-model/
DREADME.txt258 const struct demo_ops *ops = device_get_ops(dev);