Lines Matching refs:pm0
272 struct usb_proc_msg *pm0 = _pm0;
286 if (pm0->pm_qentry.tqe_prev) {
294 * No entries are queued. Queue "pm0" and use the existing
297 pm2 = pm0;
300 if (pm0->pm_num == up->up_msg_num) {
309 pm2 = pm0;
315 d = (pm1->pm_num - pm0->pm_num);
319 pm2 = pm0;
380 struct usb_proc_msg *pm0 = _pm0;
393 if (pm0->pm_qentry.tqe_prev) {
394 TAILQ_REMOVE(&up->up_qhead, pm0, pm_qentry);
395 pm0->pm_qentry.tqe_prev = NULL;
403 while (pm0->pm_qentry.tqe_prev ||