Searched refs:initialized (Results 251 - 275 of 288) sorted by relevance

<<1112

/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c962 if (!ipc_mux->initialized || ipc_mux->state != MUX_S_ACTIVE)
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h500 /*initialized via the kzalloc*/
645 u8 initialized; member in struct:mlx4_cmd
/linux-master/include/net/
H A Ddevlink.h147 initialized:1; member in struct:devlink_port
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c1143 ch->initialized = 0;
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c276 if (!usb->initialized) {
920 * control block of the skbuff will be initialized. If necessary the incoming
/linux-master/drivers/md/dm-vdo/
H A Drepair.c478 if (!page->header.initialized)
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1211 uint32_t initialized:1; /*if 3dlut is went through color module for initialization */ member in struct:dc_3dlut_state::__anon209
2126 /* Determine if dp trace has been initialized to reflect upto date result *
2127 * return - true if trace is initialized and has valid data. False dp trace
/linux-master/drivers/thermal/
H A Dthermal_core.c455 pos->initialized = false;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c265 stream->lut3d_func->state.bits.initialized == 1 &&
/linux-master/fs/ntfs3/
H A Dntfs_fs.h590 int log_replay(struct ntfs_inode *ni, bool *initialized);
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c1908 if (!ctx->initialized) {
1920 if (ctx->initialized)
1999 if (!ctx->initialized) {
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c322 pi->initialized = false;
797 if (!pi->initialized) {
802 pi->initialized = true;
/linux-master/mm/
H A Dhugetlb.c1103 * re-initialized to the proper values, to indicate that hugetlb cgroup
3320 * rest of the struct pages will be initialized by the HugeTLB
3615 static bool initialized __initdata;
3624 if (!initialized) {
3629 initialized = true;
4767 * Global state is always initialized later in hugetlb_init.
6454 * Some fields may not be initialized, be careful as it may
H A Dmm_init.c695 * needed until the rest of deferred pages are initialized.
797 * are zeroed and initialized by going through __init_single_page() during
845 * All aligned pageblocks are initialized to the specified migratetype
1057 * been initialized, to not have the data overwritten.
1417 zone->initialized = 1;
1871 /* Allocator not initialized yet */
1885 * it. The pgdat will get fully initialized by
1998 * Returns true if page needs to be initialized or freed to buddy allocator.
2037 * Return number of pages initialized.
2078 * already been initialized
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c1450 btcoexist->initialized = true;
/linux-master/arch/x86/events/intel/
H A Duncore.c76 if (c->initialized && cpu_to_node(cpu) == node)
/linux-master/include/sound/
H A Dsoc.h1187 bool initialized; member in struct:snd_soc_pcm_runtime
/linux-master/drivers/mmc/host/
H A Domap.c122 int initialized; member in struct:mmc_omap_host
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2200 * initialized (naturally) in the bootstrap process, such as the GDT. We
2325 * identify_boot_cpu() initialized SMT support information, let the
2363 c->initialized = true;
/linux-master/fs/fuse/
H A Dinode.c928 fc->initialized = 0;
1798 * This is the path where user supplied an already initialized fuse dev. In
1844 * While block dev mount can be initialized with a dummy device fd
1852 * Allow creating a fuse mount with an already initialized fuse
/linux-master/drivers/cdrom/
H A Dcdrom.c3663 static atomic_t initialized = ATOMIC_INIT(0); local
3665 if (!atomic_add_unless(&initialized, 1, 1))
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h371 bool initialized, delayed_irq; member in struct:radeon_fence_driver
456 bool initialized; member in struct:radeon_mman
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c2629 if (mapping->initialized)
2652 if (mapping->initialized &&
H A Dintel_bios.c1245 if (!mapping->initialized) {
1251 mapping->initialized = 1;
/linux-master/drivers/gpio/
H A Dgpiolib.c750 * initialized flag.
1054 * We can do this only if gpiolib has been initialized.
1742 if (!gc->irq.initialized)
1882 * gc->irq.initialized before adding irqdomain.
1886 gc->irq.initialized = true;
4208 * analyzers will complain about these two not being initialized.

Completed in 553 milliseconds

<<1112