Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1210 u8 hird_threshold; in dwc3_get_properties() local
1226 hird_threshold = 12; in dwc3_get_properties()
1246 &hird_threshold); in dwc3_get_properties()
1304 dwc->hird_threshold = hird_threshold in dwc3_get_properties()
Dcore.h1127 u8 hird_threshold; member
Dgadget.c2744 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold); in dwc3_gadget_conndone_interrupt()
/Linux-v4.19/drivers/usb/dwc2/
Dparams.c300 p->hird_threshold = 4; in dwc2_set_default_params()
594 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
Dcore.h464 u8 hird_threshold; member
Ddebugfs.c703 print_param(seq, p, hird_threshold); in params_show()
Dgadget.c4943 val |= hsotg->params.hird_threshold << GLPMCFG_HIRD_THRES_SHIFT; in dwc2_gadget_init_lpm()