/linux-2.6.39/drivers/lguest/ |
D | hypercalls.c | 201 static void initialize(struct lg_cpu *cpu) in initialize() function 265 initialize(cpu); in do_hypercalls()
|
D | lguest_user.c | 314 static int initialize(struct file *file, const unsigned long __user *input) in initialize() function 429 return initialize(file, input); in write()
|
/linux-2.6.39/arch/arm/nwfpe/ |
D | ChangeLog | 7 * Only initialize FPE state once in repeat-FP situations. (6%) 66 I now initialize the entire FPE state in the thread structure to 89 * fpa11.c - added code to initialize register types to typeNone
|
/linux-2.6.39/Documentation/driver-model/ |
D | driver.txt | 34 The driver must initialize at least the name and bus fields. It should 35 also initialize the devclass field (when it arrives), so it may obtain 36 the proper linkage internally. It should also initialize as many of 168 addition to dev->platform_data to initialize the driver.
|
D | bus.txt | 32 object of this type. They must initialize the name field, and may 33 optionally initialize the match callback.
|
D | porting.txt | 126 bus driver should initialize the generic device. The most important 127 things to initialize are the bus_id, parent, and bus fields. 245 initialize the necessary fields of the driver: the name and bus 309 /* initialize common driver fields */ 321 Ideally, the bus should only initialize the fields if they are not
|
/linux-2.6.39/drivers/media/video/ |
D | tvaudio.c | 61 typedef int (*initialize)(struct CHIPSTATE*); typedef 79 initialize initialize; member 1431 .initialize = tda9874a_initialize, 1444 .initialize = tda9875_initialize, 1529 .initialize = tea6320_initialize, 1980 if (desc->initialize != NULL) in tvaudio_probe() 1981 desc->initialize(chip); in tvaudio_probe()
|
/linux-2.6.39/Documentation/fb/ |
D | vt8623fb.txt | 38 Suspend/resume works on systems that initialize video card during resume and
|
D | arkfb.txt | 41 Suspend/resume works on systems that initialize video card during resume and
|
D | s3fb.txt | 50 Suspend/resume works on systems that initialize video card during resume and
|
/linux-2.6.39/drivers/staging/wlags49_h25/ |
D | TODO | 14 - sometimes the card does not initialize correctly, retry mechanisms
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | TODO | 14 - sometimes the card does not initialize correctly, retry mechanisms
|
/linux-2.6.39/Documentation/hwmon/ |
D | max6650 | 44 registers then. If your board BIOS doesn't initialize the chip, or you want
|
D | amc6821 | 98 If your board BIOS doesn't initialize the chip, or you want
|
/linux-2.6.39/drivers/staging/iio/ |
D | Kconfig | 47 are used to initialize capture of samples to push into
|
/linux-2.6.39/arch/s390/kernel/ |
D | head64.S | 40 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
|
D | head31.S | 39 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
|
D | head.S | 70 st %r2,.Lccwread+4 # initialize CCW data addresses 192 st %r2,4(%r6) # initialize CCW data addresses
|
/linux-2.6.39/arch/avr32/boards/atstk1000/ |
D | Kconfig | 41 and means you can't initialize the on-board QVGA display.
|
/linux-2.6.39/drivers/usb/atm/ |
D | Kconfig | 62 and reception as module parameters. You may need to initialize
|
/linux-2.6.39/Documentation/networking/ |
D | gen_stats.txt | 96 3) Now initialize a new estimator:
|
/linux-2.6.39/drivers/staging/iio/Documentation/ |
D | overview.txt | 47 processor periodic interrupt. A single trigger may initialize data
|
/linux-2.6.39/net/ipx/ |
D | Kconfig | 49 bind call. So applications should always initialize the node field
|
/linux-2.6.39/Documentation/serial/ |
D | n_gsm.txt | 13 1- initialize the modem in 0710 mux mode (usually AT+CMUX= command) through
|
/linux-2.6.39/Documentation/filesystems/nfs/ |
D | idmapper.txt | 10 translation and initialize a key with the resulting information.
|