Searched refs:mel (Results 1 – 4 of 4) sorted by relevance
4721 if (xhci_service_interval_to_ns(desc) <= udev->u1_params.mel) { in xhci_calculate_u1_timeout()4785 if (xhci_service_interval_to_ns(desc) <= udev->u2_params.mel) { in xhci_calculate_u2_timeout()4996 u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); in calculate_max_exit_latency()4999 u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); in calculate_max_exit_latency()5020 int mel; in xhci_enable_usb3_lpm_timeout() local5034 if (mel < 0) { in xhci_enable_usb3_lpm_timeout()5037 mel = 0; in xhci_enable_usb3_lpm_timeout()5040 ret = xhci_change_max_exit_latency(xhci, udev, mel); in xhci_enable_usb3_lpm_timeout()5050 u16 mel; in xhci_disable_usb3_lpm_timeout() local5057 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>
523 unsigned int mel; member
206 total_mel = hub_lpm_params->mel + in usb_set_lpm_mel()230 udev_lpm_params->mel = total_mel; in usb_set_lpm_mel()
Completed in 71 milliseconds