Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c1692 u8 hird_threshold; in dwc3_get_properties() local
1713 hird_threshold = 12; in dwc3_get_properties()
1743 &hird_threshold); in dwc3_get_properties()
1839 dwc->hird_threshold = hird_threshold; in dwc3_get_properties()
H A Dcore.h1322 u8 hird_threshold; member
H A Dgadget.c3093 clamp_t(u8, dwc->hird_threshold, 2, 15); in dwc3_gadget_config_params()
4227 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold | in dwc3_gadget_conndone_interrupt()
/linux/drivers/usb/dwc2/
H A Dparams.c491 p->hird_threshold = 4; in dwc2_set_param_lpm()
844 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
H A Ddebugfs.c710 print_param(seq, p, hird_threshold); in params_show()