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,
1263 dev->pullup = 1; in pxa25x_udc_start()
1341 dev->pullup = 0; in pxa25x_udc_stop()
2252 dev->pullup = 0; in pxa25x_udc_remove()
2253 pullup(dev); in pxa25x_udc_remove()
2290 pullup(udc); in pxa25x_udc_suspend()
2303 pullup(udc); in pxa25x_udc_resume()