Searched refs:besl (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/dwc2/ |
D | params.c | 131 p->besl = false; in dwc2_set_amlogic_g12a_params() 305 p->besl = true; in dwc2_set_param_lpm() 310 p->besl = false; in dwc2_set_param_lpm() 636 CHECK_BOOL(besl, hsotg->params.lpm); in dwc2_check_params() 637 CHECK_BOOL(besl, (hsotg->hw_params.snpsid >= DWC2_CORE_REV_3_00a)); in dwc2_check_params() 639 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
|
D | core.h | 479 bool besl; member
|
D | debugfs.c | 701 print_param(seq, p, besl); in params_show()
|
D | gadget.c | 5096 val |= hsotg->params.besl ? GLPMCFG_ENBESL : 0; in dwc2_gadget_init_lpm()
|
/drivers/usb/core/ |
D | sysfs.c | 575 return sprintf(buf, "%d\n", udev->l1_params.besl); in usb2_lpm_besl_show() 583 u8 besl; in usb2_lpm_besl_store() local 585 if (kstrtou8(buf, 0, &besl) || besl > 15) in usb2_lpm_besl_store() 588 udev->l1_params.besl = besl; in usb2_lpm_besl_store()
|
/drivers/usb/gadget/ |
D | composite.c | 615 unsigned int besl = 0; in bos_desc() local 639 besl = USB_BESL_BASELINE_VALID | in bos_desc() 643 besl |= USB_BESL_DEEP_VALID | in bos_desc() 657 USB_BESL_SUPPORT | besl); in bos_desc()
|
/drivers/usb/host/ |
D | xhci.c | 4326 int u2del, besl, besl_host; in xhci_calculate_hird_besl() local 4350 besl = besl_host + besl_device; in xhci_calculate_hird_besl() 4351 if (besl > 15) in xhci_calculate_hird_besl() 4352 besl = 15; in xhci_calculate_hird_besl() 4354 return besl; in xhci_calculate_hird_besl() 4425 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm() 4521 udev->l1_params.besl = XHCI_DEFAULT_BESL; in xhci_update_device()
|