Searched refs:besl (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
D | params.c | 131 p->besl = false; in dwc2_set_amlogic_g12a_params() 339 p->besl = true; in dwc2_set_param_lpm() 344 p->besl = false; in dwc2_set_param_lpm() 670 CHECK_BOOL(besl, hsotg->params.lpm); in dwc2_check_params() 671 CHECK_BOOL(besl, (hsotg->hw_params.snpsid >= DWC2_CORE_REV_3_00a)); in dwc2_check_params() 673 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
|
D | core.h | 485 bool besl; member
|
D | debugfs.c | 702 print_param(seq, p, besl); in params_show()
|
D | gadget.c | 5205 val |= hsotg->params.besl ? GLPMCFG_ENBESL : 0; in dwc2_gadget_init_lpm()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 277 If the device does not have a preferred besl value then the host can select 278 one instead. This usb2_lpm_besl attribute allows to tune the host selected besl 282 More information on how besl values map to microseconds can be found in
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
D | composite.c | 667 unsigned int besl = 0; in bos_desc() local 691 besl = USB_BESL_BASELINE_VALID | in bos_desc() 695 besl |= USB_BESL_DEEP_VALID | in bos_desc() 709 USB_BESL_SUPPORT | besl); in bos_desc()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci.c | 4398 int u2del, besl, besl_host; in xhci_calculate_hird_besl() local 4422 besl = besl_host + besl_device; in xhci_calculate_hird_besl() 4423 if (besl > 15) in xhci_calculate_hird_besl() 4424 besl = 15; in xhci_calculate_hird_besl() 4426 return besl; in xhci_calculate_hird_besl() 4500 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm() 4599 udev->l1_params.besl = XHCI_DEFAULT_BESL; in xhci_update_device()
|
/kernel/linux/linux-5.10/include/linux/ |
D | usb.h | 506 unsigned int besl; member
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 55696 - USB_BESL_SUPPORT | besl);
|