Lines Matching refs:dm_gpio_ops
236 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()
562 const struct dm_gpio_ops *ops; 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()
903 const struct dm_gpio_ops *ops; in gpio_get_acpi()
1448 struct dm_gpio_ops *ops = (struct dm_gpio_ops *)device_get_ops(dev); in gpio_post_bind()