Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dpalmte2.c200 .gpio_pullup = GPIO_NR_PALMTE2_USB_PULLUP,
342 if (!gpio_request(GPIO_NR_PALMTE2_USB_PULLUP, "UDC Vbus")) { in palmte2_udc_init()
343 gpio_direction_output(GPIO_NR_PALMTE2_USB_PULLUP, 1); in palmte2_udc_init()
344 gpio_free(GPIO_NR_PALMTE2_USB_PULLUP); in palmte2_udc_init()
/arch/arm/mach-pxa/include/mach/
Dpalmte2.h33 #define GPIO_NR_PALMTE2_USB_PULLUP 53 macro