Searched refs:mel (Results 1 – 4 of 4) sorted by relevance
4669 if (xhci_service_interval_to_ns(desc) <= udev->u1_params.mel) { in xhci_calculate_u1_timeout()4733 if (xhci_service_interval_to_ns(desc) <= udev->u2_params.mel) { in xhci_calculate_u2_timeout()4931 u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); in calculate_max_exit_latency()4934 u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); in calculate_max_exit_latency()4954 int mel; in xhci_enable_usb3_lpm_timeout() local4978 if (mel < 0) { in xhci_enable_usb3_lpm_timeout()4981 mel = 0; in xhci_enable_usb3_lpm_timeout()4984 ret = xhci_change_max_exit_latency(xhci, udev, mel); in xhci_enable_usb3_lpm_timeout()4994 u16 mel; in xhci_disable_usb3_lpm_timeout() local5001 mel = calculate_max_exit_latency(udev, state, USB3_LPM_DISABLED); in xhci_disable_usb3_lpm_timeout()[all …]
82 Contact: Mel Gorman <mel@csn.ul.ie>
551 unsigned int mel; member
226 total_mel = hub_lpm_params->mel + in usb_set_lpm_mel()250 udev_lpm_params->mel = total_mel; in usb_set_lpm_mel()
Completed in 25 milliseconds