/Linux-v5.15/drivers/misc/habanalabs/include/common/ |
D | hl_boot_if.h | 138 * Initialized in: preboot 143 * Initialized in: preboot 147 * Initialized in: preboot 151 * Initialized in: u-boot 156 * Initialized in: u-boot 158 * CPU_BOOT_DEV_STS0_E2E_CRED_EN E2E credits initialized. 159 * FW initialized E2E credits. 160 * Initialized in: u-boot 162 * CPU_BOOT_DEV_STS0_HBM_CRED_EN HBM credits initialized. 163 * FW initialized HBM credits. [all …]
|
/Linux-v5.15/drivers/net/ethernet/broadcom/ |
D | bnx2_fw.h | 11 /* Initialized Values for the Completion Processor. */ 27 /* Initialized Values the Command Processor. */ 43 /* Initialized Values for the RX Processor. */ 59 /* Initialized Values for the TX Patch-up Processor. */ 75 /* Initialized Values for the TX Processor. */
|
/Linux-v5.15/tools/perf/util/ |
D | unwind-libunwind.c | 20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument 33 if (initialized) in unwind__prepare_access() 34 *initialized = true; in unwind__prepare_access() 64 if (initialized) in unwind__prepare_access() 65 *initialized = err ? false : true; in unwind__prepare_access()
|
D | unwind.h | 48 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized); 54 bool *initialized __maybe_unused) in unwind__prepare_access() 75 bool *initialized __maybe_unused) in unwind__prepare_access()
|
/Linux-v5.15/drivers/comedi/ |
D | comedidev.h | 30 * @device: COMEDI device to which this subdevice belongs. (Initialized by 33 * (Initialized by comedi_alloc_subdevices().) 34 * @type: Type of subdevice from &enum comedi_subdevice_type. (Initialized by 36 * @n_chan: Number of channels the subdevice supports. (Initialized by the 39 * the COMEDI core and user application. (Initialized by the low-level 42 * asynchronous acquisition commands. (Optionally initialized by the 48 * (Initialized by the low-level driver.) 50 * asynchronous acquisition commands. (Allocated and initialized during 59 * driver. (Initialized by comedi_alloc_subdevices().) 62 * corresponding channel is configured as an output. (Initialized by the [all …]
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm_reserved_pool.c | 49 if (repool_info->initialized) { in get_pages_from_reserved_pool() 76 if (repool_info->initialized && in free_pages_to_reserved_pool() 105 pool_info->initialized = true; in hmm_reserved_pool_setup() 184 repool_info->initialized = true; in hmm_reserved_pool_init() 205 if (!repool_info->initialized) { in hmm_reserved_pool_exit() 212 repool_info->initialized = false; in hmm_reserved_pool_exit() 244 return repool_info->initialized; in hmm_reserved_pool_inited()
|
D | hmm_dynamic_pool.c | 49 if (dypool_info->initialized) { in get_pages_from_dynamic_pool() 85 if (!dypool_info->initialized) { in free_pages_to_dynamic_pool() 162 dypool_info->initialized = true; in hmm_dynamic_pool_init() 182 if (!dypool_info->initialized) { in hmm_dynamic_pool_exit() 186 dypool_info->initialized = false; in hmm_dynamic_pool_exit() 225 return dypool_info->initialized; in hmm_dynamic_pool_inited()
|
/Linux-v5.15/fs/cramfs/ |
D | uncompress.c | 28 static int initialized; variable 61 if (!initialized++) { in cramfs_uncompress_init() 64 initialized = 0; in cramfs_uncompress_init() 76 if (!--initialized) { in cramfs_uncompress_exit()
|
/Linux-v5.15/arch/x86/xen/ |
D | efi.c | 24 .revision = 0, /* Initialized later. */ 29 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */ 30 .fw_revision = 0, /* Initialized later. */ 41 .nr_tables = 0, /* Initialized later. */ 42 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
|
/Linux-v5.15/Documentation/filesystems/ |
D | autofs-mount-control.rst | 216 This structure can be initialized before setting specific fields by using 250 implementation. It requires an initialized struct autofs_dev_ioctl as an 260 by loaded module. This call requires an initialized struct autofs_dev_ioctl 271 path. The open call requires an initialized struct autofs_dev_ioctl with 275 shown in /proc/mounts. The close call requires an initialized struct 287 Both of these calls require an initialized struct autofs_dev_ioctl 305 The call requires an initialized struct autofs_dev_ioctl with the 320 The call requires an initialized struct autofs_dev_ioctl with the 329 The call requires an initialized struct autofs_dev_ioctl with the 339 The call requires an initialized struct autofs_dev_ioctl with the path [all …]
|
/Linux-v5.15/security/ |
D | Kconfig.hardening | 38 variables initialized), but the performance impact depends 44 initialized before use in a function. 73 explicitly initialized. This can prevent most classes 91 initialized. This is intended to eliminate all classes 137 bool "Report forcefully initialized variables" 143 initialized. Since not all existing initializers are detected 153 the stack initialized to the poison value, which both reduces
|
/Linux-v5.15/Documentation/core-api/ |
D | debug-objects.rst | 74 whether the object can be initialized. Initializing is not allowed for 97 whether the object can be initialized. Initializing is not allowed for 130 allow the legitimate activation of statically allocated and initialized 191 This function is called to assert that an object has been initialized. 247 The activation of statically initialized objects is a special case. When 251 this is a legitimate case of a statically initialized object or not. In 301 The handling of statically initialized objects is a special case. The 303 initialized object or not. In this case only debug_object_init()
|
/Linux-v5.15/fs/ext4/ |
D | ext4_extents.h | 141 * initialized extent. This is 2^15 and not (2^16 - 1), since we use the 143 * particular extent is an initialized extent or an unwritten (i.e. 147 * If ee_len is <= 0x8000, it is an initialized extent. Otherwise, it is an 151 * thus we make it as a special case of initialized extent with 0x8000 length. 152 * This way we get better extent-to-group alignment for initialized extents. 153 * Hence, the maximum number of blocks we can have in an *initialized* 206 /* Extent with ee_len of 0x8000 is treated as an initialized extent */ in ext4_ext_is_unwritten()
|
/Linux-v5.15/drivers/usb/gadget/ |
D | epautoconf.c | 24 * initialized. For periodic transfers, the maximum packet 25 * size must also be initialized. This is modified on 54 * is initialized as if the endpoint were used at full speed and 122 * initialized. For periodic transfers, the maximum packet 123 * size must also be initialized. This is modified on success. 142 * is initialized as if the endpoint were used at full speed. Because of
|
/Linux-v5.15/drivers/s390/cio/ |
D | vfio_ccw_cp.h | 31 * @initialized: whether this instance is actually initialized 41 bool initialized; member
|
/Linux-v5.15/security/integrity/ima/ |
D | ima_efi.c | 36 static bool initialized; in arch_ima_get_secureboot() local 38 if (!initialized && efi_enabled(EFI_BOOT)) { in arch_ima_get_secureboot() 43 initialized = true; in arch_ima_get_secureboot()
|
/Linux-v5.15/include/linux/platform_data/ |
D | pcf857x.h | 9 * you leave this initialized to zero the driver will act 18 * the gpio_base value initialized. 29 * to it. If you leave n_latch initialized to zero, that last written
|
/Linux-v5.15/drivers/net/ipa/ |
D | ipa_endpoint.c | 384 u32 initialized = ipa->initialized; in ipa_endpoint_modem_exception_reset_all() local 389 * bound on that by assuming all initialized endpoints are modem->IPA. in ipa_endpoint_modem_exception_reset_all() 393 count = hweight32(initialized) + ipa_cmd_pipeline_clear_count(); in ipa_endpoint_modem_exception_reset_all() 401 while (initialized) { in ipa_endpoint_modem_exception_reset_all() 402 u32 endpoint_id = __ffs(initialized); in ipa_endpoint_modem_exception_reset_all() 406 initialized ^= BIT(endpoint_id); in ipa_endpoint_modem_exception_reset_all() 1691 u32 initialized = ipa->initialized; in ipa_endpoint_setup() local 1694 while (initialized) { in ipa_endpoint_setup() 1695 u32 endpoint_id = __ffs(initialized); in ipa_endpoint_setup() 1697 initialized ^= BIT(endpoint_id); in ipa_endpoint_setup() [all …]
|
/Linux-v5.15/Documentation/RCU/ |
D | NMI-RCU.rst | 71 data that is to be used by the callback must be initialized up -before- 74 initialized values:: 110 initialized some data that is to be used by the new NMI 114 to the new NMI handler, but the old pre-initialized
|
/Linux-v5.15/drivers/android/ |
D | binder_internal.h | 194 * (invariant after initialized) 203 * (invariant after initialized) 241 * (invariant after initialized) 243 * (invariant after initialized) 245 * (invariant after initialized) 364 * (invariant after initialized) 366 * (invariant after initialized) 406 * (invariant after initialized) 410 * (invariant after initialized)
|
/Linux-v5.15/drivers/usb/typec/ucsi/ |
D | displayport.c | 26 bool initialized; member 59 if (!dp->override && dp->initialized) { in ucsi_displayport_enter() 207 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm() 245 if (dp->initialized) in ucsi_displayport_vdm() 248 dp->initialized = true; in ucsi_displayport_vdm() 305 dp->initialized = false; in ucsi_displayport_remove_partner()
|
/Linux-v5.15/Documentation/devicetree/bindings/gpio/ |
D | nxp,pcf8575.yaml | 55 When a bit is set to zero, the corresponding line will be initialized to 57 When the bit is set to one, the line will be initialized to the 59 If the property is not specified all lines will be initialized to the
|
/Linux-v5.15/arch/sh/kernel/ |
D | head_32.S | 49 * BSC has already been initialized. 50 * INTC may or may not be initialized. 51 * VBR may or may not be initialized. 52 * MMU may or may not be initialized. 53 * Cache may or may not be initialized. 54 * Hardware (including on-chip modules) may or may not be initialized.
|
/Linux-v5.15/arch/arm64/kvm/vgic/ |
D | vgic-init.c | 46 * @kvm: The VM whose VGIC districutor should be initialized 144 * not initialized yet: in kvm_vgic_dist_init() 180 * @vcpu: pointer to the VCPU being created and initialized 321 dist->initialized = true; in vgic_init() 333 dist->initialized = false; in kvm_vgic_dist_destroy() 392 * is a GICv2. A GICv3 must be explicitly initialized by the guest using the 404 * be explicitly initialized once setup with the respective in vgic_lazy_init() 425 * v3 and derivatives return an error if the VGIC is not initialized.
|
/Linux-v5.15/drivers/visorbus/ |
D | vbuschannel.h | 13 * and client ends of the bus. The channel header area is initialized by 80 * @channel_header: Initialized by server. 81 * @hdr_info: Initialized by server.
|