Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c723 static void handle_epx_tx_ev(struct smartbond_ep_state *ep_state) in handle_epx_tx_ev() function
776 handle_epx_tx_ev(usb_dc_get_ep_in_state(1)); in handle_tx_ev()
779 handle_epx_tx_ev(usb_dc_get_ep_in_state(2)); in handle_tx_ev()
782 handle_epx_tx_ev(usb_dc_get_ep_in_state(3)); in handle_tx_ev()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c1025 static void handle_epx_tx_ev(struct usb_smartbond_data *data, struct smartbond_ep_state *ep_state) in handle_epx_tx_ev() function
1094 handle_epx_tx_ev(data, usb_dc_get_ep_in_state(data, 1)); in handle_tx_ev()
1097 handle_epx_tx_ev(data, usb_dc_get_ep_in_state(data, 2)); in handle_tx_ev()
1100 handle_epx_tx_ev(data, usb_dc_get_ep_in_state(data, 3)); in handle_tx_ev()