Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c319 static struct smartbond_ep_state *usb_dc_get_ep_state(uint8_t ep) in usb_dc_get_ep_state() function
1169 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 …]
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c234 static struct smartbond_ep_state *usb_dc_get_ep_state(struct usb_smartbond_data *data, uint8_t ep) in usb_dc_get_ep_state() function
708 ep_state = usb_dc_get_ep_state(data, ep); in udc_smartbond_ep_disable()