Home
last modified time | relevance | path

Searched refs:got_short (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/usb/controller/
Dmusb_otg.c606 uint8_t got_short; in musbotg_dev_ctrl_data_rx() local
624 got_short = 0; in musbotg_dev_ctrl_data_rx()
653 got_short = 1; in musbotg_dev_ctrl_data_rx()
728 if ((td->remainder == 0) || got_short) { in musbotg_dev_ctrl_data_rx()
867 uint8_t got_short; in musbotg_host_ctrl_data_rx() local
889 got_short = 0; in musbotg_host_ctrl_data_rx()
943 got_short = 1; in musbotg_host_ctrl_data_rx()
1023 if ((td->remainder == 0) || got_short) { in musbotg_host_ctrl_data_rx()
1413 uint8_t got_short; in musbotg_dev_data_rx() local
1416 got_short = 0; in musbotg_dev_data_rx()
[all …]
Datmegadci.c334 uint8_t got_short; in atmegadci_data_rx() local
337 got_short = 0; in atmegadci_data_rx()
386 got_short = 1; in atmegadci_data_rx()
423 if ((td->remainder == 0) || got_short) { in atmegadci_data_rx()
Davr32dci.c354 uint8_t got_short; in avr32dci_data_rx() local
357 got_short = 0; in avr32dci_data_rx()
397 got_short = 1; in avr32dci_data_rx()
431 if ((td->remainder == 0) || got_short) { in avr32dci_data_rx()
Duss820dci.c388 uint8_t got_short; in uss820dci_data_rx() local
391 got_short = 0; in uss820dci_data_rx()
461 got_short = 1; in uss820dci_data_rx()
499 if ((td->remainder == 0) || got_short) { in uss820dci_data_rx()
Dat91dci.c398 uint8_t got_short; in at91dci_data_rx() local
401 got_short = 0; in at91dci_data_rx()
449 got_short = 1; in at91dci_data_rx()
504 if ((td->remainder == 0) || got_short) { in at91dci_data_rx()
/freebsd-9-stable/sys/mips/cavium/usb/
Doctusb.c535 uint8_t got_short; in octusb_non_control_data_rx() local
545 got_short = 0; in octusb_non_control_data_rx()
559 got_short = 1; in octusb_non_control_data_rx()
579 if ((td->remainder == 0) || got_short) { in octusb_non_control_data_rx()