/linux-2.6.39/fs/cramfs/ |
D | uncompress.c | 25 static int initialized; variable 58 if (!initialized++) { in cramfs_uncompress_init() 61 initialized = 0; in cramfs_uncompress_init() 73 if (!--initialized) { in cramfs_uncompress_exit()
|
/linux-2.6.39/arch/mips/loongson/lemote-2f/ |
D | pm.c | 84 static int initialized; variable 127 if (initialized == 0) { in wakeup_loongson() 130 initialized = 1; in wakeup_loongson()
|
/linux-2.6.39/Documentation/timers/ |
D | timer_stats.txt | 20 - the pid of the task(process) which initialized the timer 21 - the name of the process which initialized the timer 22 - the function where the timer was initialized 65 initialized the timer and in parenthesis the callback function which was
|
/linux-2.6.39/sound/oss/ |
D | sound_timer.c | 19 static volatile int initialized, opened, tmr_running; variable 310 if (initialized) in sound_timer_init() 317 initialized = 1; in sound_timer_init()
|
D | aedsp16.c | 1249 int initialized = FALSE; in init_aedsp16() local 1258 initialized = TRUE; in init_aedsp16() 1266 initialized = TRUE; in init_aedsp16() 1280 initialized = TRUE; in init_aedsp16() 1284 if (initialized) in init_aedsp16() 1285 initialized = aedsp16_init_board(); in init_aedsp16() 1286 return initialized; in init_aedsp16()
|
/linux-2.6.39/drivers/media/video/davinci/ |
D | vpif_capture.h | 119 u8 initialized; member 143 u8 initialized; member
|
D | vpif_display.h | 131 u8 initialized; /* flag to indicate whether member 149 u8 initialized; /* Used to keep track of whether this member
|
D | vpif_capture.c | 794 fh->initialized = 0; in vpif_open() 796 if (!ch->initialized) { in vpif_open() 797 fh->initialized = 1; in vpif_open() 798 ch->initialized = 1; in vpif_open() 854 if (fh->initialized) in vpif_release() 855 ch->initialized = 0; in vpif_release() 884 if (!fh->initialized) { in vpif_reqbufs() 1395 if (!fh->initialized) { in vpif_s_std() 1405 fh->initialized = 1; in vpif_s_std() 1500 if (!fh->initialized) { in vpif_s_input() [all …]
|
/linux-2.6.39/drivers/w1/ |
D | w1_int.c | 64 dev->initialized = 0; in w1_alloc_dev() 159 dev->initialized = 1; in w1_add_master_device() 232 if (!dev->initialized) in w1_remove_master_device()
|
/linux-2.6.39/drivers/staging/speakup/ |
D | speakup_soft.c | 43 static int initialized; variable 197 initialized = 0; in softsynth_close() 242 } else if (!initialized) { in softsynth_read() 247 initialized = 1; in softsynth_read()
|
/linux-2.6.39/drivers/video/matrox/ |
D | i2c-matroxfb.c | 120 b->initialized = !err; in i2c_bus_reg() 125 if (b->initialized) { in i2c_bit_bus_del() 127 b->initialized = 0; in i2c_bit_bus_del()
|
D | matroxfb_maven.h | 11 int initialized; member
|
D | matroxfb_crtc2.h | 10 int initialized; member
|
/linux-2.6.39/sound/soc/atmel/ |
D | atmel_ssc_dai.c | 140 .initialized = 0, 147 .initialized = 0, 153 .initialized = 0, 264 if (ssc_p->initialized) { in atmel_ssc_shutdown() 270 ssc_p->initialized = 0; in atmel_ssc_shutdown() 555 if (!ssc_p->initialized) { in atmel_ssc_hw_params() 584 ssc_p->initialized = 1; in atmel_ssc_hw_params()
|
/linux-2.6.39/Documentation/RCU/ |
D | NMI-RCU.txt | 68 data that is to be used by the callback must be initialized up -before- 71 initialized values. 107 initialized some data that is to be used by the new NMI 111 to the new NMI handler, but the old pre-initialized
|
/linux-2.6.39/drivers/misc/ |
D | cs5535-mfgpt.c | 41 int initialized; member 152 if (!mfgpt->initialized) in cs5535_mfgpt_alloc_timer() 325 cs5535_mfgpt_chip.initialized = 1; in cs5535_mfgpt_probe()
|
/linux-2.6.39/drivers/media/radio/ |
D | radio-mr800.c | 143 int initialized; member 488 radio->initialized = 1; in usb_amradio_init() 508 if (unlikely(!radio->initialized)) { in usb_amradio_open() 532 if (!radio->muted && radio->initialized) { in usb_amradio_suspend() 548 if (unlikely(!radio->initialized)) in usb_amradio_resume()
|
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | or51211.c | 65 u8 initialized:1; member 376 if (!state->initialized) { in or51211_init() 500 state->initialized = 1; in or51211_init() 537 state->initialized = 0; in or51211_attach()
|
/linux-2.6.39/drivers/acpi/acpica/ |
D | evgpeblk.c | 364 gpe_block->initialized = FALSE; in acpi_ev_create_gpe_block() 454 if (!gpe_block || gpe_block->initialized) { in acpi_ev_initialize_gpe_block() 503 gpe_block->initialized = TRUE; in acpi_ev_initialize_gpe_block()
|
/linux-2.6.39/arch/cris/arch-v32/mach-fs/ |
D | arbiter.c | 165 static int initialized; in crisv32_arbiter_init() local 167 if (initialized) in crisv32_arbiter_init() 170 initialized = 1; in crisv32_arbiter_init()
|
D | pinmux.c | 31 static int initialized; in crisv32_pinmux_init() local 33 if (!initialized) { in crisv32_pinmux_init() 35 initialized = 1; in crisv32_pinmux_init()
|
/linux-2.6.39/Documentation/fb/ |
D | arkfb.txt | 12 - only BIOS initialized VGA devices supported 49 * secondary (not initialized by BIOS) device support
|
/linux-2.6.39/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 202 This structure can be initialized before setting specific fields by using 236 implementation. It requires an initialized struct autofs_dev_ioctl as an 246 by loaded module. This call requires an initialized struct autofs_dev_ioctl 257 path. The open call requires an initialized struct autofs_dev_ioctl with 261 /proc/mounts. The close call requires an initialized struct 273 Both of these calls require an initialized struct autofs_dev_ioctl 291 The call requires an initialized struct autofs_dev_ioctl with the 305 The call requires an initialized struct autofs_dev_ioctl with the 314 The call requires an initialized struct autofs_dev_ioctl with the 324 The call requires an initialized struct autofs_dev_ioctl with the path [all …]
|
/linux-2.6.39/drivers/input/joystick/ |
D | grip_mp.c | 479 int dig_mode, initialized = 0, tries = 0; in multiport_init() local 498 initialized = 1; in multiport_init() 502 dbg("multiport_init(): initialized == %d\n", initialized); in multiport_init() 503 return initialized; in multiport_init()
|
/linux-2.6.39/drivers/acpi/ |
D | pci_link.c | 86 u8 initialized:1; member 522 if (link->irq.initialized) { in acpi_pci_link_allocate() 580 link->irq.initialized = 1; in acpi_pci_link_allocate() 663 if (!link->irq.initialized) { in acpi_pci_link_free_irq() 754 if (link->refcnt && link->irq.active && link->irq.initialized) in acpi_pci_link_resume()
|