Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c126 struct nrf_usbd_ep_ctx { struct
142 struct nrf_usbd_ep_ctx *ep; argument
251 struct nrf_usbd_ep_ctx ep_ctx[CFG_EP_CNT];
332 static struct nrf_usbd_ep_ctx *endpoint_ctx(const uint8_t ep) in endpoint_ctx()
363 static struct nrf_usbd_ep_ctx *in_endpoint_ctx(const uint8_t ep) in in_endpoint_ctx()
368 static struct nrf_usbd_ep_ctx *out_endpoint_ctx(const uint8_t ep) in out_endpoint_ctx()
556 struct nrf_usbd_ep_ctx *ep_ctx; in usbd_enable_endpoints()
603 static void ep_ctx_reset(struct nrf_usbd_ep_ctx *ep_ctx) in ep_ctx_reset()
629 struct nrf_usbd_ep_ctx *ep_ctx; in eps_ctx_init()
737 static inline void usbd_work_process_setup(struct nrf_usbd_ep_ctx *ep_ctx) in usbd_work_process_setup()
[all …]