Home
last modified time | relevance | path

Searched refs:besl (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dparams.c131 p->besl = false; in dwc2_set_rk_params()
173 p->besl = false; in dwc2_set_amlogic_g12a_params()
192 p->besl = false; in dwc2_set_amlogic_a1_params()
265 p->besl = false; in dwc2_set_stm32mp15_hsotg_params()
446 p->besl = true; in dwc2_set_param_lpm()
451 p->besl = false; in dwc2_set_param_lpm()
776 CHECK_BOOL(besl, hsotg->params.lpm); in dwc2_check_params()
777 CHECK_BOOL(besl, (hsotg->hw_params.snpsid >= DWC2_CORE_REV_3_00a)); in dwc2_check_params()
779 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
H A Dcore.h370 * @besl: Enable LPM Errata support.
465 bool besl; member
H A Ddebugfs.c706 print_param(seq, p, besl); in params_show()
H A Dgadget.c5269 val |= hsotg->params.besl ? GLPMCFG_ENBESL : 0; in dwc2_gadget_init_lpm()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dparams.c131 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()
H A Dcore.h391 * @besl: Enable LPM Errata support.
485 bool besl; member
H A Ddebugfs.c702 print_param(seq, p, besl); in params_show()
H A Dgadget.c5205 val |= hsotg->params.besl ? GLPMCFG_ENBESL : 0; in dwc2_gadget_init_lpm()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dsysfs.c552 return sprintf(buf, "%d\n", udev->l1_params.besl); in usb2_lpm_besl_show()
560 u8 besl; in usb2_lpm_besl_store() local
562 if (kstrtou8(buf, 0, &besl) || besl > 15) in usb2_lpm_besl_store()
565 udev->l1_params.besl = besl; in usb2_lpm_besl_store()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dsysfs.c553 return sysfs_emit(buf, "%d\n", udev->l1_params.besl); in usb2_lpm_besl_show()
561 u8 besl; in usb2_lpm_besl_store() local
563 if (kstrtou8(buf, 0, &besl) || besl > 15) in usb2_lpm_besl_store()
566 udev->l1_params.besl = besl; in usb2_lpm_besl_store()
/kernel/linux/linux-5.10/drivers/usb/gadget/
H A Dcomposite.c667 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-6.6/drivers/usb/gadget/
H A Dcomposite.c730 unsigned int besl = 0; in bos_desc() local
754 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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.c4406 int u2del, besl, besl_host; in xhci_calculate_hird_besl() local
4430 besl = besl_host + besl_device; in xhci_calculate_hird_besl()
4431 if (besl > 15) in xhci_calculate_hird_besl()
4432 besl = 15; in xhci_calculate_hird_besl()
4434 return besl; in xhci_calculate_hird_besl()
4508 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4607 udev->l1_params.besl = XHCI_DEFAULT_BESL; in xhci_update_device()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.c4303 int u2del, besl, besl_host; in xhci_calculate_hird_besl() local
4327 besl = besl_host + besl_device; in xhci_calculate_hird_besl()
4328 if (besl > 15) in xhci_calculate_hird_besl()
4329 besl = 15; in xhci_calculate_hird_besl()
4331 return besl; in xhci_calculate_hird_besl()
4405 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4492 udev->l1_params.besl = XHCI_DEFAULT_BESL; in xhci_update_device()
/kernel/linux/linux-5.10/include/linux/
H A Dusb.h505 unsigned int besl; member
/kernel/linux/linux-6.6/include/linux/
H A Dusb.h527 unsigned int besl; member

Completed in 49 milliseconds