dwc2_hsotg_tx_fifo_total_depth 1393 drivers/usb/dwc2/core.h int dwc2_hsotg_tx_fifo_total_depth(struct dwc2_hsotg *hsotg); dwc2_hsotg_tx_fifo_total_depth 282 drivers/usb/dwc2/gadget.c tx_fifo_depth = dwc2_hsotg_tx_fifo_total_depth(hsotg); dwc2_hsotg_tx_fifo_total_depth 580 drivers/usb/dwc2/params.c if (total > dwc2_hsotg_tx_fifo_total_depth(hsotg) || !total) {