Lines Matching refs:endpoint_ctx
332 static struct nrf_usbd_ep_ctx *endpoint_ctx(const uint8_t ep) in endpoint_ctx() function
365 return endpoint_ctx(NRF_USBD_EPIN(ep)); in in_endpoint_ctx()
370 return endpoint_ctx(NRF_USBD_EPOUT(ep)); in out_endpoint_ctx()
850 endpoint_ctx(p_event->data.eptransfer.ep); in usbd_event_transfer_ctrl()
955 endpoint_ctx(p_event->data.eptransfer.ep); in usbd_event_transfer_data()
1088 ep_ctx = endpoint_ctx(p_event->data.eptransfer.ep); in usbd_event_handler()
1118 endpoint_ctx(NRF_USBD_EPOUT(0)); in usbd_event_handler()
1182 ep_ctx = endpoint_ctx(NRF_USBD_COMMON_EPOUT8); in usbd_sof_trigger_iso_read()
1429 ep_ctx = endpoint_ctx(ep_cfg->ep_addr); in usb_dc_ep_configure()
1459 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_set_stall()
1494 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_clear_stall()
1524 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_is_stalled()
1546 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_enable()
1581 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_disable()
1611 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_flush()
1640 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_write()
1733 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_read_wait()
1780 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_read_continue()
1842 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_set_callback()
1865 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_mps()