Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_rpi_pico.c129 static struct rpi_pico_ep_data *get_ep_data(const struct device *dev, const uint8_t ep) in get_ep_data() function
198 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in rpi_pico_prep_rx()
230 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in rpi_pico_prep_tx()
489 get_ep_data(dev, USB_CONTROL_EP_IN)->next_pid = 1; in rpi_pico_handle_setup()
490 get_ep_data(dev, USB_CONTROL_EP_OUT)->next_pid = 1; in rpi_pico_handle_setup()
532 struct rpi_pico_ep_data *ep_data = get_ep_data(dev, ep); in rpi_pico_handle_buff_status_out()
755 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in udc_rpi_pico_ep_enable()
791 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in udc_rpi_pico_ep_disable()
840 struct rpi_pico_ep_data *const ep_data = get_ep_data(dev, cfg->addr); in udc_rpi_pico_ep_clear_halt()