Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc3/
Dplatform_data.h30 u8 hird_threshold; member
Dcore.c816 u8 hird_threshold; in dwc3_probe() local
879 hird_threshold = 12; in dwc3_probe()
891 &hird_threshold); in dwc3_probe()
936 if (pdata->hird_threshold) in dwc3_probe()
937 hird_threshold = pdata->hird_threshold; in dwc3_probe()
970 dwc->hird_threshold = hird_threshold in dwc3_probe()
Dcore.h841 u8 hird_threshold; member
Dgadget.c2387 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold); in dwc3_gadget_conndone_interrupt()