Searched refs:hird_threshold (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/dwc3/
H A Dplatform_data.h30 u8 hird_threshold; member in struct:dwc3_platform_data
H A Dcore.c816 u8 hird_threshold; dwc3_probe() local
879 hird_threshold = 12; dwc3_probe()
891 &hird_threshold); dwc3_probe()
936 if (pdata->hird_threshold) dwc3_probe()
937 hird_threshold = pdata->hird_threshold; dwc3_probe()
970 dwc->hird_threshold = hird_threshold dwc3_probe()
H A Dcore.h695 * @hird_threshold: HIRD threshold
841 u8 hird_threshold; member in struct:dwc3
H A Dgadget.c2387 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold); dwc3_gadget_conndone_interrupt()

Completed in 98 milliseconds