Home
last modified time | relevance | path

Searched refs:dwc2_hsotg_tx_fifo_total_depth (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.h1416 int dwc2_hsotg_tx_fifo_total_depth(struct dwc2_hsotg *hsotg);
1451 static inline int dwc2_hsotg_tx_fifo_total_depth(struct dwc2_hsotg *hsotg) in dwc2_hsotg_tx_fifo_total_depth() function
H A Dparams.c614 if (total > dwc2_hsotg_tx_fifo_total_depth(hsotg) || !total) { in dwc2_check_param_tx_fifo_sizes()
H A Dgadget.c238 * dwc2_hsotg_tx_fifo_total_depth - return total FIFO depth available for
243 int dwc2_hsotg_tx_fifo_total_depth(struct dwc2_hsotg *hsotg) in dwc2_hsotg_tx_fifo_total_depth() function
295 tx_fifo_depth = dwc2_hsotg_tx_fifo_total_depth(hsotg); in dwc2_hsotg_tx_fifo_average_depth()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.h1412 int dwc2_hsotg_tx_fifo_total_depth(struct dwc2_hsotg *hsotg);
1457 static inline int dwc2_hsotg_tx_fifo_total_depth(struct dwc2_hsotg *hsotg) in dwc2_hsotg_tx_fifo_total_depth() function
H A Dparams.c720 if (total > dwc2_hsotg_tx_fifo_total_depth(hsotg) || !total) { in dwc2_check_param_tx_fifo_sizes()
H A Dgadget.c237 * dwc2_hsotg_tx_fifo_total_depth - return total FIFO depth available for
242 int dwc2_hsotg_tx_fifo_total_depth(struct dwc2_hsotg *hsotg) in dwc2_hsotg_tx_fifo_total_depth() function
294 tx_fifo_depth = dwc2_hsotg_tx_fifo_total_depth(hsotg); in dwc2_hsotg_tx_fifo_average_depth()

Completed in 21 milliseconds