Lines Matching refs:pullup
927 static int pullup(struct pxa25x_udc *udc) in pullup() function
929 int is_active = udc->vbus && udc->pullup && !udc->suspended; in pullup()
964 pullup(udc); in pxa25x_udc_vbus_session()
979 udc->pullup = (is_active != 0); in pxa25x_udc_pullup()
980 pullup(udc); in pxa25x_udc_pullup()
1007 .pullup = pxa25x_udc_pullup,
1262 dev->pullup = 1; in pxa25x_udc_start()
1340 dev->pullup = 0; in pxa25x_udc_stop()
2222 dev->pullup = 0; in pxa25x_udc_remove()
2223 pullup(dev); in pxa25x_udc_remove()
2260 pullup(udc); in pxa25x_udc_suspend()
2273 pullup(udc); in pxa25x_udc_resume()