Searched refs:got_short (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/usb/controller/
H A Ddwc_otg.h91 uint8_t got_short:1; member in struct:dwc_otg_td
H A Dmusb_otg.c611 uint8_t got_short; local
629 got_short = 0;
658 got_short = 1;
733 if ((td->remainder == 0) || got_short) {
872 uint8_t got_short; local
894 got_short = 0;
948 got_short = 1;
1028 if ((td->remainder == 0) || got_short) {
1418 uint8_t got_short; local
1421 got_short
1697 uint8_t got_short; local
[all...]
H A Datmegadci.c337 uint8_t got_short; local
340 got_short = 0;
389 got_short = 1;
426 if ((td->remainder == 0) || got_short) {
H A Davr32dci.c356 uint8_t got_short; local
359 got_short = 0;
399 got_short = 1;
433 if ((td->remainder == 0) || got_short) {
H A Dat91dci.c396 uint8_t got_short; local
399 got_short = 0;
445 got_short = 1;
499 if ((td->remainder == 0) || got_short) {
H A Duss820dci.c393 uint8_t got_short; local
396 got_short = 0;
466 got_short = 1;
504 if ((td->remainder == 0) || got_short) {
H A Ddwc_otg.c1308 td->got_short = 1;
1317 td->got_short = 1;
1485 if ((td->remainder == 0) || (td->got_short != 0)) {
1674 uint8_t got_short; local
1676 got_short = 0;
1720 got_short = 1;
1766 if ((td->remainder == 0) || got_short) {
3130 td->got_short = 0;
/freebsd-10-stable/sys/mips/cavium/usb/
H A Doctusb.c537 uint8_t got_short; local
547 got_short = 0;
561 got_short = 1;
581 if ((td->remainder == 0) || got_short) {

Completed in 184 milliseconds