Lines Matching refs:mb86s70_gpio_chip
40 struct mb86s70_gpio_chip { struct
47 static inline struct mb86s70_gpio_chip *chip_to_mb86s70(struct gpio_chip *gc) in chip_to_mb86s70() argument
49 return container_of(gc, struct mb86s70_gpio_chip, gc); in chip_to_mb86s70()
54 struct mb86s70_gpio_chip *gchip = chip_to_mb86s70(gc); in mb86s70_gpio_request()
76 struct mb86s70_gpio_chip *gchip = chip_to_mb86s70(gc); in mb86s70_gpio_free()
91 struct mb86s70_gpio_chip *gchip = chip_to_mb86s70(gc); in mb86s70_gpio_direction_input()
109 struct mb86s70_gpio_chip *gchip = chip_to_mb86s70(gc); in mb86s70_gpio_direction_output()
133 struct mb86s70_gpio_chip *gchip = chip_to_mb86s70(gc); in mb86s70_gpio_get()
140 struct mb86s70_gpio_chip *gchip = chip_to_mb86s70(gc); in mb86s70_gpio_set()
158 struct mb86s70_gpio_chip *gchip; in mb86s70_gpio_probe()
206 struct mb86s70_gpio_chip *gchip = platform_get_drvdata(pdev); in mb86s70_gpio_remove()