Searched defs:gpio_desc (Results 1 – 9 of 9) sorted by relevance
39 struct gpio_desc { struct49 static struct gpio_desc gpio_desc[MFP_PIN_GPIO127 + 1]; argument
148 struct gpio_desc { struct149 struct gpio_device *gdev;150 unsigned long flags;186 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;
44 struct gpio_desc *gpio_desc; member
523 const struct of_phandle_args *gpio_desc, in pm8xxx_gpio_of_xlate()
523 const struct of_phandle_args *gpio_desc, in pm8xxx_mpp_of_xlate()
612 const struct of_phandle_args *gpio_desc, in pmic_mpp_of_xlate()
775 const struct of_phandle_args *gpio_desc, in pmic_gpio_of_xlate()
353 struct gpio_desc *gpio_desc = bxt_gpio_table[gpio_index]; in bxt_exec_gpio() local