Searched refs:usb_dc_get_ep_state (Results 1 – 2 of 2) sorted by relevance
319 static struct smartbond_ep_state *usb_dc_get_ep_state(uint8_t ep) in usb_dc_get_ep_state() function1169 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_disable()1195 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_mps()1301 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_set_callback()1364 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_clear_stall()1395 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_enable()1437 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep_cfg->ep_addr); in usb_dc_ep_configure()1493 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_write()1535 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_set_stall()1576 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_is_stalled()[all …]
234 static struct smartbond_ep_state *usb_dc_get_ep_state(struct usb_smartbond_data *data, uint8_t ep) in usb_dc_get_ep_state() function708 ep_state = usb_dc_get_ep_state(data, ep); in udc_smartbond_ep_disable()