Searched defs:sed (Results 1 – 2 of 2) sorted by relevance
603 ohci_dump_ed(ohci_ed_t *sed) in ohci_dump_ed()649 #define OHCI_APPEND_QH(sed,last) (last) = _ohci_append_qh(sed,last) argument651 _ohci_append_qh(ohci_ed_t *sed, ohci_ed_t *last) in _ohci_append_qh()682 #define OHCI_REMOVE_QH(sed,last) (last) = _ohci_remove_qh(sed,last) argument684 _ohci_remove_qh(ohci_ed_t *sed, ohci_ed_t *last) in _ohci_remove_qh()
1551 union uaudio_sed sed = { NULL }; in uaudio_chan_fill_info_sub() local