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

<<1112

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h379 int initialized; member in struct:ZSTD_CCtx_s
/linux-master/sound/ppc/
H A Dtumbler.c1046 if (chip->update_automute && chip->initialized) {
1237 printk(KERN_ERR "tumbler: i2c is not initialized\n");
/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/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/include/net/
H A Ddevlink.h147 initialized:1; member in struct:devlink_port
/linux-master/fs/ntfs3/
H A Dntfs_fs.h590 int log_replay(struct ntfs_inode *ni, bool *initialized);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1152 uint32_t initialized:1; /*if 3dlut is went through color module for initialization */ member in struct:dc_3dlut_state::__anon218
2165 /* Determine if dp trace has been initialized to reflect upto date result *
2166 * return - true if trace is initialized and has valid data. False dp trace
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c263 stream->lut3d_func->state.bits.initialized == 1 &&
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c1143 ch->initialized = 0;
/linux-master/drivers/thermal/
H A Dthermal_core.c458 pos->initialized = false;
/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
3315 * rest of the struct pages will be initialized by the HugeTLB
3610 static bool initialized __initdata;
3619 if (!initialized) {
3624 initialized = true;
4762 * 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.c696 * needed until the rest of deferred pages are initialized.
798 * are zeroed and initialized by going through __init_single_page() during
846 * All aligned pageblocks are initialized to the specified migratetype
1058 * been initialized, to not have the data overwritten.
1422 zone->initialized = 1;
1833 /* Allocator not initialized yet */
1849 *memory-less node. The pgdat will get fully initialized by
1956 * Returns true if page needs to be initialized or freed to buddy allocator.
1995 * Return number of pages initialized.
2036 * already been initialized
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c1450 btcoexist->initialized = true;
/linux-master/drivers/mmc/host/
H A Domap.c122 int initialized; member in struct:mmc_omap_host
/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/arch/x86/events/intel/
H A Duncore.c76 if (c->initialized && cpu_to_node(cpu) == node)
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2196 * initialized (naturally) in the bootstrap process, such as the GDT. We
2323 * identify_boot_cpu() initialized SMT support information, let the
2361 c->initialized = true;
/linux-master/include/sound/
H A Dsoc.h1209 bool initialized; member in struct:snd_soc_pcm_runtime
/linux-master/drivers/gpio/
H A Dgpiolib.c752 * initialized flag.
1056 * We can do this only if gpiolib has been initialized.
1744 if (!gc->irq.initialized)
1884 * gc->irq.initialized before adding irqdomain.
1888 gc->irq.initialized = true;
4210 * analyzers will complain about these two not being initialized.
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c1240 if (!mapping->initialized) {
1246 mapping->initialized = 1;
H A Dintel_sdvo.c2626 if (mapping->initialized)
2649 if (mapping->initialized &&

Completed in 744 milliseconds

<<1112