| /linux-6.15/tools/perf/util/ |
| H A D | unwind-libunwind.c | 15 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument 29 if (initialized) in unwind__prepare_access() 30 *initialized = true; in unwind__prepare_access() 61 if (initialized) in unwind__prepare_access() 62 *initialized = err ? false : true; in unwind__prepare_access()
|
| H A D | unwind.h | 46 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized); 52 bool *initialized __maybe_unused) in unwind__prepare_access() 74 bool *initialized __maybe_unused) in unwind__prepare_access()
|
| /linux-6.15/fs/cramfs/ |
| H A 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-6.15/security/integrity/ima/ |
| H A 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-6.15/security/integrity/platform_certs/ |
| H A D | machine_keyring.c | 66 static bool initialized; in trust_moklist() local 69 if (!initialized) { in trust_moklist() 70 initialized = true; in trust_moklist()
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | gmap-vsie.c | 47 if (!sg->initialized) in gmap_find_shadow() 96 new->initialized = false; in gmap_shadow() 122 new->initialized = true; in gmap_shadow() 134 new->initialized = true; in gmap_shadow()
|
| /linux-6.15/arch/mips/loongson2ef/lemote-2f/ |
| H A D | pm.c | 80 static int initialized; variable 123 if (initialized == 0) { in wakeup_loongson() 126 initialized = 1; in wakeup_loongson()
|
| /linux-6.15/samples/mei/ |
| H A D | mei-amt-version.c | 94 bool initialized; member 108 cl->initialized = false; in mei_deinit() 127 me->initialized = true; in mei_init() 299 bool initialized; member 307 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose); in amt_host_if_init() 308 return acmd->initialized; in amt_host_if_init() 314 acmd->initialized = false; in amt_host_if_deinit()
|
| /linux-6.15/drivers/usb/typec/ucsi/ |
| H A D | displayport.c | 26 bool initialized; member 60 if (!dp->override && dp->initialized) { in ucsi_displayport_enter() 210 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm() 248 if (dp->initialized) in ucsi_displayport_vdm() 251 dp->initialized = true; in ucsi_displayport_vdm() 306 dp->initialized = false; in ucsi_displayport_remove_partner()
|
| /linux-6.15/drivers/thermal/ |
| H A D | gov_step_wise.c | 44 if (!instance->initialized) { in get_target_state() 95 if (instance->initialized && old_target == instance->target) in thermal_zone_trip_update() 98 instance->initialized = true; in thermal_zone_trip_update()
|
| H A D | gov_bang_bang.c | 50 instance->initialized = true; in bang_bang_set_instance_target() 104 if (!instance->initialized) in bang_bang_manage()
|
| /linux-6.15/tools/perf/arch/riscv64/annotate/ |
| H A D | instructions.c | 27 if (!arch->initialized) { in riscv64__annotate_init() 29 arch->initialized = true; in riscv64__annotate_init()
|
| /linux-6.15/tools/perf/arch/mips/annotate/ |
| H A D | instructions.c | 39 if (!arch->initialized) { in mips__annotate_init() 41 arch->initialized = true; in mips__annotate_init()
|
| /linux-6.15/tools/perf/arch/arm64/util/ |
| H A D | perf_regs.c | 67 static int initialized; in sdt_init_op_regex() local 70 if (initialized) in sdt_init_op_regex() 81 initialized = 1; in sdt_init_op_regex()
|
| /linux-6.15/tools/perf/arch/arm/annotate/ |
| H A D | instructions.c | 35 if (arch->initialized) in arm__annotate_init() 51 arch->initialized = true; in arm__annotate_init()
|
| /linux-6.15/Documentation/devicetree/bindings/gpio/ |
| H A D | nxp,pcf8575.yaml | 59 When a bit is set to zero, the corresponding line will be initialized to 61 When the bit is set to one, the line will be initialized to the 63 If the property is not specified all lines will be initialized to the 85 Performing a reset makes all lines initialized to their input (pulled-up)
|
| /linux-6.15/drivers/s390/cio/ |
| H A D | vfio_ccw_cp.c | 719 if (cp->initialized) in cp_init() 741 cp->initialized = true; in cp_init() 762 if (!cp->initialized) in cp_free() 765 cp->initialized = false; in cp_free() 820 if (!cp->initialized) in cp_prefetch() 861 if (!cp->initialized) in cp_get_orb() 908 if (!cp->initialized) in cp_update_scsw() 953 if (!cp->initialized) in cp_iova_pinned()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_fence.c | 490 ring->fence_drv.initialized = true; in amdgpu_fence_driver_start_ring() 520 ring->fence_drv.initialized = false; in amdgpu_fence_driver_init_ring() 603 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_hw_fini() 633 if (!ring || !ring->fence_drv.initialized || !ring->fence_drv.irq_src) in amdgpu_fence_driver_isr_toggle() 650 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_sw_fini() 666 ring->fence_drv.initialized = false; in amdgpu_fence_driver_sw_fini() 689 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_hw_init() 903 if (!ring || !ring->fence_drv.initialized) in amdgpu_debugfs_fence_info_show()
|
| /linux-6.15/arch/microblaze/kernel/ |
| H A D | timer.c | 249 static int initialized; in xilinx_timer_init() local 258 if (initialized) in xilinx_timer_init() 261 initialized = 1; in xilinx_timer_init()
|
| /linux-6.15/drivers/crypto/ccp/ |
| H A D | sp-dev.c | 257 static bool initialized; in sp_mod_init() local 260 if (initialized) in sp_mod_init() 271 initialized = true; in sp_mod_init()
|
| /linux-6.15/drivers/w1/ |
| H A D | w1_int.c | 44 dev->initialized = 0; in w1_alloc_dev() 133 dev->initialized = 1; in w1_add_master_device() 224 if (!dev->initialized) in w1_remove_master_device()
|
| /linux-6.15/drivers/video/fbdev/matrox/ |
| H A D | i2c-matroxfb.c | 119 b->initialized = !err; in i2c_bus_reg() 124 if (b->initialized) { in i2c_bit_bus_del() 126 b->initialized = 0; in i2c_bit_bus_del()
|
| /linux-6.15/tools/perf/arch/powerpc/util/ |
| H A D | perf_regs.c | 94 static int initialized; in sdt_init_op_regex() local 97 if (initialized) in sdt_init_op_regex() 108 initialized = 1; in sdt_init_op_regex()
|
| /linux-6.15/drivers/power/supply/ |
| H A D | ab8500_btemp.c | 111 bool initialized; member 280 if (!di->initialized) { in ab8500_btemp_periodic_work() 303 if ((bat_temp == di->prev_bat_temp) || !di->initialized) { in ab8500_btemp_periodic_work() 304 if ((di->bat_temp != di->prev_bat_temp) || !di->initialized) { in ab8500_btemp_periodic_work() 305 di->initialized = true; in ab8500_btemp_periodic_work() 734 di->initialized = false; in ab8500_btemp_probe()
|
| /linux-6.15/sound/soc/atmel/ |
| H A D | atmel_ssc_dai.c | 120 .initialized = 0, 125 .initialized = 0, 130 .initialized = 0, 290 if (!ssc_p->initialized) in atmel_ssc_startup() 357 if (ssc_p->initialized) { in atmel_ssc_shutdown() 359 ssc_p->initialized = 0; in atmel_ssc_shutdown() 670 if (!ssc_p->initialized) { in atmel_ssc_hw_params() 693 ssc_p->initialized = 1; in atmel_ssc_hw_params()
|