Lines Matching defs:ptr
544 if (likely(!p.ptr))
570 if (seen[temp].ptr != p.ptr)
572 if (p.qh->qh_next.ptr) {
609 } while (p.ptr);
865 * @ptr: address of hc register to be read
880 static int handshake(struct fotg210_hcd *fotg210, void __iomem *ptr,
886 ret = readl_poll_timeout_atomic(ptr, result,
1838 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) {
2941 int epnum, void **ptr)
2946 qh = (struct fotg210_qh *) *ptr;
2950 *ptr = qh;
3301 void *ptr)
3307 /* find predecessor of "ptr"; hw and shadow lists are in sync */
3308 while (here.ptr && here.ptr != ptr) {
3316 if (!here.ptr)
3320 * from ptr may still be in use, the caller updates them.
3338 while (q->ptr) {
3410 while (here.ptr) {
3498 while (here.ptr) {
3510 while (here.ptr && qh != here.qh) {
3584 qh->qh_next.ptr = NULL;
4330 while (here.ptr) {
4585 q.ptr = q_p->ptr;
4589 while (q.ptr) {
4628 type, frame, q.ptr);
4633 q.ptr = NULL;