Searched refs:gpio_pullup (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.4/include/linux/usb/ |
D | gpio_vbus.h | 29 int gpio_pullup; member
|
/Linux-v5.4/arch/arm/mach-pxa/ |
D | colibri-pxa320.c | 149 .gpio_pullup = -1, 170 .gpio_pullup = -1,
|
D | h5000.c | 118 .gpio_pullup = H5000_GPIO_USB_PULLUP,
|
D | gumstix.c | 106 .gpio_pullup = GPIO_GUMSTIX_USB_GPIOx,
|
D | vpac270.c | 357 .gpio_pullup = -1, 378 .gpio_pullup = -1,
|
D | palmte2.c | 207 .gpio_pullup = GPIO_NR_PALMTE2_USB_PULLUP,
|
D | mioa701.c | 368 .gpio_pullup = GPIO22_USB_ENABLE, 374 .gpio_pullup = -1,
|
D | eseries.c | 56 .gpio_pullup = GPIO_E7XX_USB_PULLUP, 893 .gpio_pullup = GPIO_E800_USB_PULLUP,
|
D | magician.c | 496 .gpio_pullup = GPIO27_MAGICIAN_USBC_PUEN, 510 .gpio_pullup = GPIO27_MAGICIAN_USBC_PUEN,
|
D | poodle.c | 316 .gpio_pullup = POODLE_GPIO_USB_PULLUP,
|
D | palm27x.c | 177 palm27x_udc_info.gpio_pullup = pullup; in palm27x_udc_init()
|
D | palmtc.c | 325 .gpio_pullup = GPIO_NR_PALMTC_USB_POWER,
|
D | balloon3.c | 322 .gpio_pullup = -1,
|
D | corgi.c | 525 .gpio_pullup = CORGI_GPIO_USB_PULLUP,
|
D | hx4700.c | 582 .gpio_pullup = GPIO76_HX4700_USBC_PUEN,
|
D | tosa.c | 244 .gpio_pullup = TOSA_GPIO_USB_PULLUP,
|
D | devices.c | 86 .gpio_pullup = -1,
|
/Linux-v5.4/include/linux/platform_data/ |
D | pxa2xx_udc.h | 25 int gpio_pullup; /* high == pullup activated */ member
|
/Linux-v5.4/drivers/usb/phy/ |
D | phy-gpio-vbus-usb.c | 117 gpio = pdata->gpio_pullup; in gpio_vbus_work() 185 gpio = pdata->gpio_pullup; in gpio_vbus_set_peripheral() 296 gpio = pdata->gpio_pullup; in gpio_vbus_probe()
|
/Linux-v5.4/drivers/usb/gadget/udc/ |
D | pxa25x_udc.c | 271 if (gpio_is_valid(mach->gpio_pullup)) in pullup_off() 272 gpio_set_value(mach->gpio_pullup, off_level); in pullup_off() 282 if (gpio_is_valid(mach->gpio_pullup)) in pullup_on() 283 gpio_set_value(mach->gpio_pullup, on_level); in pullup_on() 1195 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_pullup() 2390 if (gpio_is_valid(dev->mach->gpio_pullup)) { in pxa25x_udc_probe() 2391 retval = devm_gpio_request(&pdev->dev, dev->mach->gpio_pullup, in pxa25x_udc_probe() 2396 dev->mach->gpio_pullup, retval); in pxa25x_udc_probe() 2399 gpio_direction_output(dev->mach->gpio_pullup, 0); in pxa25x_udc_probe() 2501 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_suspend()
|
D | pxa27x_udc.c | 2367 gpio = mach->gpio_pullup; in pxa_udc_probe() 2374 udc->gpiod = gpio_to_desc(mach->gpio_pullup); in pxa_udc_probe()
|
/Linux-v5.4/arch/arm/mach-s3c64xx/ |
D | mach-smartq.c | 129 .gpio_pullup = -1,
|