Lines Matching refs:gpio_desc
56 struct gpio_desc *descs;
93 struct gpio_desc **desc;
101 struct gpio_desc *gpiochip_get_desc(struct gpio_chip *gc, unsigned int hwnum);
114 struct gpio_desc **desc_array,
119 struct gpio_desc **desc_array,
143 struct gpio_desc { struct
181 int gpiod_request(struct gpio_desc *desc, const char *label); argument
182 void gpiod_free(struct gpio_desc *desc);
184 static inline int gpiod_request_user(struct gpio_desc *desc, const char *label) in gpiod_request_user()
195 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
197 int gpio_set_debounce_timeout(struct gpio_desc *desc, unsigned int debounce);
198 int gpiod_hog(struct gpio_desc *desc, const char *name,
204 static inline int gpio_chip_hwgpio(const struct gpio_desc *desc) in gpio_chip_hwgpio()