Home
last modified time | relevance | path

Searched refs:OSK_TPS_GPIO_USB_PWR_EN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dboard-osk.c68 #define OSK_TPS_GPIO_USB_PWR_EN 0 macro
217 d = gpiochip_request_own_desc(gc, OSK_TPS_GPIO_USB_PWR_EN, "n_vbus_en", in osk_tps_setup()
329 GPIO_LOOKUP("tps65010", OSK_TPS_GPIO_USB_PWR_EN, "power",
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dboard-osk.c69 # define OSK_TPS_GPIO_USB_PWR_EN (OSK_TPS_GPIO_BASE + 0) macro
204 gpio_request(OSK_TPS_GPIO_USB_PWR_EN, "n_vbus_en"); in osk_tps_setup()
205 gpio_direction_output(OSK_TPS_GPIO_USB_PWR_EN, 1); in osk_tps_setup()
207 gpio_free(OSK_TPS_GPIO_USB_PWR_EN); in osk_tps_setup()

Completed in 1 milliseconds