Searched refs:gpio_get_ops (Results 1 – 3 of 3) sorted by relevance
240 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in gpio_find_and_xlate()373 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in dm_gpio_request()463 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in _dm_gpio_free()568 const struct dm_gpio_ops *ops = gpio_get_ops(desc->dev); in _gpio_get_value()600 ops = gpio_get_ops(desc->dev); in dm_gpio_set_value()667 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in _dm_gpio_set_flags()749 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in dm_gpio_get_flags()847 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in get_function()884 const struct dm_gpio_ops *ops = gpio_get_ops(dev); in gpio_get_status()934 ops = gpio_get_ops(desc->dev); in gpio_get_acpi()
427 #define gpio_get_ops(dev) ((struct dm_gpio_ops *)(dev)->driver->ops) macro
47 ops = gpio_get_ops(dev); in dm_test_gpio()
Completed in 9 milliseconds