Searched refs:gpio_pullup (Results 1 – 22 of 22) sorted by relevance
/linux-4.1.27/include/linux/usb/ |
D | gpio_vbus.h | 28 int gpio_pullup; member
|
/linux-4.1.27/include/linux/platform_data/ |
D | pxa2xx_udc.h | 24 int gpio_pullup; /* high == pullup activated */ member
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | colibri-pxa320.c | 152 .gpio_pullup = -1, 173 .gpio_pullup = -1,
|
D | h5000.c | 122 .gpio_pullup = H5000_GPIO_USB_PULLUP,
|
D | gumstix.c | 112 .gpio_pullup = GPIO_GUMSTIX_USB_GPIOx,
|
D | vpac270.c | 350 .gpio_pullup = -1, 371 .gpio_pullup = -1,
|
D | palmte2.c | 196 .gpio_pullup = GPIO_NR_PALMTE2_USB_PULLUP,
|
D | mioa701.c | 378 .gpio_pullup = GPIO22_USB_ENABLE, 384 .gpio_pullup = -1,
|
D | eseries.c | 55 .gpio_pullup = GPIO_E7XX_USB_PULLUP, 907 .gpio_pullup = GPIO_E800_USB_PULLUP,
|
D | poodle.c | 311 .gpio_pullup = POODLE_GPIO_USB_PULLUP,
|
D | palm27x.c | 184 palm27x_udc_info.gpio_pullup = pullup; in palm27x_udc_init()
|
D | palmtc.c | 312 .gpio_pullup = GPIO_NR_PALMTC_USB_POWER,
|
D | magician.c | 506 .gpio_pullup = GPIO27_MAGICIAN_USBC_PUEN,
|
D | balloon3.c | 328 .gpio_pullup = -1,
|
D | corgi.c | 515 .gpio_pullup = CORGI_GPIO_USB_PULLUP,
|
D | hx4700.c | 586 .gpio_pullup = GPIO76_HX4700_USBC_PUEN,
|
D | tosa.c | 247 .gpio_pullup = TOSA_GPIO_USB_PULLUP,
|
D | devices.c | 92 .gpio_pullup = -1,
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-gpio-vbus-usb.c | 120 gpio = pdata->gpio_pullup; in gpio_vbus_work() 188 gpio = pdata->gpio_pullup; in gpio_vbus_set_peripheral() 299 gpio = pdata->gpio_pullup; in gpio_vbus_probe()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | pxa25x_udc.c | 136 if (gpio_is_valid(mach->gpio_pullup)) in pullup_off() 137 gpio_set_value(mach->gpio_pullup, off_level); in pullup_off() 147 if (gpio_is_valid(mach->gpio_pullup)) in pullup_on() 148 gpio_set_value(mach->gpio_pullup, on_level); in pullup_on() 976 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_pullup() 2142 if (gpio_is_valid(dev->mach->gpio_pullup)) { in pxa25x_udc_probe() 2143 retval = devm_gpio_request(&pdev->dev, dev->mach->gpio_pullup, in pxa25x_udc_probe() 2148 dev->mach->gpio_pullup, retval); in pxa25x_udc_probe() 2151 gpio_direction_output(dev->mach->gpio_pullup, 0); in pxa25x_udc_probe() 2255 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_suspend()
|
D | pxa27x_udc.c | 2414 gpio = mach->gpio_pullup; in pxa_udc_probe() 2421 udc->gpiod = gpio_to_desc(mach->gpio_pullup); in pxa_udc_probe()
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | mach-smartq.c | 133 .gpio_pullup = -1,
|