Home
last modified time | relevance | path

Searched refs:initialize (Results 1 – 25 of 124) sorted by relevance

12345

/linux-2.6.39/drivers/lguest/
Dhypercalls.c201 static void initialize(struct lg_cpu *cpu) in initialize() function
265 initialize(cpu); in do_hypercalls()
Dlguest_user.c314 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/
DChangeLog7 * 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/
Ddriver.txt34 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.
Dbus.txt32 object of this type. They must initialize the name field, and may
33 optionally initialize the match callback.
Dporting.txt126 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/
Dtvaudio.c61 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/
Dvt8623fb.txt38 Suspend/resume works on systems that initialize video card during resume and
Darkfb.txt41 Suspend/resume works on systems that initialize video card during resume and
Ds3fb.txt50 Suspend/resume works on systems that initialize video card during resume and
/linux-2.6.39/drivers/staging/wlags49_h25/
DTODO14 - sometimes the card does not initialize correctly, retry mechanisms
/linux-2.6.39/drivers/staging/wlags49_h2/
DTODO14 - sometimes the card does not initialize correctly, retry mechanisms
/linux-2.6.39/Documentation/hwmon/
Dmax665044 registers then. If your board BIOS doesn't initialize the chip, or you want
Damc682198 If your board BIOS doesn't initialize the chip, or you want
/linux-2.6.39/drivers/staging/iio/
DKconfig47 are used to initialize capture of samples to push into
/linux-2.6.39/arch/s390/kernel/
Dhead64.S40 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
Dhead31.S39 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
Dhead.S70 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/
DKconfig41 and means you can't initialize the on-board QVGA display.
/linux-2.6.39/drivers/usb/atm/
DKconfig62 and reception as module parameters. You may need to initialize
/linux-2.6.39/Documentation/networking/
Dgen_stats.txt96 3) Now initialize a new estimator:
/linux-2.6.39/drivers/staging/iio/Documentation/
Doverview.txt47 processor periodic interrupt. A single trigger may initialize data
/linux-2.6.39/net/ipx/
DKconfig49 bind call. So applications should always initialize the node field
/linux-2.6.39/Documentation/serial/
Dn_gsm.txt13 1- initialize the modem in 0710 mux mode (usually AT+CMUX= command) through
/linux-2.6.39/Documentation/filesystems/nfs/
Didmapper.txt10 translation and initialize a key with the resulting information.

12345