Home
last modified time | relevance | path

Searched refs:gpio_get_ops (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/gpio/
A Dgpio-uclass.c236 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in gpio_find_and_xlate()
346 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in dm_gpio_request()
436 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in _dm_gpio_free()
541 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in _gpio_get_value()
573 ops = gpio_get_ops(desc->dev); in dm_gpio_set_value()
640 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in _dm_gpio_set_flags()
722 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in dm_gpio_get_flags()
820 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in get_function()
857 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in gpio_get_status()
913 ops = gpio_get_ops(desc->dev); in gpio_get_acpi()
/u-boot/include/asm-generic/
A Dgpio.h428 #define gpio_get_ops(dev) ((struct dm_gpio_ops *)(dev)->driver->ops) macro
/u-boot/test/dm/
A Dgpio.c47 ops = gpio_get_ops(dev); in dm_test_gpio()

Completed in 21 milliseconds