Lines Matching defs:pm0
1202 struct usb_proc_msg *pm0 = _pm0;
1210 if (pm0->pm_qentry.tqe_prev) {
1218 * No entries are queued. Queue "pm0" and use the existing
1221 pm2 = pm0;
1224 if (pm0->pm_num == up->up_msg_num) {
1233 pm2 = pm0;
1239 d = (pm1->pm_num - pm0->pm_num);
1243 pm2 = pm0;
1284 struct usb_proc_msg *pm0 = _pm0;
1288 if (pm0->pm_qentry.tqe_prev) {
1289 TAILQ_REMOVE(&up->up_qhead, pm0, pm_qentry);
1290 pm0->pm_qentry.tqe_prev = NULL;