Lines Matching refs:gpio_desc
51 struct gpio_desc *descs;
73 struct gpio_desc **desc;
81 struct gpio_desc *gpiochip_get_desc(struct gpio_chip *chip, u16 hwnum);
84 struct gpio_desc **desc_array,
89 struct gpio_desc **desc_array,
96 struct gpio_desc { struct
120 int gpiod_request(struct gpio_desc *desc, const char *label); argument
121 void gpiod_free(struct gpio_desc *desc);
122 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
124 int gpiod_hog(struct gpio_desc *desc, const char *name,
130 static inline int gpio_chip_hwgpio(const struct gpio_desc *desc) in gpio_chip_hwgpio()