Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c327 static struct smartbond_ep_state *usb_dc_get_ep_out_state(uint8_t ep) in usb_dc_get_ep_out_state() function
549 struct smartbond_ep_state *ep0_out_state = usb_dc_get_ep_out_state(0); in handle_ep0_rx()
594 struct smartbond_ep_state *ep0_out_state = usb_dc_get_ep_out_state(0); in handle_ep0_tx()
614 ep0_out_state = usb_dc_get_ep_out_state(EP0_IDX); in handle_ep0_tx()
636 struct smartbond_ep_state *ep_state = usb_dc_get_ep_out_state(ep_idx); in handle_epx_rx_ev()
891 ep_state = usb_dc_get_ep_out_state(ep_num); in handle_alt_ev()
1207 struct smartbond_ep_state *ep_state = usb_dc_get_ep_out_state(ep); in usb_dc_ep_read_continue()
1229 struct smartbond_ep_state *ep_state = usb_dc_get_ep_out_state(ep); in usb_dc_ep_read_wait()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c244 static struct smartbond_ep_state *usb_dc_get_ep_out_state(struct usb_smartbond_data *data, in usb_dc_get_ep_out_state() function
583 struct smartbond_ep_state *ep_state = usb_dc_get_ep_out_state(data, USB_EP_GET_IDX(ep)); in udc_smartbond_ep_rx()
918 struct smartbond_ep_state *ep_state = usb_dc_get_ep_out_state(data, ep_idx); in handle_epx_rx_ev()
1249 ep_state = usb_dc_get_ep_out_state(data, ep_idx); in handle_alt_ev()