Searched refs:besl (Results 1 – 7 of 7) sorted by relevance
555 return sysfs_emit(buf, "%d\n", udev->l1_params.besl); in usb2_lpm_besl_show()563 u8 besl; in usb2_lpm_besl_store() local565 if (kstrtou8(buf, 0, &besl) || besl > 15) in usb2_lpm_besl_store()568 udev->l1_params.besl = besl; in usb2_lpm_besl_store()
730 unsigned int besl = 0; in bos_desc() local754 besl = USB_BESL_BASELINE_VALID | in bos_desc()758 besl |= USB_BESL_DEEP_VALID | in bos_desc()773 USB_BESL_SUPPORT | besl); in bos_desc()
290 If the device does not have a preferred besl value then the host can select291 one instead. This usb2_lpm_besl attribute allows to tune the host selected besl295 More information on how besl values map to microseconds can be found in
4600 int u2del, besl, besl_host; in xhci_calculate_hird_besl() local4624 besl = besl_host + besl_device; in xhci_calculate_hird_besl()4625 if (besl > 15) in xhci_calculate_hird_besl()4626 besl = 15; in xhci_calculate_hird_besl()4628 return besl; in xhci_calculate_hird_besl()4701 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()4781 udev->l1_params.besl = XHCI_DEFAULT_BESL; in xhci_update_device()
708 print_param(seq, p, besl); in params_show()
5294 val |= hsotg->params.besl ? GLPMCFG_ENBESL : 0; in dwc2_gadget_init_lpm()
532 unsigned int besl; member