Home
last modified time | relevance | path

Searched refs:GPIO_NR_PALMTE2_USB_PULLUP (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm/mach-pxa/
Dpalmte2.c207 GPIO_LOOKUP("gpio-pxa", GPIO_NR_PALMTE2_USB_PULLUP,
348 if (!gpio_request(GPIO_NR_PALMTE2_USB_PULLUP, "UDC Vbus")) { in palmte2_udc_init()
349 gpio_direction_output(GPIO_NR_PALMTE2_USB_PULLUP, 1); in palmte2_udc_init()
350 gpio_free(GPIO_NR_PALMTE2_USB_PULLUP); in palmte2_udc_init()
Dpalmte2.h29 #define GPIO_NR_PALMTE2_USB_PULLUP 53 macro