HelenOS sources

ed_t               58 uspace/drv/bus/usb/ohci/endpoint_list.c 	instance->list_head = malloc32(sizeof(ed_t));
ed_t              103 uspace/drv/bus/usb/ohci/endpoint_list.c 	ed_t *last_ed = NULL;
ed_t              157 uspace/drv/bus/usb/ohci/endpoint_list.c 	ed_t *prev_ed;
ed_t               51 uspace/drv/bus/usb/ohci/endpoint_list.h 	ed_t *list_head;
ed_t               65 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c void ed_init(ed_t *instance, const endpoint_t *ep, const td_t *td)
ed_t              112 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h void ed_init(ed_t *instance, const endpoint_t *ep, const td_t *td);
ed_t              119 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline bool ed_inactive(const ed_t *instance)
ed_t              126 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline void ed_clear_halt(ed_t *instance)
ed_t              137 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline bool ed_transfer_pending(const ed_t *instance)
ed_t              149 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline void ed_set_tail_td(ed_t *instance, const td_t *td)
ed_t              156 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline uint32_t ed_tail_td(const ed_t *instance)
ed_t              162 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline uint32_t ed_head_td(const ed_t *instance)
ed_t              172 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline void ed_set_head_td(ed_t *instance, const td_t *td)
ed_t              184 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline void ed_append_ed(ed_t *instance, const ed_t *next)
ed_t              193 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline uint32_t ed_next(const ed_t *instance)
ed_t              204 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline int ed_toggle_get(const ed_t *instance)
ed_t              215 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h static inline void ed_toggle_set(ed_t *instance, bool toggle)
ed_t               86 uspace/drv/bus/usb/ohci/ohci_bus.c 	    sizeof(ed_t) + 2 * sizeof(td_t));
ed_t               58 uspace/drv/bus/usb/ohci/ohci_bus.h 	ed_t *ed;
HelenOS homepage, sources at GitHub