Home
last modified time | relevance | path

Searched defs:gpio_desc (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/arch/arm/mach-pxa/
Dmfp-pxa2xx.c40 struct gpio_desc { struct
50 static struct gpio_desc gpio_desc[MFP_PIN_GPIO127 + 1]; argument
/Linux-v6.6/drivers/gpio/
Dgpiolib.h168 struct gpio_desc { struct
169 struct gpio_device *gdev;
170 unsigned long flags;
206 int gpiod_request(struct gpio_desc *desc, const char *label); argument
/Linux-v6.6/include/uapi/linux/
Dsynclink.h231 struct gpio_desc { struct
232 __u32 state;
233 __u32 smask;
234 __u32 dir;
235 __u32 dmask;
/Linux-v6.6/drivers/usb/host/
Dbcma-hcd.c44 struct gpio_desc *gpio_desc; member
/Linux-v6.6/drivers/pinctrl/qcom/
Dpinctrl-ssbi-gpio.c525 const struct of_phandle_args *gpio_desc, in pm8xxx_gpio_of_xlate()
Dpinctrl-spmi-mpp.c613 const struct of_phandle_args *gpio_desc, in pmic_mpp_of_xlate()
Dpinctrl-ssbi-mpp.c524 const struct of_phandle_args *gpio_desc, in pm8xxx_mpp_of_xlate()
Dpinctrl-spmi-gpio.c777 const struct of_phandle_args *gpio_desc, in pmic_gpio_of_xlate()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_dsi_vbt.c354 struct gpio_desc *gpio_desc = bxt_gpio_table[gpio_index]; in bxt_exec_gpio() local