Searched refs:initialized (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dbg_hsi.h758 u8 initialized; member in struct:dbg_tools_data
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h343 int initialized; member in struct:matrox_fb_info
/linux-master/arch/riscv/kvm/
H A Daia_device.c82 /* Writes can only be done before irqchip is initialized */
176 /* Writes can only be done before irqchip is initialized */
202 /* Writes can only be done before irqchip is initialized */
260 /* Irqchip can be initialized only once */
309 /* Set the initialized flag */
310 kvm->arch.aia.initialized = true;
517 /* Proceed only if AIA was initialized successfully */
535 /* Proceed only if AIA was initialized successfully */
552 * will be done after AIA device is initialized by the user-space.
566 /* Proceed only if AIA was initialized successfull
[all...]
/linux-master/arch/x86/boot/
H A Dheader.S188 .long ZO__data # Size of initialized data
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c110 plfxlc_hw_mac(hw)->chip.usb.initialized = 1;
/linux-master/drivers/gpu/host1x/
H A Dcdma.c566 if (!cdma->timeout.initialized) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h120 bool initialized; member in struct:amdgpu_fence_driver
H A Damdgpu_ttm.c1850 adev->mman.initialized = true;
2010 if (!adev->mman.initialized)
2048 adev->mman.initialized = false;
2067 if (!adev->mman.initialized || amdgpu_in_reset(adev) ||
H A Damdgpu_psp.h179 bool initialized; member in struct:ta_context
/linux-master/fs/fuse/
H A Dcuse.c525 cc->fc.initialized = 1;
568 static struct file_operations cuse_channel_fops; /* initialized during init */
/linux-master/arch/s390/mm/
H A Dgmap.c1630 if (!sg->initialized)
1699 new->initialized = false;
1725 new->initialized = true;
1737 new->initialized = true;
/linux-master/drivers/acpi/acpica/
H A Daclocal.h492 u8 initialized; /* TRUE if this block is initialized */ member in struct:acpi_gpe_block_info
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c153 bool initialized; member in struct:gemini_ethernet
2312 if (geth->initialized)
2315 geth->initialized = true;
2599 geth->initialized = false;
/linux-master/include/linux/
H A Dbpf_verifier.h500 unsigned int initialized:1; /* set to true upon first entry */ member in struct:bpf_loop_inline_state
566 /* below fields are initialized once */
/linux-master/arch/x86/kvm/svm/
H A Dsvm.h184 bool initialized; member in struct:svm_nested_state
/linux-master/drivers/media/usb/dvb-usb/
H A Ddw2102.c63 u8 initialized; member in struct:dw2102_state
962 info("%s: %d, initialized %d", __func__, i, state->initialized);
964 if (i && !state->initialized) {
970 state->initialized = 1;
/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h143 initialized:1; member in struct:uvc_control
/linux-master/drivers/media/pci/zoran/
H A Dzoran_card.c1056 zr->initialized = 1;
1073 if (!zr->initialized)
1123 * In the past, .type were initialized to the old V4L1 .hardware value,
/linux-master/fs/ntfs3/
H A Dfslog.c29 __le32 sys_page_size; // 0x10: Page size of the system which initialized the log.
853 * Allocate an index from within a previously initialized Restart Table.
890 * Allocate a specific index from within a previously initialized Restart Table.
985 bool initialized; member in struct:restart_info
1214 info->initialized = true;
1227 info->initialized = true;
1234 info->initialized = true;
3716 int log_replay(struct ntfs_inode *ni, bool *initialized) argument
3788 /* remember 'initialized' */
3789 *initialized
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c1144 if (!data_race(priv->rx.initialized))
1204 priv->rx.initialized = true;
/linux-master/drivers/power/supply/
H A Dpower_supply_core.c1207 if (!psy->initialized)
1448 psy->initialized = true;
/linux-master/net/devlink/
H A Dport.c1023 if (devlink_port->initialized)
1027 devlink_port->initialized = true;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm280 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)
370 // Save trap temporaries 4-11, 13 initialized by SPI debug dispatch logic
895 // Restore trap temporaries 4-11, 13 initialized by SPI debug dispatch logic
/linux-master/kernel/rcu/
H A Dtree.c121 * The rcu_scheduler_active variable is initialized to the value
130 * is fully initialized, including all of its kthreads having been spawned.
1869 * corresponding leaf node has been initialized.
3232 * @initialized: The @rcu_work fields have been initialized
3265 bool initialized; member in struct:kfree_rcu_cpu
3698 if (unlikely(!(*krcp)->initialized))
4868 * (re-)initialized.
5422 static bool initialized; local
5424 if (initialized) {
[all...]
/linux-master/drivers/char/ipmi/
H A Dipmi_msghandler.c50 static bool initialized; variable
296 * My slave address. This is initialized to IPMI_BMC_SLAVE_ADDR,
745 * Make sure the driver is actually initialized, this handles
1226 * Make sure the driver is actually initialized, this handles
3563 * Make sure the driver is actually initialized, this handles
4679 * We need to make sure the channels have been initialized.
4682 * channels for this interface have been initialized.
5481 if (initialized)
5500 initialized = true;
5527 if (initialized) {
[all...]

Completed in 671 milliseconds

1234567891011>>