Searched refs:besl (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/usb/dwc2/ |
A D | params.c | 118 p->besl = false; in dwc2_set_rk_params() 160 p->besl = false; in dwc2_set_amlogic_g12a_params() 233 p->besl = false; in dwc2_set_stm32mp15_hsotg_params() 395 p->besl = true; in dwc2_set_param_lpm() 400 p->besl = false; in dwc2_set_param_lpm() 726 CHECK_BOOL(besl, hsotg->params.lpm); in dwc2_check_params() 727 CHECK_BOOL(besl, (hsotg->hw_params.snpsid >= DWC2_CORE_REV_3_00a)); in dwc2_check_params() 729 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
|
A D | core.h | 465 bool besl; member
|
A D | debugfs.c | 706 print_param(seq, p, besl); in params_show()
|
A D | gadget.c | 5272 val |= hsotg->params.besl ? GLPMCFG_ENBESL : 0; in dwc2_gadget_init_lpm()
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | sysfs.c | 556 return sysfs_emit(buf, "%d\n", udev->l1_params.besl); in usb2_lpm_besl_show() 564 u8 besl; in usb2_lpm_besl_store() local 566 if (kstrtou8(buf, 0, &besl) || besl > 15) in usb2_lpm_besl_store() 569 udev->l1_params.besl = besl; in usb2_lpm_besl_store()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-usb | 297 If the device does not have a preferred besl value then the host can select 298 one instead. This usb2_lpm_besl attribute allows to tune the host selected besl 302 More information on how besl values map to microseconds can be found in
|
/linux-6.3-rc2/drivers/usb/gadget/ |
A D | composite.c | 683 unsigned int besl = 0; in bos_desc() local 707 besl = USB_BESL_BASELINE_VALID | in bos_desc() 711 besl |= USB_BESL_DEEP_VALID | in bos_desc() 726 USB_BESL_SUPPORT | besl); in bos_desc()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | xhci.c | 4491 int u2del, besl, besl_host; in xhci_calculate_hird_besl() local 4515 besl = besl_host + besl_device; in xhci_calculate_hird_besl() 4516 if (besl > 15) in xhci_calculate_hird_besl() 4517 besl = 15; in xhci_calculate_hird_besl() 4519 return besl; in xhci_calculate_hird_besl() 4593 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm() 4680 udev->l1_params.besl = XHCI_DEFAULT_BESL; in xhci_update_device()
|
/linux-6.3-rc2/include/linux/ |
A D | usb.h | 512 unsigned int besl; member
|
Completed in 38 milliseconds