Lines Matching refs:gpio_desc
42 struct gpio_desc *acpi_get_gpiod_by_index(struct acpi_device *adev,
45 struct gpio_desc *acpi_node_get_gpiod(struct fwnode_handle *fwnode,
60 static inline struct gpio_desc *
66 static inline struct gpio_desc *
78 struct gpio_desc *of_get_named_gpiod_flags(struct device_node *np,
81 struct gpio_desc *gpiochip_get_desc(struct gpio_chip *chip, u16 hwnum);
86 struct gpio_desc { struct
106 int gpiod_request(struct gpio_desc *desc, const char *label); argument
107 void gpiod_free(struct gpio_desc *desc);
108 int gpiod_hog(struct gpio_desc *desc, const char *name,
114 static int __maybe_unused gpio_chip_hwgpio(const struct gpio_desc *desc) in gpio_chip_hwgpio()