Searched refs:mel (Results 1 - 11 of 11) sorted by relevance
/linux-4.4.14/drivers/isdn/i4l/ |
H A D | isdn_ttyfax.h | 6 * Copyright 1999 by Ralf Spachmann (mel@melware.de)
|
H A D | isdn_ttyfax.c | 6 * Copyright 1999 by Ralf Spachmann (mel@melware.de)
|
/linux-4.4.14/arch/score/ |
H A D | Makefile | 15 cflags-y += -G0 -pipe -mel -mnhwloop -D__SCOREEL__ \
|
/linux-4.4.14/scripts/ |
H A D | gfp-translate | 3 # (c) 2009, Mel Gorman <mel@csn.ul.ie>
|
/linux-4.4.14/mm/ |
H A D | mm_init.c | 5 * Author Mel Gorman <mel@csn.ul.ie>
|
H A D | compaction.c | 8 * Copyright IBM Corp. 2007-2010 Mel Gorman <mel@csn.ul.ie>
|
/linux-4.4.14/Documentation/trace/postprocess/ |
H A D | trace-pagealloc-postprocess.pl | 14 # Author: Mel Gorman <mel@csn.ul.ie>
|
H A D | trace-vmscan-postprocess.pl | 12 # Author: Mel Gorman <mel@csn.ul.ie>
|
/linux-4.4.14/drivers/usb/host/ |
H A D | xhci.c | 4643 u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); calculate_max_exit_latency() 4646 u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); calculate_max_exit_latency() 4667 int mel; xhci_enable_usb3_lpm_timeout() local 4680 mel = calculate_max_exit_latency(udev, state, hub_encoded_timeout); xhci_enable_usb3_lpm_timeout() 4681 if (mel < 0) { xhci_enable_usb3_lpm_timeout() 4684 mel = 0; xhci_enable_usb3_lpm_timeout() 4687 ret = xhci_change_max_exit_latency(xhci, udev, mel); xhci_enable_usb3_lpm_timeout() 4697 u16 mel; xhci_disable_usb3_lpm_timeout() local 4704 mel = calculate_max_exit_latency(udev, state, USB3_LPM_DISABLED); xhci_disable_usb3_lpm_timeout() 4705 return xhci_change_max_exit_latency(xhci, udev, mel); xhci_disable_usb3_lpm_timeout()
|
/linux-4.4.14/include/linux/ |
H A D | usb.h | 449 unsigned int mel; member in struct:usb3_lpm_parameters
|
/linux-4.4.14/drivers/usb/core/ |
H A D | hub.c | 190 total_mel = hub_lpm_params->mel + usb_set_lpm_mel() 208 udev_lpm_params->mel = total_mel; usb_set_lpm_mel()
|
Completed in 464 milliseconds