Searched refs:alt_next (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.2-release/sys/mips/cavium/usb/
H A Doctusb.h54 uint8_t alt_next:1; member in struct:octusb_td
H A Doctusb.c674 if (td->alt_next == 0)
730 if (td->alt_next) {
995 td->alt_next = temp->setup_alt_next;
/freebsd-10.2-release/sys/dev/usb/controller/
H A Dat91dci.h151 uint8_t alt_next:1; member in struct:at91dci_td
H A Ddwc_otg.h86 uint8_t alt_next:1; member in struct:dwc_otg_td
H A Datmegadci.h204 uint8_t alt_next:1; member in struct:atmegadci_td
H A Davr32dci.h171 uint8_t alt_next:1; member in struct:avr32dci_td
H A Dohci.h136 struct ohci_td *alt_next; member in struct:ohci_td
H A Duhci.c82 #define alt_next next macro
1084 td_alt_next = td->alt_next;
1141 td = td->alt_next;
1150 if (td->alt_next != td_alt_next) {
1263 td = td->alt_next;
1266 td_alt_next = td->alt_next;
1288 if (td->alt_next != td_alt_next) {
1381 if (td->alt_next) {
1628 td->alt_next = td_alt_next;
H A Duss820dci.h279 uint8_t alt_next:1; member in struct:uss820dci_td
H A Datmegadci.c596 if (!td->alt_next) {
778 td->alt_next = temp->setup_alt_next;
1015 if (td->alt_next) {
H A Davr32dci.c582 if (!td->alt_next) {
745 td->alt_next = temp->setup_alt_next;
984 if (td->alt_next) {
H A Dehci.h208 struct ehci_qtd *alt_next; member in struct:ehci_qtd
H A Dmusb_otg.h323 uint8_t alt_next:1; member in struct:musbotg_td
H A Dohci.c812 td_alt_next = td->alt_next;
867 td = td->alt_next;
876 if (td->alt_next != td_alt_next) {
984 td = td->alt_next;
1366 td->alt_next = td_alt_next;
H A Dxhci.c706 td_alt_next = td->alt_next;
754 td = td->alt_next;
763 if (td->alt_next != td_alt_next) {
848 td = td->alt_next;
1007 if (td->alt_next == NULL) {
1018 xfer->td_transfer_cache = td->alt_next;
1957 td->alt_next = td_alt_next;
H A Dat91dci.c673 if (!td->alt_next) {
897 td->alt_next = temp->setup_alt_next;
1160 if (td->alt_next) {
H A Duss820dci.c696 if (!td->alt_next) {
850 td->alt_next = temp->setup_alt_next;
1125 if (td->alt_next) {
H A Dxhci.h347 struct xhci_td *alt_next; member in struct:xhci_td
H A Dehci.c1125 td_alt_next = td->alt_next;
1167 td = td->alt_next;
1176 if (td->alt_next != td_alt_next) {
1399 if (td->alt_next) {
1400 td = td->alt_next;
1742 td->alt_next = td_alt_next;
H A Ddwc_otg.c2254 if (!td->alt_next)
3007 td->alt_next = temp->setup_alt_next;
3454 if (td->alt_next) {
H A Dmusb_otg.c2143 if (!td->alt_next) {
2375 td->alt_next = temp->setup_alt_next;
2731 if (td->alt_next) {

Completed in 376 milliseconds