Home
last modified time | relevance | path

Searched refs:max_cfg_eps (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dgadget.c816 num_in_ep = dwc->max_cfg_eps; in dwc3_gadget_resize_tx_fifos()
2988 dwc->max_cfg_eps = 0; in dwc3_gadget_stop()
3103 if (ep_num <= dwc->max_cfg_eps) in dwc3_gadget_check_config()
3107 dwc->max_cfg_eps = ep_num; in dwc3_gadget_check_config()
3109 fifo_size = dwc3_gadget_calc_tx_fifo_size(dwc, dwc->max_cfg_eps); in dwc3_gadget_check_config()
3111 fifo_size += dwc->max_cfg_eps; in dwc3_gadget_check_config()
H A Dcore.h1130 * @max_cfg_eps: current max number of IN eps used across all USB configs.
1352 int max_cfg_eps; member

Completed in 10 milliseconds