/linux-4.4.14/fs/cramfs/ |
D | uncompress.c | 27 static int initialized; variable 60 if (!initialized++) { in cramfs_uncompress_init() 63 initialized = 0; in cramfs_uncompress_init() 75 if (!--initialized) { in cramfs_uncompress_exit()
|
/linux-4.4.14/arch/mips/loongson64/lemote-2f/ |
D | pm.c | 84 static int initialized; variable 127 if (initialized == 0) { in wakeup_loongson() 130 initialized = 1; in wakeup_loongson()
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 94 bool initialized; member 108 cl->initialized = false; in mei_deinit() 127 me->initialized = true; in mei_init() 290 bool initialized; member 298 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose); in amt_host_if_init() 299 return acmd->initialized; in amt_host_if_init() 305 acmd->initialized = false; in amt_host_if_deinit()
|
D | mei.txt | 117 ENODEV Device or Connection is not initialized or ready. 141 ENODEV Device is not initialized or the client not connected 162 ENODEV Device is not initialized or the client not connected
|
/linux-4.4.14/kernel/ |
D | context_tracking.c | 190 static __initdata bool initialized = false; in context_tracking_cpu_set() local 197 if (initialized) in context_tracking_cpu_set() 207 initialized = true; in context_tracking_cpu_set()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fence.c | 455 ring->fence_drv.initialized = true; in amdgpu_fence_driver_start_ring() 482 ring->fence_drv.initialized = false; in amdgpu_fence_driver_init_ring() 559 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_fini() 571 ring->fence_drv.initialized = false; in amdgpu_fence_driver_fini() 591 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_suspend() 627 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_resume() 651 if (!ring || !ring->fence_drv.initialized) in amdgpu_fence_driver_force_completion() 788 if (!ring || !ring->fence_drv.initialized) in amdgpu_debugfs_fence_info() 801 if (i != j && other && other->fence_drv.initialized && in amdgpu_debugfs_fence_info()
|
D | amdgpu_ttm.c | 875 adev->mman.initialized = true; in amdgpu_ttm_init() 957 if (!adev->mman.initialized) in amdgpu_ttm_fini() 976 adev->mman.initialized = false; in amdgpu_ttm_fini() 986 if (!adev->mman.initialized) in amdgpu_ttm_set_active_vram_size()
|
/linux-4.4.14/Documentation/timers/ |
D | timer_stats.txt | 20 - the pid of the task(process) which initialized the timer 21 - the name of the process which initialized the timer 22 - the function where the timer was initialized 65 initialized the timer and in parenthesis the callback function which was
|
/linux-4.4.14/drivers/thermal/ |
D | step_wise.c | 66 if (!instance->initialized) { in get_target_state() 165 if (instance->initialized && old_target == instance->target) in thermal_zone_trip_update() 177 instance->initialized = true; in thermal_zone_trip_update()
|
D | thermal_core.h | 44 bool initialized; member
|
/linux-4.4.14/sound/oss/ |
D | sound_timer.c | 19 static volatile int initialized, opened, tmr_running; variable 310 if (initialized) in sound_timer_init() 317 initialized = 1; in sound_timer_init()
|
D | aedsp16.c | 1249 int initialized = FALSE; in init_aedsp16() local 1258 initialized = TRUE; in init_aedsp16() 1266 initialized = TRUE; in init_aedsp16() 1280 initialized = TRUE; in init_aedsp16() 1284 if (initialized) in init_aedsp16() 1285 initialized = aedsp16_init_board(); in init_aedsp16() 1286 return initialized; in init_aedsp16()
|
D | mpu401.c | 48 int initialized; member 482 if (!devc->initialized) in mpu401_open() 815 if (!devc->initialized) in mpu_synth_open() 968 devc->initialized = 0; in attach_mpu401() 1126 timeout_limit = devc->initialized ? 30000 : 100000; in reset_mpu401() 1127 devc->initialized = 1; in reset_mpu401() 1191 tmp_devc.initialized = 0; in probe_mpu401()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | timer.c | 249 static int initialized; in xilinx_timer_init() local 253 if (initialized) in xilinx_timer_init() 256 initialized = 1; in xilinx_timer_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-emmc.txt | 6 fix possible issues if bootloader has left eMMC card in initialized or 11 card if the card is left in unknown or already initialized state.
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | i2c-matroxfb.c | 120 b->initialized = !err; in i2c_bus_reg() 125 if (b->initialized) { in i2c_bit_bus_del() 127 b->initialized = 0; in i2c_bit_bus_del()
|
D | matroxfb_maven.h | 11 int initialized; member
|
D | matroxfb_crtc2.h | 10 int initialized; member
|
D | matroxfb_crtc2.c | 390 m2info->initialized = 1; in matroxfb_dh_set_par() 636 if (!m2info->initialized) in matroxfb_dh_regit()
|
D | matroxfb_base.c | 836 minfo->initialized = 1; in matroxfb_set_par() 1929 if (!minfo->initialized) { in initMatrox2() 2454 static int __initdata initialized = 0; variable 2469 if (!initialized) { in matroxfb_init() 2470 initialized = 1; in matroxfb_init()
|
D | matroxfb_base.h | 344 int initialized; member
|
/linux-4.4.14/drivers/w1/ |
D | w1_int.c | 65 dev->initialized = 0; in w1_alloc_dev() 155 dev->initialized = 1; in w1_add_master_device() 245 if (!dev->initialized) in w1_remove_master_device()
|
D | w1.h | 233 int initialized; member
|
/linux-4.4.14/drivers/char/ |
D | random.c | 438 unsigned int initialized:1; member 677 if (!r->initialized && r->entropy_total > 128) { in credit_entropy_bits() 678 r->initialized = 1; in credit_entropy_bits() 706 r->initialized && in credit_entropy_bits() 804 r = nonblocking_pool.initialized ? &input_pool : &nonblocking_pool; in add_timer_randomness() 924 r = nonblocking_pool.initialized ? &input_pool : &nonblocking_pool; in add_interrupt_randomness() 1256 if (unlikely(nonblocking_pool.initialized == 0)) in get_random_bytes() 1281 if (likely(nonblocking_pool.initialized)) in add_random_ready_callback() 1289 if (nonblocking_pool.initialized) in add_random_ready_callback() 1462 if (unlikely(nonblocking_pool.initialized == 0)) in urandom_read() [all …]
|
/linux-4.4.14/drivers/clocksource/ |
D | timer-sp804.c | 220 static bool initialized = false; in sp804_of_init() local 235 if (initialized || !of_device_is_available(np)) in sp804_of_init() 266 initialized = true; in sp804_of_init()
|
D | cadence_ttc_timer.c | 474 static int initialized; in ttc_timer_init() local 478 if (initialized) in ttc_timer_init() 481 initialized = 1; in ttc_timer_init()
|
D | timer-imx-gpt.c | 475 static int initialized; in mxc_timer_init_dt() local 478 if (initialized) in mxc_timer_init_dt() 499 initialized = 1; in mxc_timer_init_dt()
|
/linux-4.4.14/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 206 bochs->fb.initialized = true; in bochs_fbdev_init() 216 if (!bochs->fb.initialized) in bochs_fbdev_fini() 220 bochs->fb.initialized = false; in bochs_fbdev_fini()
|
D | bochs.h | 85 bool initialized; member 93 bool initialized; member
|
D | bochs_drv.c | 110 if (bochs->fb.initialized) { in bochs_pm_suspend() 127 if (bochs->fb.initialized) { in bochs_pm_resume()
|
D | bochs_mm.c | 244 bochs->ttm.initialized = true; in bochs_mm_init() 250 if (!bochs->ttm.initialized) in bochs_mm_fini() 255 bochs->ttm.initialized = false; in bochs_mm_fini()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 835 rdev->fence_drv[ring].initialized = true; in radeon_fence_driver_start_ring() 861 rdev->fence_drv[ring].initialized = false; in radeon_fence_driver_init_ring() 907 if (!rdev->fence_drv[ring].initialized) in radeon_fence_driver_fini() 917 rdev->fence_drv[ring].initialized = false; in radeon_fence_driver_fini() 933 if (rdev->fence_drv[ring].initialized) { in radeon_fence_driver_force_completion() 952 if (!rdev->fence_drv[i].initialized) in radeon_debugfs_fence_info() 964 if (i != j && rdev->fence_drv[j].initialized) in radeon_debugfs_fence_info()
|
D | radeon_ttm.c | 884 rdev->mman.initialized = true; in radeon_ttm_init() 932 if (!rdev->mman.initialized) in radeon_ttm_fini() 948 rdev->mman.initialized = false; in radeon_ttm_fini() 958 if (!rdev->mman.initialized) in radeon_ttm_set_active_vram_size()
|
/linux-4.4.14/Documentation/RCU/ |
D | NMI-RCU.txt | 68 data that is to be used by the callback must be initialized up -before- 71 initialized values. 107 initialized some data that is to be used by the new NMI 111 to the new NMI handler, but the old pre-initialized
|
/linux-4.4.14/drivers/cpuidle/ |
D | cpuidle.c | 36 static int initialized __read_mostly; 50 return off || !initialized || !drv || !dev || !dev->enabled; in cpuidle_not_available() 293 initialized = 1; in cpuidle_install_idle_handler() 303 initialized = 0; in cpuidle_uninstall_idle_handler()
|
D | Kconfig.arm | 11 initialized by calling the CPU operations init idle hook
|
/linux-4.4.14/drivers/misc/ |
D | cs5535-mfgpt.c | 44 int initialized; member 155 if (!mfgpt->initialized) in cs5535_mfgpt_alloc_timer() 358 cs5535_mfgpt_chip.initialized = 1; in cs5535_mfgpt_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-pcf857x.txt | 40 line. When a bit is set to zero, the corresponding line will be initialized to 42 initialized the low-level output state. If the property is not specified 43 all lines will be initialized to the input state.
|
D | gpio-poweroff.txt | 28 property is not specified, the GPIO is initialized as an output in its
|
D | gpio-restart.txt | 30 specified, the GPIO is initialized as an output in its inactive state.
|
/linux-4.4.14/arch/unicore32/ |
D | Kconfig.debug | 25 early before the console code is initialized. For normal operation 37 executes before the console is initialized.
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | or51211.c | 65 u8 initialized:1; member 372 if (!state->initialized) { in or51211_init() 489 state->initialized = 1; in or51211_init() 526 state->initialized = 0; in or51211_attach()
|
/linux-4.4.14/arch/cris/arch-v32/mach-fs/ |
D | arbiter.c | 165 static int initialized; in crisv32_arbiter_init() local 167 if (initialized) in crisv32_arbiter_init() 170 initialized = 1; in crisv32_arbiter_init()
|
D | pinmux.c | 55 static int initialized; in crisv32_pinmux_init() local 57 if (!initialized) { in crisv32_pinmux_init() 59 initialized = 1; in crisv32_pinmux_init()
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 297 cdma->timeout.initialized = true; in cdma_timeout_init() 307 if (cdma->timeout.initialized) in cdma_timeout_destroy() 309 cdma->timeout.initialized = false; in cdma_timeout_destroy()
|
/linux-4.4.14/Documentation/fb/ |
D | arkfb.txt | 12 - only BIOS initialized VGA devices supported 49 * secondary (not initialized by BIOS) device support
|
D | s3fb.txt | 16 - only BIOS initialized VGA devices supported 58 * secondary (not initialized by BIOS) device support
|
D | vt8623fb.txt | 46 * secondary (not initialized by BIOS) device support
|
/linux-4.4.14/sound/soc/atmel/ |
D | atmel_ssc_dai.c | 134 .initialized = 0, 140 .initialized = 0, 146 .initialized = 0, 371 if (ssc_p->initialized) { in atmel_ssc_shutdown() 373 ssc_p->initialized = 0; in atmel_ssc_shutdown() 730 if (!ssc_p->initialized) { in atmel_ssc_hw_params() 753 ssc_p->initialized = 1; in atmel_ssc_hw_params()
|
D | atmel_ssc_dai.h | 111 unsigned short initialized; /* true if SSC has been initialized */ member
|
/linux-4.4.14/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 202 This structure can be initialized before setting specific fields by using 236 implementation. It requires an initialized struct autofs_dev_ioctl as an 246 by loaded module. This call requires an initialized struct autofs_dev_ioctl 257 path. The open call requires an initialized struct autofs_dev_ioctl with 261 /proc/mounts. The close call requires an initialized struct 273 Both of these calls require an initialized struct autofs_dev_ioctl 291 The call requires an initialized struct autofs_dev_ioctl with the 305 The call requires an initialized struct autofs_dev_ioctl with the 314 The call requires an initialized struct autofs_dev_ioctl with the 324 The call requires an initialized struct autofs_dev_ioctl with the path [all …]
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | evgpeblk.c | 363 gpe_block->initialized = FALSE; in acpi_ev_create_gpe_block() 454 if (!gpe_block || gpe_block->initialized) { in acpi_ev_initialize_gpe_block() 508 gpe_block->initialized = TRUE; in acpi_ev_initialize_gpe_block()
|
/linux-4.4.14/arch/x86/boot/ |
D | header.S | 207 .long 0 # Size of initialized data 243 .long 0 # Size of initialized data 262 .long 0 # Size of initialized data
|
/linux-4.4.14/drivers/input/joystick/ |
D | grip_mp.c | 478 int dig_mode, initialized = 0, tries = 0; in multiport_init() local 497 initialized = 1; in multiport_init() 501 dbg("multiport_init(): initialized == %d\n", initialized); in multiport_init() 502 return initialized; in multiport_init()
|
/linux-4.4.14/drivers/watchdog/ |
D | cpwd.c | 81 bool initialized; member 385 if (!p->initialized) { in cpwd_open() 392 p->initialized = true; in cpwd_open() 660 if (p->initialized) in cpwd_remove()
|
/linux-4.4.14/drivers/acpi/ |
D | pci_link.c | 76 u8 initialized:1; member 512 if (link->irq.initialized) { in acpi_pci_link_allocate() 577 link->irq.initialized = 1; in acpi_pci_link_allocate() 660 if (!link->irq.initialized) { in acpi_pci_link_free_irq() 752 if (link->refcnt && link->irq.active && link->irq.initialized) in acpi_pci_link_resume()
|
D | scan.c | 1400 device->flags.initialized = true; in acpi_init_device_object() 1492 adev->flags.initialized = false; in acpi_device_is_present() 1753 if (!device->flags.initialized) { in acpi_bus_attach() 1759 device->flags.initialized = true; in acpi_bus_attach() 1866 adev->flags.initialized = false; in acpi_bus_trim()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | rohm_bu21023.c | 269 bool initialized; member 768 if (ts->initialized) in swap_xy_store() 807 if (ts->initialized) in inv_x_store() 846 if (ts->initialized) in inv_y_store() 1083 if (!ts->initialized) { in rohm_ts_open() 1091 ts->initialized = true; in rohm_ts_open() 1103 ts->initialized = false; in rohm_ts_close()
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | pinmux.c | 34 static int initialized; in crisv32_pinmux_init() local 36 if (!initialized) { in crisv32_pinmux_init() 37 initialized = 1; in crisv32_pinmux_init()
|
D | arbiter.c | 234 static int initialized; in crisv32_arbiter_init() local 236 if (initialized) in crisv32_arbiter_init() 239 initialized = 1; in crisv32_arbiter_init()
|
/linux-4.4.14/tools/perf/util/ |
D | bpf-loader.c | 182 static bool initialized = false; in bpf__prepare_probe() local 189 if (initialized) in bpf__prepare_probe() 192 initialized = true; in bpf__prepare_probe()
|
D | symbol.h | 100 initialized, member
|
D | symbol.c | 1978 if (symbol_conf.initialized) in symbol__init() 2031 symbol_conf.initialized = true; in symbol__init() 2047 if (!symbol_conf.initialized) in symbol__exit() 2056 symbol_conf.initialized = false; in symbol__exit()
|
/linux-4.4.14/include/linux/ |
D | if_frad.h | 77 int initialized; /* mem_start, port, irq set ? */ member
|
D | ipv6.h | 59 bool initialized; member
|
D | cpufreq.h | 444 int initialized; member
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | head_v10.S | 29 cmp.d RAM_INIT_MAGIC, $r8 ; Already initialized? 115 move.d RAM_INIT_MAGIC, $r8 ; Tell kernel that DRAM is initialized
|
D | head_v32.S | 27 cmp.d RAM_INIT_MAGIC, $r8 ; Already initialized?
|
/linux-4.4.14/drivers/power/ |
D | ab8500_btemp.c | 107 bool initialized; member 637 if (!di->initialized) { in ab8500_btemp_periodic_work() 650 if ((bat_temp == di->prev_bat_temp) || !di->initialized) { in ab8500_btemp_periodic_work() 651 if ((di->bat_temp != di->prev_bat_temp) || !di->initialized) { in ab8500_btemp_periodic_work() 652 di->initialized = true; in ab8500_btemp_periodic_work() 1095 di->initialized = false; in ab8500_btemp_probe()
|
/linux-4.4.14/drivers/isdn/act2000/ |
D | module.c | 674 int initialized; in act2000_addcard() local 710 initialized = 0; in act2000_addcard() 744 initialized = 1; in act2000_addcard() 756 initialized = 1; in act2000_addcard() 757 if (initialized) { in act2000_addcard()
|
/linux-4.4.14/drivers/mtd/ |
D | sm_ftl.h | 23 bool initialized; member
|
D | sm_ftl.c | 855 zone->initialized = 1; in sm_init_zone() 886 if (!zone->initialized) { in sm_get_zone() 1238 if (!ftl->zones[i].initialized) in sm_remove_dev()
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpif_capture.h | 99 u8 initialized; member
|
D | vpif_display.h | 107 u8 initialized; /* flag to indicate whether member
|
D | vpbe.c | 614 if (vpbe_dev->initialized) in vpbe_initialize() 766 vpbe_dev->initialized = 1; in vpbe_initialize() 802 vpbe_dev->initialized = 0; in vpbe_deinitialize()
|
/linux-4.4.14/arch/x86/purgatory/ |
D | Makefile | 13 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-b…
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | rtc-cmos.txt | 16 "Register A" and "B" are usually initialized by the firmware (BIOS for
|
/linux-4.4.14/security/selinux/include/ |
D | objsec.h | 49 unsigned char initialized; /* initialization flag */ member
|
/linux-4.4.14/arch/nios2/ |
D | Kconfig.debug | 25 early before the console code is initialized.
|
/linux-4.4.14/Documentation/networking/ |
D | gen_stats.txt | 74 are responsible for making sure that the lock is initialized. 94 2) make sure you have initialized stats lock that is used to setup such
|
D | netif-msg.txt | 51 variable is a bit map rather than a level, and is initialized as
|
D | netconsole.txt | 58 initialized and attempts to bring up the supplied dev at the supplied 136 have existed when netconsole was loaded / initialized).
|
/linux-4.4.14/lib/ |
D | Kconfig.kmemcheck | 72 initialized, uninitialized, etc. and will be displayed when an 91 accesses where not all the bits are initialized at the same time.
|
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/ |
D | qe.c | 539 static int initialized; in qe_get_firmware_info() local 553 if (initialized) in qe_get_firmware_info() 556 initialized = 1; in qe_get_firmware_info()
|
/linux-4.4.14/drivers/parisc/ |
D | led.c | 553 static int initialized; in register_led_driver() local 555 if (initialized || !data_reg) in register_led_driver() 593 initialized++; in register_led_driver()
|
/linux-4.4.14/arch/tile/ |
D | Kconfig.debug | 12 early before the console code is initialized. For normal operation
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | cdma.h | 54 bool initialized; /* timer one-time setup flag */ member
|
D | cdma.c | 411 if (!cdma->timeout.initialized) { in host1x_cdma_begin()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_dm.c | 1503 static u8 initialized, force_write; in _rtl92e_dm_initial_gain() local 1507 initialized = 0; in _rtl92e_dm_initial_gain() 1544 || !initialized || force_write) { in _rtl92e_dm_initial_gain() 1551 initialized = 1; in _rtl92e_dm_initial_gain() 1559 static u8 initialized, force_write; in _rtl92e_dm_pd_th() local 1563 initialized = 0; in _rtl92e_dm_pd_th() 1599 (initialized <= 3) || force_write) { in _rtl92e_dm_pd_th() 1618 if (initialized <= 3) in _rtl92e_dm_pd_th() 1619 initialized++; in _rtl92e_dm_pd_th() 1627 static u8 initialized, force_write; in _rtl92e_dm_cs_ratio() local [all …]
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.h | 109 u8 initialized; member
|
D | vpfe_video.c | 183 video->initialized = 1; in vpfe_update_pipe_state() 407 if (!video->initialized && vpfe_update_pipe_state(video)) { in vpfe_open() 535 video->initialized = 0; in vpfe_release()
|
/linux-4.4.14/include/media/davinci/ |
D | vpfe_capture.h | 119 u8 initialized; member
|
D | vpbe.h | 177 int initialized; member
|
/linux-4.4.14/drivers/cpufreq/ |
D | cpufreq_governor.c | 341 ret = cdata->init(dbs_data, !policy->governor->initialized); in cpufreq_governor_init() 373 cdata->exit(dbs_data, !policy->governor->initialized); in cpufreq_governor_init() 400 cdata->exit(dbs_data, policy->governor->initialized == 1); in cpufreq_governor_exit()
|
/linux-4.4.14/sound/usb/ |
D | mixer.h | 66 u8 initialized; member
|
D | mixer.c | 159 cval->initialized = 1; in check_mapped_dB() 961 cval->initialized = 1; in get_min_max_with_quirks() 1030 cval->initialized = 1; in get_min_max_with_quirks() 1075 if (!cval->initialized) { in mixer_ctl_feature_info() 1077 if (cval->initialized && cval->dBmin >= cval->dBmax) { in mixer_ctl_feature_info() 1349 if (cval->dBmin < cval->dBmax || !cval->initialized) { in build_feature_ctl() 1844 cval->initialized = 1; in build_audio_procunit() 1854 cval->initialized = 1; in build_audio_procunit() 2041 cval->initialized = 1; in parse_audio_selector_unit()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_context.c | 346 ring->default_context->legacy_hw_ctx.initialized = false; in i915_gem_context_reset() 715 if (!to->legacy_hw_ctx.initialized || i915_gem_context_is_default(to)) { in do_switch() 787 uninitialized = !to->legacy_hw_ctx.initialized; in do_switch() 788 to->legacy_hw_ctx.initialized = true; in do_switch()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.h | 33 bool initialized; member
|
/linux-4.4.14/arch/um/ |
D | Kconfig.debug | 38 early before the console code is initialized.
|
/linux-4.4.14/Documentation/blockdev/ |
D | nbd.txt | 30 Number of block devices that should be initialized (default: 16).
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | floppy_64.h | 545 static int initialized = 0; in sun_floppy_init() local 551 if (initialized) in sun_floppy_init() 553 initialized = 1; in sun_floppy_init()
|
/linux-4.4.14/Documentation/ |
D | percpu-rw-semaphore.txt | 18 The lock is initialized percpu_init_rwsem, it returns 0 on success and
|
D | kmemcheck.txt | 154 are initialized, uninitialized, etc. and will be displayed when an 177 accesses where not all the bits are initialized at the same time. This 300 of calls, we move upwards to see where "from" was allocated or initialized, 324 where the item on "list" was allocated or initialized. We move to line 410: 484 i - initialized 532 initialized. This is the beginning of the struct: 545 not been initialized. We can verify this using gdb: 738 byte in the allocation proper, e.g. whether it is initialized or 751 object in question as being initialized so that no warnings will ever be
|
D | flexible-arrays.txt | 86 adjacent elements. Flexible array elements are normally initialized to the 90 initialized to zero and this poisoning will not happen.
|
D | Intel-IOMMU.txt | 84 When DMAR is being processed and initialized by ACPI, prints DMAR locations
|
D | static-keys.txt | 137 reference counting. For example, if the key is initialized true, a 140 key is initialized false, a 'static_branch_inc()', will change the branch to
|
D | lockup-watchdogs.txt | 42 (compile-time initialized to 10 and configurable through sysctl of the
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 20 can access them all, and initialized data all before uninitialized, so
|
/linux-4.4.14/sound/core/seq/ |
D | seq_timer.h | 37 initialized:1; /* timer is initialized */ member
|
D | seq_timer.c | 380 tmr->initialized = 1; in initialize_timer() 416 if (! tmr->initialized) { in seq_timer_continue()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-wiimote | 16 Description: This file contains the currently connected and initialized 32 Description: While a device is initialized by the wiimote driver, we perform
|
/linux-4.4.14/drivers/media/i2c/ |
D | ks0127.c | 220 static int initialized; in init_reg_defaults() local 223 if (initialized) in init_reg_defaults() 225 initialized = 1; in init_reg_defaults()
|
/linux-4.4.14/Documentation/cgroups/ |
D | net_cls.txt | 13 This net_cls.classid value is initialized to 0.
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | vc.c | 693 static bool initialized; in omap_vc_i2c_init() local 697 if (initialized) { in omap_vc_i2c_init() 726 initialized = true; in omap_vc_i2c_init()
|
/linux-4.4.14/sound/ppc/ |
D | pmac.h | 113 unsigned int initialized : 1; member
|
D | powermac.c | 121 chip->initialized = 1; in snd_pmac_probe()
|
/linux-4.4.14/drivers/usb/misc/ |
D | ftdi-elan.c | 165 unsigned initialized:1; member 562 } else if (ftdi->initialized == 0) { in ftdi_elan_status_work() 564 ftdi->initialized = 1; in ftdi_elan_status_work() 590 ftdi->initialized = 0; in ftdi_elan_status_work() 600 ftdi->initialized = 0; in ftdi_elan_status_work() 1479 if (ftdi->initialized == 0) { in usb_ftdi_elan_read_pcimem() 1496 } else if (ftdi->initialized == 0) { in ftdi_elan_edset_setup() 1553 } else if (ftdi->initialized == 0) { in ftdi_elan_edset_input() 1618 } else if (ftdi->initialized == 0) { in ftdi_elan_edset_empty() 1675 } else if (ftdi->initialized == 0) { in ftdi_elan_edset_output() [all …]
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_dm.c | 2020 static u8 initialized, force_write; in dm_initial_gain() local 2025 initialized = 0; in dm_initial_gain() 2061 || !initialized || force_write) { in dm_initial_gain() 2070 initialized = 1; in dm_initial_gain() 2080 static u8 initialized, force_write; in dm_pd_th() local 2084 initialized = 0; in dm_pd_th() 2114 (initialized <= 3) || force_write) { in dm_pd_th() 2153 if (initialized <= 3) in dm_pd_th() 2154 initialized++; in dm_pd_th() 2164 static u8 initialized, force_write; in dm_cs_ratio() local [all …]
|
/linux-4.4.14/drivers/s390/cio/ |
D | io_sch.h | 153 unsigned int initialized:1; /* set if initial reference held */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | simple-pm-bus.txt | 5 driver, as it's typically initialized by the boot loader.
|
/linux-4.4.14/drivers/net/wan/ |
D | sdla.c | 889 if (!flp->initialized) in sdla_isr() 1015 if (!flp->initialized) in sdla_open() 1263 if (!flp->initialized) in sdla_ioctl() 1342 if (flp->initialized) in sdla_set_config() 1582 flp->initialized = 1; in sdla_set_config() 1651 if (flp->initialized) { in exit_sdla()
|
D | ixp4xx_hss.c | 267 unsigned int initialized, carrier; member 515 if (port->initialized) in hss_load_firmware() 548 port->initialized = 1; in hss_load_firmware()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_wfi_netdevice.h | 160 bool initialized; member
|
D | linux_wlan.c | 901 if (wl->initialized) { in wilc1000_wlan_deinit() 945 wl->initialized = false; in wilc1000_wlan_deinit() 1082 if (!wl->initialized) { in wilc1000_wlan_init() 1163 wl->initialized = true; in wilc1000_wlan_init() 1506 if (!wilc->initialized) in mac_ioctl()
|
D | wilc_wfi_cfgoperations.c | 2421 if (!wl->initialized) { in wilc_mgmt_frame_register() 2575 if (wl->initialized) { in change_virtual_intf() 2632 if (wl->initialized) { in change_virtual_intf() 2664 if (wl->initialized) { in change_virtual_intf() 2718 if (wl->initialized) { in change_virtual_intf() 2741 if (wl->initialized) { in change_virtual_intf() 2832 if (wl->initialized) { in change_virtual_intf()
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | Kconfig | 28 the driver is initialized. If you want the driver to take over
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 15 CR14 (interruption vector) initialized to fault_vector 16 CR15 (EIEM) initialized to all ones*
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | ps3.dts | 46 * we'll put a null entries here. These will be initialized after
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | dm.c | 460 static u8 initialized, force_write; in _rtl92s_dm_initial_gain_sta_beforeconnect() local 518 !initialized || force_write) { in _rtl92s_dm_initial_gain_sta_beforeconnect() 528 initialized = 1; in _rtl92s_dm_initial_gain_sta_beforeconnect()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_tkip.c | 40 bool initialized; member 430 tkey->initialized) { in rtllib_tkip_decrypt() 440 tkey->initialized = true; in rtllib_tkip_decrypt()
|
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/ |
D | max6697.txt | 52 Transistor ideality will be initialized to default (1.008) if not
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | max77686.txt | 21 The regulator node's name should be initialized with a string
|
D | max77802.txt | 41 The regulator node name should be initialized with a string to get matched
|
/linux-4.4.14/drivers/staging/panel/ |
D | panel.c | 252 bool initialized; member 1472 if (lcd.enabled && lcd.initialized) { in panel_lcd_print() 1657 lcd.initialized = true; in lcd_init() 2008 if (lcd.enabled && lcd.initialized) { in panel_scan_timer() 2187 if (lcd.enabled && lcd.initialized) { in panel_notify_sys() 2291 lcd.initialized = false; in panel_detach()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_ssif.c | 295 static bool initialized; variable 1745 if (initialized) in new_ssif_client() 1977 if (initialized) in init_ipmi_ssif() 2005 initialized = true; in init_ipmi_ssif() 2013 if (!initialized) in cleanup_ipmi_ssif() 2016 initialized = false; in cleanup_ipmi_ssif()
|
D | ipmi_msghandler.c | 62 static int initialized; variable 944 if (!initialized) { in ipmi_create_user() 953 if (!initialized) in ipmi_create_user() 2772 if (!initialized) { in ipmi_register_smi() 2780 if (!initialized) in ipmi_register_smi() 4558 if (initialized) in ipmi_init_msghandler() 4585 initialized = 1; in ipmi_init_msghandler() 4600 if (!initialized) in cleanup_ipmi() 4624 initialized = 0; in cleanup_ipmi()
|
/linux-4.4.14/drivers/dma/ |
D | qcom_bam_dma.c | 368 unsigned int initialized; /* is the channel hw initialized? */ member 437 bchan->initialized = 0; in bam_reset_channel() 483 bchan->initialized = 1; in bam_chan_init_hw() 902 if (!bchan->initialized) in bam_start_dma()
|
/linux-4.4.14/Documentation/arm/ |
D | firmware.txt | 6 world, which changes the way some things have to be initialized. This makes
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | pci.h | 91 int initialized; member
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | intel_bios.c | 392 if (!p_mapping->initialized) { in parse_sdvo_device_mapping() 398 p_mapping->initialized = 1; in parse_sdvo_device_mapping()
|
D | psb_drv.h | 261 u8 initialized; member 614 bool initialized; member
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | pctv452e.c | 98 u8 initialized; /* set to 1 if 0x15 has been sent */ member 511 if (state->initialized) in pctv452e_power_ctrl() 534 state->initialized = 1; in pctv452e_power_ctrl()
|
D | dw2102.c | 119 u8 initialized; member 899 info("%s: %d, initialized %d\n", __func__, i, state->initialized); in su3000_power_ctrl() 901 if (i && !state->initialized) { in su3000_power_ctrl() 902 state->initialized = 1; in su3000_power_ctrl()
|
/linux-4.4.14/Documentation/driver-model/ |
D | porting.txt | 149 and initialized before. 165 Once the generic device has been initialized, it can be registered 251 After the generic driver has been initialized, call 306 The generic driver should be initialized with these methods before it
|
D | driver.txt | 157 be allocated and initialized, and that any hardware can be initialized.
|
D | bus.txt | 31 When a bus driver is initialized, it calls bus_register. This
|
D | class.txt | 54 has been initialized. It now happens after the probe() callback
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp_core.c | 62 static int initialized; variable 746 if (initialized) in one_time_init() 802 initialized = 1; in one_time_init() 1409 if (initialized) in unload_cpqphpd()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 872 if (!ctrl->initialized) in __uvc_find_control() 1401 if (!ctrl->initialized) in uvc_ctrl_commit_entity() 1703 if (ctrl->initialized) in uvc_ctrl_init_xu_ctrl() 1863 if (!ctrl->initialized || !ctrl->modified || in uvc_ctrl_restore_values() 1904 ctrl->initialized = 1; in uvc_ctrl_add_info() 2123 if (!ctrl->initialized) in uvc_ctrl_init_ctrl() 2214 if (!ctrl->initialized) in uvc_ctrl_cleanup_device()
|
D | uvcvideo.h | 217 initialized:1; member
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_ap.h | 165 int initialized; /* whether ap_data has been initialized */ member
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_usb.h | 227 u8 is_zd1211b:1, initialized:1, was_running:1, in_async:1; member
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | head_v10.S | 305 ; initialized 317 ; initialized
|
/linux-4.4.14/include/acpi/ |
D | acpi_bus.h | 203 u32 initialized:1; member 521 return adev && adev->flags.initialized && adev->flags.visited; in acpi_device_enumerated()
|
/linux-4.4.14/Documentation/scsi/ |
D | libsas.txt | 30 be initialized by the LLDDs. 58 are managed by the SAS layer. So the phys are initialized 59 and updated by the LLDD and the ports are initialized and 135 What needs to be initialized (sample function given below).
|
D | scsi_mid_low_api.txt | 105 pointer members not explicitly initialized. 244 initialized (i.e. boot time or module load time) 298 and shutdown. Once the LLD is initialized then a new host that appears 364 arrange for the SCSI mid level to be loaded and initialized before any LLD 365 is initialized. The functions below are listed alphabetically and their 778 * pre-initialized with made up values just in case this function 1175 typically initialized as a file scope static in a driver's header file. That 1176 way members that are not explicitly initialized will be set to 0 or NULL. 1199 initialized from the driver's struct scsi_host_template instance. Members 1332 Scsi_Host::default_lock which is initialized in scsi_host_alloc() [found in [all …]
|
/linux-4.4.14/Documentation/input/ |
D | cs461x.txt | 33 comments about them; but I've found the joystick can be initialized
|
/linux-4.4.14/Documentation/watchdog/ |
D | pcwd-watchdog.txt | 19 drivers have initialized, you can then talk to the card using a PC
|
/linux-4.4.14/drivers/tty/serial/ |
D | etraxfs-uart.c | 28 int initialized; member 846 if (up->initialized) in cris_serial_port_init() 848 up->initialized = 1; in cris_serial_port_init()
|
/linux-4.4.14/drivers/soc/qcom/ |
D | smem.c | 129 __le32 initialized; member 726 if (le32_to_cpu(header->initialized) != 1 || in qcom_smem_probe()
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver-changes.txt | 85 should be initialized in struct pcmcia_driver, and handle 89 The event handler is notified of all events, and must be initialized
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran.h | 289 u8 initialized; /* flag if zoran has been correctly initialized */ member
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | dram_init.S | 35 ;; Samsung SDRAMs seem to require to be initialized twice to work properly.
|
/linux-4.4.14/Documentation/ia64/ |
D | IRQ-redir.txt | 41 IO-SAPIC interrupts are initialized with CPU#0 as their default target
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda.h | 196 int initialized; member
|
D | coda-bit.c | 1063 ctx->initialized = 1; in coda_start_encoding() 1397 if (ctx->initialized == 0) in coda_seq_end_work() 1421 ctx->initialized = 0; in coda_seq_end_work() 1584 ctx->initialized = 1; in __coda_start_decoding() 1747 if (!ctx->initialized) { in coda_prepare_decode() 1755 ctx->initialized = 1; in coda_prepare_decode()
|
/linux-4.4.14/drivers/dma/dw/ |
D | regs.h | 228 bool initialized; member
|
D | core.c | 136 if (dwc->initialized == true) in dwc_initialize() 149 dwc->initialized = true; in dwc_initialize() 1119 dw->chan[i].initialized = false; in dw_dma_off() 1228 dwc->initialized = false; in dwc_free_chan_resources()
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 254 The subsystem must config_item_put() the reference that was initialized 298 configfs_register_subsystem(), the subsystem must have initialized the 300 initialized the mutex. 438 are initialized. Every attribute store must fire off the connection if 444 initialized in a way that makes sense. configfs provides this as
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | main.c | 1561 if (!IS_ACCEPTING_CMD(ar) || !ar->rng.initialized) in carl9170_rng_get() 1609 if (ar->rng.initialized) { in carl9170_unregister_hwrng() 1611 ar->rng.initialized = false; in carl9170_unregister_hwrng() 1625 if (WARN_ON(ar->rng.initialized)) in carl9170_register_hwrng() 1635 ar->rng.initialized = true; in carl9170_register_hwrng()
|
D | carl9170.h | 458 bool initialized; member
|
/linux-4.4.14/drivers/scsi/ |
D | hptiop.h | 323 u32 initialized: 1; member
|
D | dpti.h | 214 u8 initialized; member
|
D | hptiop.c | 266 if (hba->initialized) in iop_intr_mvfrey() 300 if (hba->initialized) in iop_intr_mvfrey() 581 hba->initialized = 1; in hptiop_initialize_iop() 693 if (!hba->initialized) in hptiop_message_callback() 1339 hba->initialized = 0; in hptiop_probe()
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.debug | 41 early before the console code is initialized. For normal operation 53 early before the console code is initialized. For normal operation 66 early before the console code is initialized.
|
/linux-4.4.14/Documentation/power/ |
D | video.txt | 9 initialized by BIOS, and kernel does not have enough information to 14 run normally so video card is normally initialized. It should not be
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision.h | 399 int initialized; /* Had we already sent init sequence? */ member
|
D | usbvision-video.c | 376 if (!usbvision->initialized) { in usbvision_v4l2_open() 380 usbvision->initialized = 1; in usbvision_v4l2_open() 1383 usbvision->initialized = 0; in usbvision_release()
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 294 static bool initialized; variable 1102 if (initialized) { in wait_til_ready() 1127 if (initialized) { in output_byte() 1156 if (initialized) { in result() 1705 do_print = !handler && print_unex && initialized; in floppy_interrupt() 1831 if (initialized) in floppy_shutdown() 1841 if (initialized) in floppy_shutdown() 4321 initialized = true; in do_floppy_init()
|
/linux-4.4.14/Documentation/vm/ |
D | page_owner.txt | 53 is initialized some time later than that page allocator starts in sparse
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | core.txt | 98 dev_pm_opp_init_cpufreq_table - cpufreq framework typically is initialized with
|
/linux-4.4.14/sound/pci/lola/ |
D | lola.c | 548 if (chip->initialized) in lola_free() 693 chip->initialized = 1; in lola_create()
|
D | lola.h | 377 unsigned int initialized:1; member
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 522 initalised||initialized 528 initialzed||initialized 555 intialized||initialized
|
/linux-4.4.14/arch/s390/kernel/ |
D | debug.c | 171 static int initialized; variable 704 BUG_ON(!initialized); in debug_register_mode() 1537 initialized = 1; in debug_init()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | dm_common.c | 394 static u8 initialized; /* initialized to false */ in rtl92c_dm_initial_gain_multi_sta() local 406 initialized = false; in rtl92c_dm_initial_gain_multi_sta() 409 } else if (initialized == false) { in rtl92c_dm_initial_gain_multi_sta() 410 initialized = true; in rtl92c_dm_initial_gain_multi_sta()
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 106 -EBUSY: Value has already be set, or GIC has already been initialized
|
/linux-4.4.14/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 98 is initialized and start to search PCIe devices on its port.
|
/linux-4.4.14/Documentation/tpm/ |
D | xen-tpmfront.txt | 80 Registers (PCRs) are normally all initialized to zero.
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 215 .initialized = false, 259 .initialized = false, 354 if (ndev->cnf.stable_secret.initialized) in ipv6_add_dev() 2999 if (idev->cnf.stable_secret.initialized) in ipv6_generate_stable_address() 3001 else if (net->ipv6.devconf_dflt->stable_secret.initialized) in ipv6_generate_stable_address() 4937 !idev->cnf.stable_secret.initialized && in inet6_set_link_af() 4938 !dev_net(dev)->ipv6.devconf_dflt->stable_secret.initialized) in inet6_set_link_af() 5370 if (!write && !secret->initialized) { in addrconf_sysctl_stable_secret() 5390 secret->initialized = true; in addrconf_sysctl_stable_secret() 5839 dflt->stable_secret.initialized = false; in addrconf_init_net() [all …]
|
/linux-4.4.14/fs/fuse/ |
D | fuse_i.h | 503 int initialized; member
|
D | cuse.c | 512 cc->fc.initialized = 1; in cuse_channel_open()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | Kconfig | 36 initialized and not enabled. To enable the automatic voltage
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | wlcore.h | 187 bool initialized; member
|
/linux-4.4.14/include/sound/ |
D | gus.h | 408 initialized: 1, /* resources were initialized */ member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | stih407-clock.dtsi | 83 * Bootloader initialized system infrastructure clock for
|
D | stih410-clock.dtsi | 85 * Bootloader initialized system infrastructure clock for
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 151 When initialized with "device_setup=0x00", the snd-usb-audio module has 250 * If you've correctly initialized the device in a valid mode and then want to switch 282 - it MUST be set if device_setup is initialized
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 301 NULL. If it exceed msg_max, the default value is initialized msg_max. 305 exceed msgsize_max, the default value is initialized msgsize_max.
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 805 root_isec->initialized = 1; in selinux_set_mnt_opts() 1296 if (isec->initialized) in inode_doinit_with_dentry() 1300 if (isec->initialized) in inode_doinit_with_dentry() 1472 isec->initialized = 1; in inode_doinit_with_dentry() 2780 isec->initialized = 1; in selinux_inode_init_security() 3079 isec->initialized = 1; in selinux_inode_post_setxattr() 3173 isec->initialized = 1; in selinux_inode_setsecurity() 3751 isec->initialized = 1; in selinux_task_to_inode() 4082 isec->initialized = 1; in selinux_socket_post_create() 4273 newisec->initialized = 1; in selinux_socket_accept()
|