Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H 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()
H A 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()
/openbmc/u-boot/drivers/watchdog/
H A 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()
69 struct wdt_ops *ops = (struct wdt_ops *)device_get_ops(dev); in wdt_post_bind()
/openbmc/u-boot/drivers/demo/
H A 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()
/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c30 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()
/openbmc/u-boot/drivers/thermal/
H A Dthermal-uclass.c18 const struct dm_thermal_ops *ops = device_get_ops(dev); in thermal_get_temp()
/openbmc/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_uclass.c19 const struct mod_exp_ops *ops = device_get_ops(dev); in rsa_mod_exp()
/openbmc/u-boot/drivers/w1-eeprom/
H A Dw1-eeprom-uclass.c23 const struct w1_eeprom_ops *ops = device_get_ops(dev); in w1_eeprom_read_buf()
/openbmc/u-boot/drivers/timer/
H A Dtimer-uclass.c28 const struct timer_ops *ops = device_get_ops(dev); in timer_get_count()
/openbmc/u-boot/test/dm/
H A Dtest-uclass.c22 const struct test_ops *ops = device_get_ops(dev); in test_ping()
H A Dtest-fdt.c112 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
/openbmc/u-boot/include/
H A Dtpm-common.h187 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev))
/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c123 struct hwspinlock_ops *ops = device_get_ops(dev); in hwspinlock_post_bind()
/openbmc/u-boot/drivers/dma/
H A Ddma-uclass.c226 ops = device_get_ops(dev); in dma_memcpy()
/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c24 return device_get_ops(dev); in tee_get_ops()
/openbmc/u-boot/include/dm/
H A Ddevice.h155 #define device_get_ops(dev) (dev->driver->ops) macro
/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c1037 struct dm_gpio_ops *ops = (struct dm_gpio_ops *)device_get_ops(dev); in gpio_post_bind()
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt258 const struct demo_ops *ops = device_get_ops(dev);