Searched refs:gpio_pullup (Results 1 – 22 of 22) sorted by relevance
/linux-3.4.99/drivers/usb/otg/ |
D | gpio_vbus.c | 109 gpio = pdata->gpio_pullup; in gpio_vbus_work() 175 gpio = pdata->gpio_pullup; in gpio_vbus_set_peripheral() 280 gpio = pdata->gpio_pullup; in gpio_vbus_probe() 324 if (gpio_is_valid(pdata->gpio_pullup)) in gpio_vbus_probe() 325 gpio_free(pdata->gpio_pullup); in gpio_vbus_probe() 345 if (gpio_is_valid(pdata->gpio_pullup)) in gpio_vbus_remove() 346 gpio_free(pdata->gpio_pullup); in gpio_vbus_remove()
|
/linux-3.4.99/include/linux/usb/ |
D | gpio_vbus.h | 27 int gpio_pullup; member
|
/linux-3.4.99/arch/arm/include/asm/mach/ |
D | udc_pxa2xx.h | 24 int gpio_pullup; /* high == pullup activated */ member
|
/linux-3.4.99/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 | 349 .gpio_pullup = -1, 370 .gpio_pullup = -1,
|
D | palmte2.c | 193 .gpio_pullup = GPIO_NR_PALMTE2_USB_PULLUP,
|
D | mioa701.c | 369 .gpio_pullup = GPIO22_USB_ENABLE, 375 .gpio_pullup = -1,
|
D | eseries.c | 56 .gpio_pullup = GPIO_E7XX_USB_PULLUP, 908 .gpio_pullup = GPIO_E800_USB_PULLUP,
|
D | poodle.c | 307 .gpio_pullup = POODLE_GPIO_USB_PULLUP,
|
D | palm27x.c | 184 palm27x_udc_info.gpio_pullup = pullup; in palm27x_udc_init()
|
D | palmtc.c | 345 .gpio_pullup = GPIO_NR_PALMTC_USB_POWER,
|
D | balloon3.c | 328 .gpio_pullup = -1,
|
D | magician.c | 505 .gpio_pullup = GPIO27_MAGICIAN_USBC_PUEN,
|
D | corgi.c | 474 .gpio_pullup = CORGI_GPIO_USB_PULLUP,
|
D | hx4700.c | 569 .gpio_pullup = GPIO76_HX4700_USBC_PUEN,
|
D | tosa.c | 245 .gpio_pullup = TOSA_GPIO_USB_PULLUP,
|
D | devices.c | 93 .gpio_pullup = -1,
|
/linux-3.4.99/drivers/usb/gadget/ |
D | pxa25x_udc.c | 138 if (gpio_is_valid(mach->gpio_pullup)) in pullup_off() 139 gpio_set_value(mach->gpio_pullup, off_level); in pullup_off() 149 if (gpio_is_valid(mach->gpio_pullup)) in pullup_on() 150 gpio_set_value(mach->gpio_pullup, on_level); in pullup_on() 979 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_pullup() 2166 if (gpio_is_valid(dev->mach->gpio_pullup)) { in pxa25x_udc_probe() 2167 if ((retval = gpio_request(dev->mach->gpio_pullup, in pxa25x_udc_probe() 2171 dev->mach->gpio_pullup, retval); in pxa25x_udc_probe() 2174 gpio_direction_output(dev->mach->gpio_pullup, 0); in pxa25x_udc_probe() 2239 if (gpio_is_valid(dev->mach->gpio_pullup)) in pxa25x_udc_probe() [all …]
|
D | pxa27x_udc.c | 1512 if (gpio_is_valid(udc->mach->gpio_pullup)) in dplus_pullup() 1513 gpio_set_value(udc->mach->gpio_pullup, in dplus_pullup() 1518 if (gpio_is_valid(udc->mach->gpio_pullup)) in dplus_pullup() 1519 gpio_set_value(udc->mach->gpio_pullup, in dplus_pullup() 1613 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa_udc_pullup() 2469 gpio = udc->mach->gpio_pullup; in pxa_udc_probe() 2537 int gpio = udc->mach->gpio_pullup; in pxa_udc_remove()
|
/linux-3.4.99/arch/arm/mach-s3c64xx/ |
D | mach-smartq.c | 132 .gpio_pullup = -1,
|