Searched refs:gpio_pullup (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/include/linux/usb/
H A Dgpio_vbus.h17 * @gpio_pullup: optional D+ or D- pullup GPIO (else negative/invalid)
19 * @gpio_pullup_inverted: true if gpio_pullup is active low
28 int gpio_pullup; member in struct:gpio_vbus_mach_info
/linux-4.4.14/include/linux/platform_data/
H A Dpxa2xx_udc.h24 int gpio_pullup; /* high == pullup activated */ member in struct:pxa2xx_udc_mach_info
/linux-4.4.14/arch/arm/mach-pxa/
H A Dcolibri-pxa320.c152 .gpio_pullup = -1, colibri_pxa320_init_eth()
173 .gpio_pullup = -1,
H A Dh5000.c122 .gpio_pullup = H5000_GPIO_USB_PULLUP,
H A Dgumstix.c112 .gpio_pullup = GPIO_GUMSTIX_USB_GPIOx,
H A Dvpac270.c350 .gpio_pullup = -1, vpac270_uhc_init()
371 .gpio_pullup = -1,
H A Deseries.c56 .gpio_pullup = GPIO_E7XX_USB_PULLUP,
893 .gpio_pullup = GPIO_E800_USB_PULLUP,
H A Dmagician.c499 .gpio_pullup = GPIO27_MAGICIAN_USBC_PUEN,
513 .gpio_pullup = GPIO27_MAGICIAN_USBC_PUEN,
H A Dmioa701.c382 .gpio_pullup = GPIO22_USB_ENABLE,
388 .gpio_pullup = -1,
H A Dpalm27x.c185 palm27x_udc_info.gpio_pullup = pullup; palm27x_udc_init()
H A Dpalmtc.c317 .gpio_pullup = GPIO_NR_PALMTC_USB_POWER, palmtc_mkp_init()
H A Dpalmte2.c200 .gpio_pullup = GPIO_NR_PALMTE2_USB_PULLUP,
H A Dpoodle.c311 .gpio_pullup = POODLE_GPIO_USB_PULLUP,
H A Dballoon3.c328 .gpio_pullup = -1,
H A Dcorgi.c515 .gpio_pullup = CORGI_GPIO_USB_PULLUP,
H A Dhx4700.c584 .gpio_pullup = GPIO76_HX4700_USBC_PUEN,
H A Dtosa.c247 .gpio_pullup = TOSA_GPIO_USB_PULLUP,
H A Ddevices.c93 .gpio_pullup = -1,
/linux-4.4.14/drivers/usb/phy/
H A Dphy-gpio-vbus-usb.c116 * gpio_pullup configured here. If it's configured here, we'll do what gpio_vbus_work()
120 gpio = pdata->gpio_pullup; gpio_vbus_work()
188 gpio = pdata->gpio_pullup; gpio_vbus_set_peripheral()
299 gpio = pdata->gpio_pullup; gpio_vbus_probe()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c136 if (gpio_is_valid(mach->gpio_pullup)) pullup_off()
137 gpio_set_value(mach->gpio_pullup, off_level); pullup_off()
147 if (gpio_is_valid(mach->gpio_pullup)) pullup_on()
148 gpio_set_value(mach->gpio_pullup, on_level); pullup_on()
976 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) pxa25x_udc_pullup()
2172 if (gpio_is_valid(dev->mach->gpio_pullup)) { pxa25x_udc_probe()
2173 retval = devm_gpio_request(&pdev->dev, dev->mach->gpio_pullup, pxa25x_udc_probe()
2178 dev->mach->gpio_pullup, retval); pxa25x_udc_probe()
2181 gpio_direction_output(dev->mach->gpio_pullup, 0); pxa25x_udc_probe()
2285 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) pxa25x_udc_suspend()
H A Dpxa27x_udc.c2415 gpio = mach->gpio_pullup; pxa_udc_probe()
2422 udc->gpiod = gpio_to_desc(mach->gpio_pullup); pxa_udc_probe()
/linux-4.4.14/arch/arm/mach-s3c64xx/
H A Dmach-smartq.c134 .gpio_pullup = -1,

Completed in 491 milliseconds