Searched refs:besl (Results 1 – 5 of 5) 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()
472 bool besl; member
708 print_param(seq, p, besl); in params_show()
532 unsigned int besl; member