[go: nahoru, domu]

Searched refs:initialized (Results 1 - 25 of 106) sorted by relevance

12345

/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.h10 int initialized; member in struct:matroxfb_dh_fb_info
H A Dmatroxfb_maven.h11 int initialized; member in struct:i2c_bit_adapter
H A Di2c-matroxfb.c120 b->initialized = !err;
125 if (b->initialized) {
127 b->initialized = 0;
/drivers/cpuidle/
H A DKconfig.arm6413 initialized by calling the CPU operations init idle hook
H A Dcpuidle.c34 static int initialized __read_mostly;
163 if (off || !initialized)
215 initialized = 1;
225 initialized = 0;
/drivers/gpu/host1x/
H A Dcdma.h54 bool initialized; /* timer one-time setup flag */ member in struct:buffer_timeout
/drivers/media/platform/davinci/
H A Dvpif_capture.h98 /* flag to indicate whether decoder is initialized */
99 u8 initialized; member in struct:channel_obj
H A Dvpif_display.h107 u8 initialized; /* flag to indicate whether member in struct:channel_obj
108 * encoder is initialized */
/drivers/mtd/
H A Dsm_ftl.h23 bool initialized; member in struct:ftl_zone
/drivers/gpu/drm/bochs/
H A Dbochs.h85 bool initialized; member in struct:bochs_device::__anon655
93 bool initialized; member in struct:bochs_device::__anon656
H A Dbochs_drv.c110 if (bochs->fb.initialized) {
127 if (bochs->fb.initialized) {
H A Dbochs_fbdev.c204 bochs->fb.initialized = true;
210 if (!bochs->fb.initialized)
214 bochs->fb.initialized = false;
/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.h33 bool initialized; member in struct:ppn_set
/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.h107 /* flag to indicate whether decoder is initialized */
108 u8 initialized; member in struct:vpfe_video_device
/drivers/gpu/host1x/hw/
H A Dcdma_hw.c297 cdma->timeout.initialized = true;
307 if (cdma->timeout.initialized)
309 cdma->timeout.initialized = false;
/drivers/misc/
H A Dcs5535-mfgpt.c44 int initialized; member in struct:cs5535_mfgpt_chip
155 if (!mfgpt->initialized)
358 cs5535_mfgpt_chip.initialized = 1;
/drivers/w1/
H A Dw1_int.c65 dev->initialized = 0;
156 dev->initialized = 1;
246 if (!dev->initialized)
/drivers/gpu/drm/radeon/
H A Dradeon_fence.c834 rdev->fence_drv[ring].initialized = true;
860 rdev->fence_drv[ring].initialized = false;
906 if (!rdev->fence_drv[ring].initialized)
916 rdev->fence_drv[ring].initialized = false;
932 if (rdev->fence_drv[ring].initialized) {
951 if (!rdev->fence_drv[i].initialized)
963 if (i != j && rdev->fence_drv[j].initialized)
/drivers/acpi/acpica/
H A Devgpeblk.c363 gpe_block->initialized = FALSE;
452 * any GPE blocks that have been initialized already.
454 if (!gpe_block || gpe_block->initialized) {
506 gpe_block->initialized = TRUE;
/drivers/input/joystick/
H A Dgrip_mp.c478 int dig_mode, initialized = 0, tries = 0; local
497 initialized = 1;
501 dbg("multiport_init(): initialized == %d\n", initialized);
502 return initialized;
/drivers/media/dvb-frontends/
H A Dor51211.c65 u8 initialized:1; member in struct:or51211_state
372 if (!state->initialized) {
489 state->initialized = 1;
526 state->initialized = 0;
/drivers/watchdog/
H A Dcpwd.c58 #define WD_STAT_INIT 0x01 /* Watchdog timer is initialized */
81 bool initialized; member in struct:cpwd
385 if (!p->initialized) {
392 p->initialized = true;
660 if (p->initialized)
/drivers/acpi/
H A Dpci_link.c70 * If a link is initialized, we never change its active and initialized
80 u8 initialized:1; member in struct:acpi_pci_link_irq
517 if (link->irq.initialized) {
519 /* This means the link is disabled but initialized */
575 link->irq.initialized = 1;
658 if (!link->irq.initialized) {
660 printk(KERN_ERR PREFIX "Link isn't initialized\n");
750 if (link->refcnt && link->irq.active && link->irq.initialized)
/drivers/isdn/act2000/
H A Dmodule.c674 int initialized; local
710 initialized = 0;
744 initialized = 1;
755 /* Card already initialized */
756 initialized = 1;
757 if (initialized) {
/drivers/char/
H A Drandom.c435 unsigned int initialized:1; member in struct:entropy_store
658 if (!r->initialized && r->entropy_total > 128) {
659 r->initialized = 1;
664 pr_notice("random: %s pool is initialized\n", r->name);
686 r->initialized &&
784 r = nonblocking_pool.initialized ? &input_pool : &nonblocking_pool;
904 r = nonblocking_pool.initialized ? &input_pool : &nonblocking_pool;
1236 if (unlikely(nonblocking_pool.initialized == 0))
1384 if (unlikely(nonblocking_pool.initialized == 0))
1535 if (unlikely(nonblocking_pool.initialized
[all...]

Completed in 1094 milliseconds

12345