Home
last modified time | relevance | path

Searched refs:usbd_event (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c164 struct usbd_event { struct
181 #define FIFO_ELEM_SZ sizeof(struct usbd_event) argument
390 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 …]