Searched refs:usbd_event (Results 1 – 1 of 1) sorted by relevance
164 struct usbd_event { struct181 #define FIFO_ELEM_SZ sizeof(struct usbd_event) argument390 static inline void usbd_evt_free(struct usbd_event *ev) in usbd_evt_free()400 static inline void usbd_evt_put(struct usbd_event *ev) in usbd_evt_put()408 static inline struct usbd_event *usbd_evt_get(void) in usbd_evt_get()418 struct usbd_event *ev; in usbd_evt_flush()435 static inline struct usbd_event *usbd_evt_alloc(void) in usbd_evt_alloc()437 struct usbd_event *ev; in usbd_evt_alloc()458 ev = (struct usbd_event *)block.data; in usbd_evt_alloc()467 ev = (struct usbd_event *)block.data; in usbd_evt_alloc()[all …]