Searched refs:initialized (Results 226 - 250 of 288) sorted by relevance

1234567891011>>

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c442 if (ppn_set->initialized)
471 ppn_set->initialized = true;
480 if (ppn_set->initialized) {
1388 * The VMX already initialized the queue pair headers, so no
1634 * initialized the queue pair headers, so no
/linux-master/fs/ntfs3/
H A Dfsntfs.c280 bool initialized = false; local
324 err = log_replay(ni, &initialized);
337 if (sb_rdonly(sb) || !initialized)
340 /* Fill LogFile by '-1' if it is initialized. */
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm285 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)
408 // Save trap temporaries 4-11, 13 initialized by SPI debug dispatch logic
1201 // Restore trap temporaries 4-11, 13 initialized by SPI debug dispatch logic
/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c743 * This routine is safe to be called with a a non-initialized context.
756 if (ctxi->initialized) {
840 ctxi->initialized = true;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal.c989 srng->initialized = 1;
1373 if (!srng->initialized)
H A Dhal.h537 u8 initialized; member in struct:hal_srng
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c1344 usb->initialized = 1;
1485 usb->initialized = 0;
1559 pr_debug("%s initialized\n", driver.name);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c457 stream->lut3d_func->state.bits.initialized == 1) {
509 if (plane_state->lut3d_func && plane_state->lut3d_func->state.bits.initialized == 1)
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h1398 uint32 initialized; member in struct:__anon577
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c167 bool initialized; member in struct:allegro_dev
2319 * The firmware is initialized after the mailbox is setup. We further
2322 * that we ignore interrupts, if the mailbox is not initialized.
3790 dev->initialized = true;
3841 dev->initialized = false;
3925 if (dev->initialized) {
/linux-master/drivers/acpi/
H A Ddevice_pm.c317 device->flags.initialized = false;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h556 bool initialized; member in struct:brcms_phy
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhal.h626 u8 initialized; member in struct:hal_srng
H A Dhal.c2316 srng->initialized = 1;
2599 if (!srng->initialized)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c214 dev_info(priv->dev, "ath9k_htc: HTC initialized with %d credits\n",
871 /* must be initialized before ieee80211_register_hw */
971 priv->initialized = true;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c2500 if (!priv->cmd.initialized) {
2506 priv->cmd.initialized = 1;
2555 /* If the comm channel has not yet been initialized,
2614 if (priv->cmd.initialized && (cleanup_mask & MLX4_CMD_CLEANUP_STRUCT))
2615 priv->cmd.initialized = 0;
2620 * after event queue for command events has been initialized).
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h431 bool initialized; member in struct:i40e_channel
/linux-master/fs/fuse/
H A Dfuse_i.h666 int initialized; member in struct:fuse_conn
1218 * @sb: partially-initialized superblock to fill in
H A Ddev.c82 fc->initialized = 1;
87 return !fc->initialized || (for_background && fc->blocked);
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c1862 if (mapping->initialized)
1882 if (mapping->initialized) {
/linux-master/sound/soc/
H A Dsoc-core.c652 /* If the card is not initialized yet there is nothing to do */
794 /* If the card is not initialized yet there is nothing to do */
1511 rtd->initialized = true;
2114 if (rtd->initialized)
/linux-master/security/selinux/
H A Dselinuxfs.c1397 isec->initialized = LABEL_INITIALIZED;
2033 isec->initialized = LABEL_INITIALIZED;
/linux-master/sound/ppc/
H A Dpmac.c204 * is initialized.
806 if (chip->initialized) {
H A Dtumbler.c1046 if (chip->update_automute && chip->initialized) {
1237 printk(KERN_ERR "tumbler: i2c is not initialized\n");
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h379 int initialized; member in struct:ZSTD_CCtx_s

Completed in 559 milliseconds

1234567891011>>