Searched refs:PID_OUT (Results 1 - 11 of 11) sorted by relevance

/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/arch/arm/devices/
H A Dvusb.c138 xact->type = PID_OUT;
180 xact[nxact].type = PID_OUT;
183 } else if (xact[nxact - 1].type == PID_OUT) {
190 } else if (xact[0].type == PID_OUT && (xact[0].len % surb->max_pkt == 0)) {
191 xact[nxact].type = PID_OUT;
212 xact[1].type = PID_OUT;
/seL4-camkes-master/projects/projects_libs/libusbdrivers/include/usb/
H A Dusb_host.h65 PID_OUT, enumerator in enum:usb_xact_type
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/drivers/
H A Dmouse.c111 mouse->int_xact.type = PID_OUT;
H A Dpl2303.c248 xact[1].type = PID_OUT;
321 xact.type = PID_OUT;
H A Dcdc.c329 xact[i].type = PID_OUT;
393 msg[1].type = PID_OUT;
H A Dhid.c238 xact[1].type = PID_OUT;
H A Dotgusbtty.c195 err = otg_prime(tty->otg, 0, PID_OUT, NULL, 0, 0, freebuf_cb, t);
H A Dstorage.c317 xact.type = PID_OUT;
H A Dusbkbd.c339 kbd->int_xact.type = PID_OUT;
H A Dlan9730.c760 xact[0].type = PID_OUT;
764 xact[1].type = PID_OUT;
944 eth->reg_write_xact[1].type = PID_OUT;
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/ehci/
H A Dasync.c125 case PID_OUT:
137 if (speed == USBSPEED_HIGH && xact[i].type == PID_OUT) {

Completed in 115 milliseconds