Searched refs:mel (Results 1 – 4 of 4) sorted by relevance
4853 if (xhci_service_interval_to_ns(desc) <= udev->u1_params.mel) { in xhci_calculate_u1_timeout() 4917 if (xhci_service_interval_to_ns(desc) <= udev->u2_params.mel) { in xhci_calculate_u2_timeout() 5115 u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); in calculate_max_exit_latency() 5118 u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); in calculate_max_exit_latency() 5138 int mel; in xhci_enable_usb3_lpm_timeout() local 5161 mel = calculate_max_exit_latency(udev, state, hub_encoded_timeout); in xhci_enable_usb3_lpm_timeout() 5162 if (mel < 0) { in xhci_enable_usb3_lpm_timeout() 5165 mel = 0; in xhci_enable_usb3_lpm_timeout() 5168 ret = xhci_change_max_exit_latency(xhci, udev, mel); in xhci_enable_usb3_lpm_timeout() 5178 u16 mel; in xhci_disable_usb3_lpm_timeout() local [all...]
82 Contact: Mel Gorman <mel@csn.ul.ie>
553 unsigned int mel; member
233 total_mel = hub_lpm_params->mel + in usb_set_lpm_mel() 257 udev_lpm_params->mel = total_mel; in usb_set_lpm_mel()