Lines Matching refs:gpio_desc
53 struct gpio_desc *descs;
76 struct gpio_desc **desc;
84 struct gpio_desc *gpiochip_get_desc(struct gpio_chip *gc, unsigned int hwnum);
87 struct gpio_desc **desc_array,
92 struct gpio_desc **desc_array,
99 struct gpio_desc { struct
133 int gpiod_request(struct gpio_desc *desc, const char *label); argument
134 void gpiod_free(struct gpio_desc *desc);
135 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
137 int gpiod_hog(struct gpio_desc *desc, const char *name,
143 static inline int gpio_chip_hwgpio(const struct gpio_desc *desc) in gpio_chip_hwgpio()