mel 204 drivers/usb/core/hub.c total_mel = hub_lpm_params->mel + mel 222 drivers/usb/core/hub.c udev_lpm_params->mel = total_mel; mel 4637 drivers/usb/host/xhci.c if (xhci_service_interval_to_ns(desc) <= udev->u1_params.mel) { mel 4701 drivers/usb/host/xhci.c if (xhci_service_interval_to_ns(desc) <= udev->u2_params.mel) { mel 4913 drivers/usb/host/xhci.c u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); mel 4916 drivers/usb/host/xhci.c u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); mel 4937 drivers/usb/host/xhci.c int mel; mel 4950 drivers/usb/host/xhci.c mel = calculate_max_exit_latency(udev, state, hub_encoded_timeout); mel 4951 drivers/usb/host/xhci.c if (mel < 0) { mel 4954 drivers/usb/host/xhci.c mel = 0; mel 4957 drivers/usb/host/xhci.c ret = xhci_change_max_exit_latency(xhci, udev, mel); mel 4967 drivers/usb/host/xhci.c u16 mel; mel 4974 drivers/usb/host/xhci.c mel = calculate_max_exit_latency(udev, state, USB3_LPM_DISABLED); mel 4975 drivers/usb/host/xhci.c return xhci_change_max_exit_latency(xhci, udev, mel); mel 529 include/linux/usb.h unsigned int mel;