Lines Matching refs:std
864 #define EHCI_APPEND_FS_TD(std, last) (last) = _ehci_append_fs_td(std, last)
880 * the last->next->prev is never followed: std->next->prev = std;
890 #define EHCI_APPEND_HS_TD(std, last) (last) = _ehci_append_hs_td(std, last)
906 * the last->next->prev is never followed: std->next->prev = std;
948 #define EHCI_REMOVE_FS_TD(std, last) (last) = _ehci_remove_fs_td(std, last)
968 #define EHCI_REMOVE_HS_TD(std, last) (last) = _ehci_remove_hs_td(std, last)