Lines Matching refs:gpio_chip
57 struct gpio_chip *chip;
104 int of_gpiochip_add(struct gpio_chip *gc);
105 void of_gpiochip_remove(struct gpio_chip *gc);
119 static inline int of_gpiochip_add(struct gpio_chip *gc) { return 0; } in of_gpiochip_add()
120 static inline void of_gpiochip_remove(struct gpio_chip *gc) { } in of_gpiochip_remove()
124 void acpi_gpiochip_add(struct gpio_chip *chip);
125 void acpi_gpiochip_remove(struct gpio_chip *chip);
127 void acpi_gpiochip_request_interrupts(struct gpio_chip *chip);
128 void acpi_gpiochip_free_interrupts(struct gpio_chip *chip);
146 static inline void acpi_gpiochip_add(struct gpio_chip *chip) { } in acpi_gpiochip_add()
147 static inline void acpi_gpiochip_remove(struct gpio_chip *chip) { } in acpi_gpiochip_remove()
150 acpi_gpiochip_request_interrupts(struct gpio_chip *chip) { } in acpi_gpiochip_request_interrupts()
153 acpi_gpiochip_free_interrupts(struct gpio_chip *chip) { } in acpi_gpiochip_free_interrupts()
186 struct gpio_desc *gpiochip_get_desc(struct gpio_chip *chip, u16 hwnum);
241 void devprop_gpiochip_set_names(struct gpio_chip *chip,