Home
last modified time | relevance | path

Searched defs:ep_data (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/usb/udc/
Dudc_rpi_pico.c198 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in rpi_pico_prep_rx() local
230 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in rpi_pico_prep_tx() local
532 struct rpi_pico_ep_data *ep_data = get_ep_data(dev, ep); in rpi_pico_handle_buff_status_out() local
755 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in udc_rpi_pico_ep_enable() local
791 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in udc_rpi_pico_ep_disable() local
840 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in udc_rpi_pico_ep_clear_halt() local
/Zephyr-latest/subsys/usb/device/
Dusb_device.c1005 const struct usb_ep_cfg_data *ep_data; in is_ep_valid() local
1216 struct usb_ep_cfg_data *ep_data; in foreach_ep() local
1234 static int disable_interface_ep(const struct usb_ep_cfg_data *ep_data) in disable_interface_ep()
1558 struct usb_ep_cfg_data *ep_data; in composite_setup_ep_cb() local
Dusb_descriptor.c255 struct usb_ep_cfg_data *ep_data = cfg_data->endpoint; in usb_validate_ep_cfg_data() local
595 const struct usb_ep_cfg_data *ep_data = cfg->endpoint; in usb_get_dev_data_by_ep() local
/Zephyr-latest/drivers/usb/device/
Dusb_dc_sam_usbhs.c66 struct usb_device_ep_data ep_data[NUM_OF_EP_MAX]; member
Dusb_dc_sam_usbc.c99 struct usb_device_ep_data ep_data[NUM_OF_EP_MAX]; member
Dusb_dc_it82xx2.c160 struct it82xx2_endpoint_data ep_data[MAX_NUM_ENDPOINTS]; member