Lines Matching full:gpio
32 struct gpio;
36 struct gpio *gpio,
40 struct gpio *gpio,
45 const struct gpio *gpio,
50 const struct gpio *gpio,
55 const struct gpio *gpio);
59 struct gpio *gpio,
64 struct gpio *gpio);
68 struct gpio *gpio);
70 /* Get the GPIO id */
72 const struct gpio *gpio);
74 /* Get the GPIO enum */
76 const struct gpio *gpio);
78 /* Set the GPIO pin configuration */
80 struct gpio *gpio,
83 /* Obtain GPIO pin info */
85 const struct gpio *gpio,
88 /* Obtain GPIO sync source */
90 const struct gpio *gpio);
92 /* Obtain GPIO pin output state (active low or active high) */
94 const struct gpio *gpio);
96 struct hw_ddc *dal_gpio_get_ddc(struct gpio *gpio);
98 struct hw_hpd *dal_gpio_get_hpd(struct gpio *gpio);
100 struct hw_generic *dal_gpio_get_generic(struct gpio *gpio);
104 struct gpio *gpio);