Symbol: ohci_soft_ed
sys/dev/usb/ohci.c
1447
struct ohci_soft_ed *sed = opipe->sed;
sys/dev/usb/ohci.c
155
void ohci_close_pipe(struct usbd_pipe *, struct ohci_soft_ed *);
sys/dev/usb/ohci.c
1557
struct ohci_soft_ed *sed;
sys/dev/usb/ohci.c
164
void ohci_dump_ed(struct ohci_soft_ed *);
sys/dev/usb/ohci.c
1672
ohci_add_ed(struct ohci_soft_ed *sed, struct ohci_soft_ed *head)
sys/dev/usb/ohci.c
1687
ohci_rem_ed(struct ohci_soft_ed *sed, struct ohci_soft_ed *head)
sys/dev/usb/ohci.c
1689
struct ohci_soft_ed *p;
sys/dev/usb/ohci.c
1864
ohci_dump_ed(struct ohci_soft_ed *sed)
sys/dev/usb/ohci.c
1893
struct ohci_soft_ed *sed = NULL;
sys/dev/usb/ohci.c
2036
ohci_close_pipe(struct usbd_pipe *pipe, struct ohci_soft_ed *head)
sys/dev/usb/ohci.c
2040
struct ohci_soft_ed *sed = opipe->sed;
sys/dev/usb/ohci.c
208
struct ohci_soft_ed *sed;
sys/dev/usb/ohci.c
2090
struct ohci_soft_ed *sed = opipe->sed;
sys/dev/usb/ohci.c
2729
struct ohci_soft_ed *sed;
sys/dev/usb/ohci.c
2858
struct ohci_soft_ed *sed = opipe->sed;
sys/dev/usb/ohci.c
2952
struct ohci_soft_ed *p, *sed = opipe->sed;
sys/dev/usb/ohci.c
2986
struct ohci_soft_ed *hsed, *sed = opipe->sed;
sys/dev/usb/ohci.c
3075
struct ohci_soft_ed *sed = opipe->sed;
sys/dev/usb/ohci.c
3217
struct ohci_soft_ed *sed;
sys/dev/usb/ohci.c
385
struct ohci_soft_ed *
sys/dev/usb/ohci.c
388
struct ohci_soft_ed *sed = NULL;
sys/dev/usb/ohci.c
420
ohci_free_sed(struct ohci_softc *sc, struct ohci_soft_ed *sed)
sys/dev/usb/ohci.c
710
struct ohci_soft_ed *sed, *psed;
sys/dev/usb/ohci.c
72
struct ohci_soft_ed *ohci_alloc_sed(struct ohci_softc *);
sys/dev/usb/ohci.c
73
void ohci_free_sed(struct ohci_softc *, struct ohci_soft_ed *);
sys/dev/usb/ohci.c
97
void ohci_add_ed(struct ohci_soft_ed *, struct ohci_soft_ed *);
sys/dev/usb/ohci.c
98
void ohci_rem_ed(struct ohci_soft_ed *, struct ohci_soft_ed *);
sys/dev/usb/ohcivar.h
104
struct ohci_soft_ed *sc_freeeds;
sys/dev/usb/ohcivar.h
37
struct ohci_soft_ed *next;
sys/dev/usb/ohcivar.h
40
#define OHCI_SED_SIZE ((sizeof (struct ohci_soft_ed) + OHCI_ED_ALIGN - 1) / OHCI_ED_ALIGN * OHCI_ED_ALIGN)
sys/dev/usb/ohcivar.h
88
struct ohci_soft_ed *sc_eds[OHCI_NO_EDS];
sys/dev/usb/ohcivar.h
92
struct ohci_soft_ed *sc_isoc_head;
sys/dev/usb/ohcivar.h
93
struct ohci_soft_ed *sc_ctrl_head;
sys/dev/usb/ohcivar.h
94
struct ohci_soft_ed *sc_bulk_head;