Lines Matching refs:held
510 std->held = NULL;
564 cur->held = &ox->ox_stds[j];
567 DPRINTFN(10, "xfer=%#jx new std=%#jx held at %#jx", (uintptr_t)ox,
568 (uintptr_t)cur, (uintptr_t)cur->held, 0);
1521 if (std->held == NULL) {
1522 DPRINTFN(10, "std=%#jx held is null", (uintptr_t)std,
1832 * Add an ED to the schedule. Called with USB lock held.
1859 * Remove an ED from the schedule. Called with USB lock held.
1894 /* Called with USB lock held. */
1905 /* Called with USB lock held. */
1929 /* Called with USB lock held. */
1945 /* Called with USB lock held. */
2128 sitd->held = &opipe->tail.itd;
2141 std->held = &opipe->tail.td;
2402 DPRINTFN(10, "new std=%#jx now held at %#jx", (uintptr_t)std,
2403 (uintptr_t)p->held, 0, 0);
2404 *(p->held) = std;
2405 std->held = p->held;
2407 p->held = NULL;
2725 setup->held = &ox->ox_setup;
2726 stat->held = &ox->ox_stat;
2728 DPRINTFN(10, "xfer=%#jx setup=%#jx held at %#jx", (uintptr_t)ox,
2729 (uintptr_t)setup, (uintptr_t)setup->held, 0);
2730 DPRINTFN(10, "xfer=%#jx stat= %#jx held at %#jx", (uintptr_t)ox,
2731 (uintptr_t)stat, (uintptr_t)stat->held, 0);
2825 setup->held = &ox->ox_setup;
2827 DPRINTFN(10, "xfer=%#jx new setup=%#jx held at %#jx", (uintptr_t)ox,
2828 (uintptr_t)setup, (uintptr_t)setup->held, 0);
2834 tail->held = &opipe->tail.td;
2837 DPRINTFN(10, "xfer=%#jx new tail=%#jx held at %#jx", (uintptr_t)ox,
2838 (uintptr_t)tail, (uintptr_t)tail->held, 0);
3105 data->held = &ox->ox_stds[0];
3107 DPRINTFN(10, "xfer=%#jx new data=%#jx held at %#jx",
3108 (uintptr_t)ox, (uintptr_t)data, (uintptr_t)data->held, 0);
3113 tail->held = &opipe->tail.td;
3116 DPRINTFN(10, "xfer=%#jx new tail=%#jx held at %#ux",
3117 (uintptr_t)ox, (uintptr_t)tail, (uintptr_t)tail->held, 0);
3297 data->held = &ox->ox_stds[0];
3299 DPRINTFN(10, "xfer=%#jx new data=%#jx held at %#jx",
3300 (uintptr_t)ox, (uintptr_t)data, (uintptr_t)data->held, 0);
3305 tail->held = &opipe->tail.td;
3308 DPRINTFN(10, "xfer=%#jx new tail=%#jx held at %#jx",
3309 (uintptr_t)ox, (uintptr_t)tail, (uintptr_t)tail->held, 0);
3512 sitd->held = &ox->ox_sitds[i];
3515 // DPRINTFN(10, "xfer=%#jx new tail=%#jx held at %#jx",
3516 // (uintptr_t)ox, (uintptr_t)tail, (uintptr_t)tail->held, 0);
3610 sitd->held = &ox->ox_sitds[0];
3689 tail->held = &opipe->tail.itd;