Searched refs:mel (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_ttyfax.h6 * Copyright 1999 by Ralf Spachmann (mel@melware.de)
H A Disdn_ttyfax.c6 * Copyright 1999 by Ralf Spachmann (mel@melware.de)
/linux-4.1.27/arch/score/
H A DMakefile15 cflags-y += -G0 -pipe -mel -mnhwloop -D__SCOREEL__ \
/linux-4.1.27/scripts/
H A Dgfp-translate3 # (c) 2009, Mel Gorman <mel@csn.ul.ie>
/linux-4.1.27/mm/
H A Dmm_init.c5 * Author Mel Gorman <mel@csn.ul.ie>
H A Dcompaction.c8 * Copyright IBM Corp. 2007-2010 Mel Gorman <mel@csn.ul.ie>
/linux-4.1.27/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl14 # Author: Mel Gorman <mel@csn.ul.ie>
H A Dtrace-vmscan-postprocess.pl12 # Author: Mel Gorman <mel@csn.ul.ie>
/linux-4.1.27/drivers/usb/host/
H A Dxhci.c4655 u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); calculate_max_exit_latency()
4658 u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); calculate_max_exit_latency()
4679 int mel; xhci_enable_usb3_lpm_timeout() local
4692 mel = calculate_max_exit_latency(udev, state, hub_encoded_timeout); xhci_enable_usb3_lpm_timeout()
4693 if (mel < 0) { xhci_enable_usb3_lpm_timeout()
4696 mel = 0; xhci_enable_usb3_lpm_timeout()
4699 ret = xhci_change_max_exit_latency(xhci, udev, mel); xhci_enable_usb3_lpm_timeout()
4709 u16 mel; xhci_disable_usb3_lpm_timeout() local
4717 mel = calculate_max_exit_latency(udev, state, USB3_LPM_DISABLED); xhci_disable_usb3_lpm_timeout()
4718 ret = xhci_change_max_exit_latency(xhci, udev, mel); xhci_disable_usb3_lpm_timeout()
/linux-4.1.27/include/linux/
H A Dusb.h444 unsigned int mel; member in struct:usb3_lpm_parameters
/linux-4.1.27/drivers/usb/core/
H A Dhub.c190 total_mel = hub_lpm_params->mel + usb_set_lpm_mel()
208 udev_lpm_params->mel = total_mel; usb_set_lpm_mel()

Completed in 1242 milliseconds