Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h80 uint32_t high_bandwidth : 1; member
/Zephyr-latest/drivers/usb/udc/
Dudc_mcux_ip3511.c802 config->ep_cfg_out[i].caps.high_bandwidth = 1; in udc_mcux_driver_preinit()
826 config->ep_cfg_in[i].caps.high_bandwidth = 1; in udc_mcux_driver_preinit()
Dudc_mcux_ehci.c786 config->ep_cfg_out[i].caps.high_bandwidth = 1; in udc_mcux_driver_preinit()
807 config->ep_cfg_in[i].caps.high_bandwidth = 1; in udc_mcux_driver_preinit()
Dudc_common.c278 !cfg->caps.high_bandwidth)) { in ep_check_config()
285 !cfg->caps.high_bandwidth)) { in ep_check_config()
Dudc_dwc2.c2257 config->ep_cfg_out[n].caps.high_bandwidth = data->caps.hs; in dwc2_driver_preinit()
2293 config->ep_cfg_in[n].caps.high_bandwidth = data->caps.hs; in dwc2_driver_preinit()