Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dcore.c1277 u8 hird_threshold; in dwc3_get_properties() local
1293 hird_threshold = 12; in dwc3_get_properties()
1313 &hird_threshold); in dwc3_get_properties()
1386 dwc->hird_threshold = hird_threshold; in dwc3_get_properties()
H A Dgadget.c2475 clamp_t(u8, dwc->hird_threshold, 2, 15); in dwc3_gadget_config_params()
3506 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold | in dwc3_gadget_conndone_interrupt()
H A Dcore.h1003 * @hird_threshold: HIRD threshold
1210 u8 hird_threshold; member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dcore.c1452 u8 hird_threshold; in dwc3_get_properties() local
1475 hird_threshold = 12; in dwc3_get_properties()
1510 &hird_threshold); in dwc3_get_properties()
1606 dwc->hird_threshold = hird_threshold; in dwc3_get_properties()
H A Dcore.h1052 * @hird_threshold: HIRD threshold
1284 u8 hird_threshold; member
H A Dgadget.c3018 clamp_t(u8, dwc->hird_threshold, 2, 15); in dwc3_gadget_config_params()
4171 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold | in dwc3_gadget_conndone_interrupt()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dparams.c341 p->hird_threshold = 4; in dwc2_set_param_lpm()
673 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
H A Dcore.h397 * @hird_threshold: Value of BESL or HIRD Threshold.
488 u8 hird_threshold; member
H A Ddebugfs.c704 print_param(seq, p, hird_threshold); in params_show()
H A Dgadget.c5204 val |= hsotg->params.hird_threshold << GLPMCFG_HIRD_THRES_SHIFT; in dwc2_gadget_init_lpm()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dparams.c448 p->hird_threshold = 4; in dwc2_set_param_lpm()
779 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
H A Dcore.h376 * @hird_threshold: Value of BESL or HIRD Threshold.
468 u8 hird_threshold; member
H A Ddebugfs.c708 print_param(seq, p, hird_threshold); in params_show()
H A Dgadget.c5268 val |= hsotg->params.hird_threshold << GLPMCFG_HIRD_THRES_SHIFT; in dwc2_gadget_init_lpm()

Completed in 41 milliseconds