Searched defs:sed (Results 1 – 2 of 2) sorted by relevance
609 ohci_dump_ed(ohci_ed_t *sed) in ohci_dump_ed()655 #define OHCI_APPEND_QH(sed,last) (last) = _ohci_append_qh(sed,last) argument657 _ohci_append_qh(ohci_ed_t *sed, ohci_ed_t *last) in _ohci_append_qh()688 #define OHCI_REMOVE_QH(sed,last) (last) = _ohci_remove_qh(sed,last) argument690 _ohci_remove_qh(ohci_ed_t *sed, ohci_ed_t *last) in _ohci_remove_qh()
1742 union uaudio_sed sed = { NULL }; in uaudio_chan_fill_info_sub() local