Searched defs:gpio_desc (Results 1 – 11 of 11) sorted by relevance
38 struct gpio_desc { struct48 static struct gpio_desc gpio_desc[MFP_PIN_GPIO127 + 1]; argument
99 struct gpio_desc { struct100 struct gpio_device *gdev;101 unsigned long flags;133 int gpiod_request(struct gpio_desc *desc, const char *label); argument
231 struct gpio_desc { struct232 __u32 state;233 __u32 smask;234 __u32 dir;235 __u32 dmask;
189 struct gpio_desc { struct190 __u32 state;191 __u32 smask;192 __u32 dir;193 __u32 dmask;
198 struct gpio_desc { struct199 __u32 state;200 __u32 smask;201 __u32 dir;202 __u32 dmask;
44 struct gpio_desc *gpio_desc; member
523 const struct of_phandle_args *gpio_desc, in pm8xxx_gpio_of_xlate()
518 const struct of_phandle_args *gpio_desc, in pm8xxx_mpp_of_xlate()
613 const struct of_phandle_args *gpio_desc, in pmic_mpp_of_xlate()
741 const struct of_phandle_args *gpio_desc, in pmic_gpio_of_xlate()
344 struct gpio_desc *gpio_desc = bxt_gpio_table[gpio_index]; in bxt_exec_gpio() local