Searched refs:besl (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | params.c | 133 p->besl = false; in dwc2_set_amlogic_g12a_params() 201 p->besl = false; in dwc2_set_stm32mp15_hsotg_params() 349 p->besl = true; in dwc2_set_param_lpm() 354 p->besl = false; in dwc2_set_param_lpm() 680 CHECK_BOOL(besl, hsotg->params.lpm); in dwc2_check_params() 681 CHECK_BOOL(besl, (hsotg->hw_params.snpsid >= DWC2_CORE_REV_3_00a)); in dwc2_check_params() 683 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
|
| H A D | core.h | 485 bool besl; member
|
| H A D | debugfs.c | 702 print_param(seq, p, besl); in params_show()
|
| H A D | gadget.c | 5253 val |= hsotg->params.besl ? GLPMCFG_ENBESL : 0; in dwc2_gadget_init_lpm()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | composite.c | 681 unsigned int besl = 0; in bos_desc() local 705 besl = USB_BESL_BASELINE_VALID | in bos_desc() 709 besl |= USB_BESL_DEEP_VALID | in bos_desc() 723 USB_BESL_SUPPORT | besl); in bos_desc()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.c | 4387 int u2del, besl, besl_host; in xhci_calculate_hird_besl() local 4411 besl = besl_host + besl_device; in xhci_calculate_hird_besl() 4412 if (besl > 15) in xhci_calculate_hird_besl() 4413 besl = 15; in xhci_calculate_hird_besl() 4415 return besl; in xhci_calculate_hird_besl() 4489 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm() 4588 udev->l1_params.besl = XHCI_DEFAULT_BESL; in xhci_update_device()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | usb.h | 522 unsigned int besl; member
|