Searched refs:flags_int (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_transfer.c124 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE)
353 xfer->flags_int.usb_mode = parm->udev->flags.usb_mode;
453 xfer->flags_int.maxp_was_clamped = 1;
466 xfer->flags_int.isochronous_xfr = 1; /* set flag */
645 xfer->flags_int.control_xfr = 1;
730 if (xfer->flags_int.bdma_enable) {
780 if (xfer->flags_int.bdma_enable &&
1286 if (xfer->flags_int.bdma_enable)
1337 xfer->flags_int.control_rem = UGETW(req.wLength);
1363 if (xfer->flags.stall_pipe && xfer->flags_int
[all...]
H A Dusb_pf.c197 if ((frame == 0) && (xfer->flags_int.control_xfr != 0) &&
198 (xfer->flags_int.control_hdr != 0)) {
200 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE) {
296 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE)
304 temp = usbpf_aggregate_status(&xfer->flags_int);
382 if (xfer->flags_int.isochronous_xfr) {
H A Dusb_core.h38 #define USB_GET_DATA_ISREAD(xfer) ((xfer)->flags_int.usb_mode == \
172 struct usb_xfer_flags_int flags_int; member in struct:usb_xfer
H A Dusb_busdma.c887 if (!xfer->flags_int.bdma_setup) {
892 xfer->flags_int.bdma_setup = 1;
898 if (xfer->flags_int.isochronous_xfr) {
916 if (xfer->flags_int.control_xfr &&
917 xfer->flags_int.control_hdr) {
919 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE) {
1024 if (xfer->flags_int.isochronous_xfr) {
1057 if (xfer->flags_int.isochronous_xfr) {
H A Dusb_handle_request.c111 if (xfer->flags_int.control_rem != 0xFFFF) {
489 if (!xfer->flags_int.control_act) {
495 if (!xfer->flags_int.control_act) {
517 if (xfer->flags_int.control_rem == 0xFFFF) {
523 rem = xfer->flags_int.control_rem;
H A Dusb_compat_linux.c1529 uint8_t data_frame = xfer->flags_int.control_xfr ? 1 : 0;
1536 if (xfer->flags_int.control_xfr) {
1588 if (xfer->flags_int.control_xfr) {
1630 (!xfer->flags_int.control_xfr)) {
1645 if (xfer->flags_int.control_xfr) {
H A Dusb_generic.c1081 if (xfer->flags_int.control_xfr) {
1176 if (xfer->flags_int.isochronous_xfr) {
1247 if (xfer->flags_int.control_xfr) {
1309 if (xfer->flags_int.isochronous_xfr) {
1443 if (!xfer->flags_int.transferring) {
H A Dusb_hub.c2296 if (xfer->flags_int.control_xfr) {
2298 if (xfer->flags_int.usb_mode == USB_MODE_HOST) {
/freebsd-9.3-release/sys/dev/usb/controller/
H A Duhci.c1136 if (xfer->flags_int.short_frames_ok) {
1210 if (xfer->flags_int.control_xfr) {
1211 if (xfer->flags_int.control_hdr) {
1231 if (xfer->flags_int.control_xfr &&
1232 !xfer->flags_int.control_act) {
1257 qh = xfer->qh_start[xfer->flags_int.curr_dma_set];
1265 if (xfer->flags_int.control_xfr)
1376 if (xfer->flags_int.short_frames_ok) {
1676 xfer->flags_int.curr_dma_set ^= 1;
1679 td = xfer->td_start[xfer->flags_int
[all...]
H A Dohci.c862 if (xfer->flags_int.short_frames_ok) {
908 if (xfer->flags_int.control_xfr) {
910 if (xfer->flags_int.control_hdr) {
930 if (xfer->flags_int.control_xfr &&
931 !xfer->flags_int.control_act) {
993 ed = xfer->qh_start[xfer->flags_int.curr_dma_set];
1035 ed = xfer->qh_start[xfer->flags_int.curr_dma_set];
1047 if (xfer->flags_int.short_frames_ok) {
1407 xfer->flags_int.curr_dma_set ^= 1;
1410 td = xfer->td_start[xfer->flags_int
[all...]
H A Datmegadci.c804 temp.setup_alt_next = xfer->flags_int.short_frames_ok;
805 temp.did_stall = !xfer->flags_int.control_stall;
812 if (xfer->flags_int.control_xfr) {
813 if (xfer->flags_int.control_hdr) {
822 if (xfer->flags_int.control_act)
856 if (xfer->flags_int.control_xfr) {
857 if (xfer->flags_int.control_act) {
879 if (xfer->flags_int.isochronous_xfr) {
887 if (xfer->flags_int.control_xfr) {
903 if (!xfer->flags_int
[all...]
H A Davr32dci.c772 temp.setup_alt_next = xfer->flags_int.short_frames_ok;
773 temp.did_stall = !xfer->flags_int.control_stall;
780 if (xfer->flags_int.control_xfr) {
781 if (xfer->flags_int.control_hdr) {
790 if (xfer->flags_int.control_act)
823 if (xfer->flags_int.control_xfr) {
824 if (xfer->flags_int.control_act) {
846 if (xfer->flags_int.isochronous_xfr) {
854 if (xfer->flags_int.control_xfr) {
869 if (!xfer->flags_int
[all...]
H A Dehci.c1162 if (xfer->flags_int.short_frames_ok) {
1231 qh = xfer->qh_start[xfer->flags_int.curr_dma_set];
1241 if (xfer->flags_int.control_xfr) {
1243 if (xfer->flags_int.control_hdr) {
1263 if (xfer->flags_int.control_xfr &&
1264 !xfer->flags_int.control_act) {
1354 qh = xfer->qh_start[xfer->flags_int.curr_dma_set];
1394 if (xfer->flags_int.short_frames_ok) {
1790 xfer->flags_int.curr_dma_set ^= 1;
1793 td = xfer->td_start[xfer->flags_int
[all...]
H A Dxhci.c706 if (xfer->flags_int.short_frames_ok ||
707 xfer->flags_int.isochronous_xfr ||
708 xfer->flags_int.control_xfr) {
747 if (xfer->flags_int.control_xfr) {
749 if (xfer->flags_int.control_hdr)
767 if (xfer->flags_int.control_xfr &&
768 !xfer->flags_int.control_act)
914 if (xfer->flags_int.isochronous_xfr) {
960 if (xfer->flags_int.short_frames_ok ||
961 xfer->flags_int
[all...]
H A Duss820dci.c873 temp.setup_alt_next = xfer->flags_int.short_frames_ok;
874 temp.did_stall = !xfer->flags_int.control_stall;
881 if (xfer->flags_int.control_xfr) {
882 if (xfer->flags_int.control_hdr) {
891 if (xfer->flags_int.control_act)
921 if (xfer->flags_int.control_xfr) {
922 if (xfer->flags_int.control_act) {
944 if (xfer->flags_int.isochronous_xfr) {
953 if (xfer->flags_int.control_xfr) {
963 if (!xfer->flags_int
[all...]
H A Dat91dci.c900 temp.setup_alt_next = xfer->flags_int.short_frames_ok;
901 temp.did_stall = !xfer->flags_int.control_stall;
908 if (xfer->flags_int.control_xfr) {
909 if (xfer->flags_int.control_hdr) {
918 if (xfer->flags_int.control_act)
952 if (xfer->flags_int.control_xfr) {
953 if (xfer->flags_int.control_act) {
975 if (xfer->flags_int.isochronous_xfr) {
984 if (xfer->flags_int.control_xfr) {
1000 if (!xfer->flags_int
[all...]
H A Dmusb_otg.c2401 temp.setup_alt_next = xfer->flags_int.short_frames_ok;
2402 temp.did_stall = !xfer->flags_int.control_stall;
2408 if (xfer->flags_int.usb_mode == USB_MODE_HOST) {
2452 if (xfer->flags_int.control_xfr) {
2453 if (xfer->flags_int.control_hdr) {
2455 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE)
2477 if (xfer->flags_int.usb_mode == USB_MODE_HOST) {
2481 if (xfer->flags_int.control_xfr)
2486 if (xfer->flags_int.control_xfr)
2494 if (xfer->flags_int
[all...]
/freebsd-9.3-release/sys/mips/cavium/usb/
H A Doctusb.c726 if (xfer->flags_int.short_frames_ok) {
769 if (xfer->flags_int.control_xfr) {
771 if (xfer->flags_int.control_hdr)
789 if (xfer->flags_int.control_xfr &&
790 !xfer->flags_int.control_act)
1014 temp.setup_alt_next = xfer->flags_int.short_frames_ok;
1019 if (xfer->flags_int.control_xfr) {
1021 if (xfer->flags_int.control_hdr) {
1034 if (xfer->flags_int.control_act)
1046 if (xfer->flags_int
[all...]

Completed in 212 milliseconds