代码搜索结果

找到约 25,001 项符合 Power 的代码

power.c

/* $Id: power.c,v 1.10 2001/12/11 01:57:16 davem Exp $ * power.c: Power management driver. * * Copyright (C) 1999 David S. Miller (davem@redhat.com) */ #define __KERNEL_SYSCALLS__ #include

shutdown.c

/* * shutdown.c - power management functions for the device tree. * * Copyright (c) 2002-3 Patrick Mochel * 2002-3 Open Source Development Lab * * This file is released under the GPLv2 * */

runtime.c

/* * drivers/base/power/runtime.c - Handling dynamic device power management. * * Copyright (c) 2003 Patrick Mochel * Copyright (c) 2003 Open Source Development Lab * */ #include

power.h

/* * shutdown.c */ extern void device_shutdown(void); #ifdef CONFIG_PM /* * main.c */ /* * Used to synchronize global power management operations. */ extern struct semaphore dpm_sem; /* *

sysfs.c

/* * drivers/base/power/sysfs.c - sysfs entries for device PM */ #include #include #include "power.h" /** * state - Control current power state of device * *

main.c

/* * drivers/base/power/main.c - Where the driver meets power management. * * Copyright (c) 2003 Patrick Mochel * Copyright (c) 2003 Open Source Development Lab * * This file is released under t

arc.java

/* created at 2005-12-24 */ package com.clustering.ds.graph; /** * 该接口对应Power的弧. * @author Avon * @version 0.9 * @since 0.9 */ public interface Arc { /** * 返回弧上的权. * 该方法用来

httpsvr.bld

# Microsoft Developer Studio Generated Build File, Format Version 50001 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 # TARGTYPE "Power Macintosh Application" 0x0401 CFG=Http

staticfield.java

public class StaticField { public static int Power(int m, int n) { if (n == 0) { return 1; } else if ((n & 1) == 0) { GlobalCounter.inc(); return Power(m * m, n >>> 1); } else {

abstract.txt

LPC932 EXAMPLE: USING THE EEPROM TO SAVE DATA DURING POWER OFF Christian Kulig, 12/06/02 INTRODUCTION: The EEPROM of the LPC932 is a nonvolatile memory for storing parameter or certain data. The