/linux-4.1.27/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.1.27/tools/perf/util/ |
D | trace-event.c | 65 static bool initialized; in trace_event__tp_format() local 67 if (!initialized) { in trace_event__tp_format() 78 initialized = true; in trace_event__tp_format()
|
D | symbol.h | 99 initialized, member
|
D | symbol.c | 1924 if (symbol_conf.initialized) in symbol__init() 1977 symbol_conf.initialized = true; in symbol__init() 1993 if (!symbol_conf.initialized) in symbol__exit() 2002 symbol_conf.initialized = false; in symbol__exit()
|
/linux-4.1.27/arch/mips/loongson/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.1.27/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()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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 | 843 minfo->initialized = 1; in matroxfb_set_par() 1939 if (!minfo->initialized) { in initMatrox2() 2466 static int __initdata initialized = 0; variable 2481 if (!initialized) { in matroxfb_init() 2482 initialized = 1; in matroxfb_init()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | timer.c | 257 static int initialized; in xilinx_timer_init() local 261 if (initialized) in xilinx_timer_init() 264 initialized = 1; in xilinx_timer_init()
|
/linux-4.1.27/drivers/w1/ |
D | w1_int.c | 65 dev->initialized = 0; in w1_alloc_dev() 156 dev->initialized = 1; in w1_add_master_device() 246 if (!dev->initialized) in w1_remove_master_device()
|
D | w1.h | 233 int initialized; member
|
/linux-4.1.27/drivers/cpuidle/ |
D | cpuidle.c | 36 static int initialized __read_mostly; 50 return off || !initialized || !drv || !dev || !dev->enabled; in cpuidle_not_available() 264 initialized = 1; in cpuidle_install_idle_handler() 274 initialized = 0; in cpuidle_uninstall_idle_handler()
|
D | Kconfig.arm | 11 initialized by calling the CPU operations init idle hook
|
/linux-4.1.27/arch/arm/common/ |
D | timer-sp.c | 214 static bool initialized = false; in sp804_of_init() local 229 if (initialized || !of_device_is_available(np)) in sp804_of_init() 260 initialized = true; in sp804_of_init()
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/bochs/ |
D | bochs.h | 85 bool initialized; member 93 bool initialized; member
|
D | bochs_fbdev.c | 220 bochs->fb.initialized = true; in bochs_fbdev_init() 230 if (!bochs->fb.initialized) in bochs_fbdev_fini() 234 bochs->fb.initialized = false; in bochs_fbdev_fini()
|
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.1.27/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.1.27/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.1.27/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.1.27/drivers/char/ |
D | random.c | 435 unsigned int initialized:1; member 658 if (!r->initialized && r->entropy_total > 128) { in credit_entropy_bits() 659 r->initialized = 1; in credit_entropy_bits() 686 r->initialized && in credit_entropy_bits() 784 r = nonblocking_pool.initialized ? &input_pool : &nonblocking_pool; in add_timer_randomness() 904 r = nonblocking_pool.initialized ? &input_pool : &nonblocking_pool; in add_interrupt_randomness() 1236 if (unlikely(nonblocking_pool.initialized == 0)) in get_random_bytes() 1384 if (unlikely(nonblocking_pool.initialized == 0)) in urandom_read() 1535 if (unlikely(nonblocking_pool.initialized == 0)) { in SYSCALL_DEFINE3() 1539 nonblocking_pool.initialized); in SYSCALL_DEFINE3()
|
/linux-4.1.27/Documentation/ |
D | static-keys.txt | 80 Which is initialized as: 88 If the key is not initialized, it is default false. The 'struct static_key', 106 A key that is initialized via 'STATIC_KEY_INIT_FALSE', must be used in a 107 'static_key_false()' construct. Likewise, a key initialized via 110 way that the key has been initialized. 120 reference counting. For example, if the key is initialized true, a 123 key is initialized false, a 'static_key_slow_inc()', will change the branch to
|
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 | lockup-watchdogs.txt | 41 (compile-time initialized to 10 and configurable through sysctl of the
|
D | Intel-IOMMU.txt | 84 When DMAR is being processed and initialized by ACPI, prints DMAR locations
|
D | clk.txt | 243 still be initialized with the common clock framework via a call to 252 statically initialized clock data MUST be defined in a separate file
|
D | hwspinlock.txt | 274 * @lock: initialized and used by hwspinlock core 285 initialized by the hwspinlock core itself.
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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 | 53 static int initialized; in crisv32_pinmux_init() local 55 if (!initialized) { in crisv32_pinmux_init() 57 initialized = 1; in crisv32_pinmux_init()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/acpi/ |
D | pci_link.c | 80 u8 initialized:1; member 517 if (link->irq.initialized) { in acpi_pci_link_allocate() 575 link->irq.initialized = 1; in acpi_pci_link_allocate() 658 if (!link->irq.initialized) { in acpi_pci_link_free_irq() 750 if (link->refcnt && link->irq.active && link->irq.initialized) in acpi_pci_link_resume()
|
D | scan.c | 2126 device->flags.initialized = true; in acpi_init_device_object() 2217 adev->flags.initialized = false; in acpi_device_is_present() 2478 if (!device->flags.initialized) { in acpi_bus_attach() 2484 device->flags.initialized = true; in acpi_bus_attach() 2591 adev->flags.initialized = false; in acpi_bus_trim()
|
/linux-4.1.27/include/linux/ |
D | if_frad.h | 77 int initialized; /* mem_start, port, irq set ? */ member
|
D | ipv6.h | 58 bool initialized; member
|
D | cpufreq.h | 442 int initialized; member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/x86/purgatory/ |
D | Makefile | 13 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-b…
|
/linux-4.1.27/drivers/clocksource/ |
D | cadence_ttc_timer.c | 470 static int initialized; in ttc_timer_init() local 474 if (initialized) in ttc_timer_init() 477 initialized = 1; in ttc_timer_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | rtc-cmos.txt | 16 "Register A" and "B" are usually initialized by the firmware (BIOS for
|
/linux-4.1.27/arch/nios2/ |
D | Kconfig.debug | 25 early before the console code is initialized.
|
/linux-4.1.27/security/selinux/include/ |
D | objsec.h | 49 unsigned char initialized; /* initialization flag */ member
|
/linux-4.1.27/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.1.27/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 | 56 initialized and attempts to bring up the supplied dev at the supplied 133 have existed when netconsole was loaded / initialized).
|
/linux-4.1.27/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.1.27/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.1.27/arch/tile/ |
D | Kconfig.debug | 12 early before the console code is initialized. For normal operation
|
/linux-4.1.27/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.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.h | 108 u8 initialized; member
|
D | vpfe_video.c | 186 video->initialized = 1; in vpfe_update_pipe_state() 410 if (!video->initialized && vpfe_update_pipe_state(video)) { in vpfe_open() 538 video->initialized = 0; in vpfe_release()
|
/linux-4.1.27/include/media/davinci/ |
D | vpfe_capture.h | 119 u8 initialized; member
|
D | vpbe.h | 177 int initialized; member
|
/linux-4.1.27/sound/usb/ |
D | mixer.h | 66 u8 initialized; member
|
D | mixer.c | 159 cval->initialized = 1; in check_mapped_dB() 955 cval->initialized = 1; in get_min_max_with_quirks() 1024 cval->initialized = 1; in get_min_max_with_quirks() 1069 if (!cval->initialized) { in mixer_ctl_feature_info() 1071 if (cval->initialized && cval->dBmin >= cval->dBmax) { in mixer_ctl_feature_info() 1343 if (cval->dBmin < cval->dBmax || !cval->initialized) { in build_feature_ctl() 1838 cval->initialized = 1; in build_audio_procunit() 1848 cval->initialized = 1; in build_audio_procunit() 2035 cval->initialized = 1; in parse_audio_selector_unit()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_context.c | 323 ring->default_context->legacy_hw_ctx.initialized = false; in i915_gem_context_reset() 711 if (!to->legacy_hw_ctx.initialized || i915_gem_context_is_default(to)) { in do_switch() 783 uninitialized = !to->legacy_hw_ctx.initialized; in do_switch() 784 to->legacy_hw_ctx.initialized = true; in do_switch()
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.h | 33 bool initialized; member
|
/linux-4.1.27/Documentation/blockdev/ |
D | nbd.txt | 30 Number of block devices that should be initialized (default: 16).
|
/linux-4.1.27/arch/um/ |
D | Kconfig.debug | 38 early before the console code is initialized.
|
/linux-4.1.27/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.1.27/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.1.27/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 20 can access them all, and initialized data all before uninitialized, so
|
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/panel/ |
D | panel.c | 252 bool initialized; member 1457 if (lcd.enabled && lcd.initialized) { in panel_lcd_print() 1638 lcd.initialized = true; in lcd_init() 1986 if (lcd.enabled && lcd.initialized) { in panel_scan_timer() 2165 if (lcd.enabled && lcd.initialized) { in panel_notify_sys() 2261 if (lcd.enabled && lcd.initialized) { in panel_detach() 2263 lcd.initialized = false; in panel_detach() 2415 lcd.initialized = false; in panel_cleanup_module()
|
/linux-4.1.27/Documentation/cgroups/ |
D | net_cls.txt | 13 This net_cls.classid value is initialized to 0.
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | vc.c | 697 static bool initialized; in omap_vc_i2c_init() local 701 if (initialized) { in omap_vc_i2c_init() 730 initialized = true; in omap_vc_i2c_init()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
D | usbvision-video.c | 381 if (!usbvision->initialized) { in usbvision_v4l2_open() 385 usbvision->initialized = 1; in usbvision_v4l2_open() 400 usbvision->initialized = 0; in usbvision_v4l2_open() 443 usbvision->initialized = 0; in usbvision_v4l2_close() 1192 usbvision->initialized = 0; in usbvision_radio_open() 1220 usbvision->initialized = 0; in usbvision_radio_close() 1444 usbvision->initialized = 0; in usbvision_release()
|
D | usbvision.h | 398 int initialized; /* Had we already sent init sequence? */ member
|
/linux-4.1.27/sound/ppc/ |
D | pmac.h | 113 unsigned int initialized : 1; member
|
D | powermac.c | 121 chip->initialized = 1; in snd_pmac_probe()
|
/linux-4.1.27/drivers/cpufreq/ |
D | cpufreq_governor.c | 313 (!policy->governor->initialized)) { in cpufreq_governor_dbs() 333 (policy->governor->initialized == 1)) { in cpufreq_governor_dbs()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_dm.c | 2015 static u8 initialized, force_write; in dm_initial_gain() local 2020 initialized = 0; in dm_initial_gain() 2056 || !initialized || force_write) { in dm_initial_gain() 2065 initialized = 1; in dm_initial_gain() 2075 static u8 initialized, force_write; in dm_pd_th() local 2079 initialized = 0; in dm_pd_th() 2109 (initialized <= 3) || force_write) { in dm_pd_th() 2148 if (initialized <= 3) in dm_pd_th() 2149 initialized++; in dm_pd_th() 2159 static u8 initialized, force_write; in dm_cs_ratio() local [all …]
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_dm.c | 1933 static u8 initialized, force_write; in dm_initial_gain() local 1937 initialized = 0; in dm_initial_gain() 1974 || !initialized || force_write) { in dm_initial_gain() 1981 initialized = 1; in dm_initial_gain() 1989 static u8 initialized, force_write; in dm_pd_th() local 1993 initialized = 0; in dm_pd_th() 2021 (initialized <= 3) || force_write) { in dm_pd_th() 2039 if (initialized <= 3) in dm_pd_th() 2040 initialized++; in dm_pd_th() 2048 static u8 initialized, force_write; in dm_cs_ratio() local [all …]
|
/linux-4.1.27/drivers/s390/cio/ |
D | io_sch.h | 153 unsigned int initialized:1; /* set if initial reference held */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | simple-pm-bus.txt | 5 driver, as it's typically initialized by the boot loader.
|
/linux-4.1.27/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.1.27/arch/powerpc/platforms/powernv/ |
D | pci.h | 92 int initialized; member
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | Kconfig | 28 the driver is initialized. If you want the driver to take over
|
/linux-4.1.27/Documentation/parisc/ |
D | registers | 15 CR14 (interruption vector) initialized to fault_vector 16 CR15 (EIEM) initialized to all ones*
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | ps3.dts | 46 * we'll put a null entries here. These will be initialized after
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | dm.c | 461 static u8 initialized, force_write; in _rtl92s_dm_initial_gain_sta_beforeconnect() local 519 !initialized || force_write) { in _rtl92s_dm_initial_gain_sta_beforeconnect() 529 initialized = 1; in _rtl92s_dm_initial_gain_sta_beforeconnect()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_crypt_tkip.c | 39 bool initialized; member 432 tkey->initialized) { in rtllib_tkip_decrypt() 442 tkey->initialized = true; in rtllib_tkip_decrypt()
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | max6697.txt | 52 Transistor ideality will be initialized to default (1.008) if not
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_ssif.c | 294 static bool initialized; variable 1736 if (initialized) in new_ssif_client() 1968 if (initialized) in init_ipmi_ssif() 1996 initialized = true; in init_ipmi_ssif() 2004 if (!initialized) in cleanup_ipmi_ssif() 2007 initialized = false; in cleanup_ipmi_ssif()
|
D | ipmi_msghandler.c | 62 static int initialized; variable 938 if (!initialized) { in ipmi_create_user() 947 if (!initialized) in ipmi_create_user() 2766 if (!initialized) { in ipmi_register_smi() 2774 if (!initialized) in ipmi_register_smi() 4530 if (initialized) in ipmi_init_msghandler() 4557 initialized = 1; in ipmi_init_msghandler() 4572 if (!initialized) in cleanup_ipmi() 4596 initialized = 0; in cleanup_ipmi()
|
/linux-4.1.27/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.1.27/Documentation/arm/ |
D | firmware.txt | 6 world, which changes the way some things have to be initialized. This makes
|
/linux-4.1.27/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.1.27/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 894 info("%s: %d, initialized %d\n", __func__, i, state->initialized); in su3000_power_ctrl() 896 if (i && !state->initialized) { in su3000_power_ctrl() 897 state->initialized = 1; in su3000_power_ctrl()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/net/wireless/hostap/ |
D | hostap_ap.h | 165 int initialized; /* whether ap_data has been initialized */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | max77686.txt | 29 The regulator-compatible property of regulator should initialized with string
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_usb.h | 227 u8 is_zd1211b:1, initialized:1, was_running:1, in_async:1; member
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | head_v10.S | 308 ; initialized 320 ; initialized
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 207 u32 initialized:1; member 494 return adev && adev->flags.initialized && adev->flags.visited; in acpi_device_enumerated()
|
/linux-4.1.27/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.1.27/Documentation/input/ |
D | cs461x.txt | 33 comments about them; but I've found the joystick can be initialized
|
D | yealink.txt | 32 is not initialized and does not react to any actions.
|
/linux-4.1.27/Documentation/watchdog/ |
D | pcwd-watchdog.txt | 19 drivers have initialized, you can then talk to the card using a PC
|
/linux-4.1.27/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.1.27/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.1.27/arch/cris/arch-v10/lib/ |
D | dram_init.S | 35 ;; Samsung SDRAMs seem to require to be initialized twice to work properly.
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran.h | 286 u8 initialized; /* flag if zoran has been correctly initialized */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max77802.txt | 20 The regulator node name should be initialized with a string to get matched
|
/linux-4.1.27/drivers/tty/serial/ |
D | etraxfs-uart.c | 26 int initialized; member 884 if (up->initialized) in cris_serial_port_init() 886 up->initialized = 1; in cris_serial_port_init()
|
/linux-4.1.27/Documentation/ia64/ |
D | IRQ-redir.txt | 41 IO-SAPIC interrupts are initialized with CPU#0 as their default target
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda.h | 201 int initialized; member
|
/linux-4.1.27/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.1.27/sound/pci/hda/ |
D | hda_controller.c | 1647 if (chip->initialized) in azx_init_chip() 1665 chip->initialized = 1; in azx_init_chip() 1671 if (!chip->initialized) in azx_stop_chip() 1685 chip->initialized = 0; in azx_stop_chip() 1786 if (chip->initialized) in azx_bus_reset()
|
D | hda_controller.h | 352 unsigned int initialized:1; member
|
D | hda_tegra.c | 293 if (chip->initialized) { in hda_tegra_dev_free()
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 260 The subsystem must config_item_put() the reference that was initialized 304 configfs_register_subsystem(), the subsystem must have initialized the 306 initialized the mutex. 454 are initialized. Every attribute store must fire off the connection if 460 initialized in a way that makes sense. configfs provides this as
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | main.c | 1562 if (!IS_ACCEPTING_CMD(ar) || !ar->rng.initialized) in carl9170_rng_get() 1610 if (ar->rng.initialized) { in carl9170_unregister_hwrng() 1612 ar->rng.initialized = false; in carl9170_unregister_hwrng() 1626 if (WARN_ON(ar->rng.initialized)) in carl9170_register_hwrng() 1636 ar->rng.initialized = true; in carl9170_register_hwrng()
|
D | carl9170.h | 458 bool initialized; member
|
/linux-4.1.27/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() 1330 hba->initialized = 0; in hptiop_probe()
|
/linux-4.1.27/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.1.27/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() 4320 initialized = true; in do_floppy_init()
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | core.txt | 101 dev_pm_opp_init_cpufreq_table - cpufreq framework typically is initialized with
|
/linux-4.1.27/Documentation/vm/ |
D | page_owner.txt | 53 is initialized some time later than that page allocator starts in sparse
|
/linux-4.1.27/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.1.27/scripts/ |
D | spelling.txt | 505 initalised||initialized 511 initialzed||initialized 537 intialized||initialized
|
/linux-4.1.27/arch/s390/kernel/ |
D | debug.c | 171 static int initialized; variable 704 BUG_ON(!initialized); in debug_register_mode() 1536 initialized = 1; in debug_init()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | dm_common.c | 393 static u8 initialized; /* initialized to false */ in rtl92c_dm_initial_gain_multi_sta() local 405 initialized = false; in rtl92c_dm_initial_gain_multi_sta() 408 } else if (initialized == false) { in rtl92c_dm_initial_gain_multi_sta() 409 initialized = true; in rtl92c_dm_initial_gain_multi_sta()
|
/linux-4.1.27/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 98 is initialized and start to search PCIe devices on its port.
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 104 -EBUSY: Value has already be set, or GIC has already been initialized
|
/linux-4.1.27/Documentation/tpm/ |
D | xen-tpmfront.txt | 80 Registers (PCRs) are normally all initialized to zero.
|
/linux-4.1.27/arch/mips/ |
D | Kconfig.debug | 18 early before the console code is initialized. For normal operation,
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 789 root_isec->initialized = 1; in selinux_set_mnt_opts() 1273 if (isec->initialized) in inode_doinit_with_dentry() 1277 if (isec->initialized) in inode_doinit_with_dentry() 1448 isec->initialized = 1; in inode_doinit_with_dentry() 2797 isec->initialized = 1; in selinux_inode_init_security() 3083 isec->initialized = 1; in selinux_inode_post_setxattr() 3174 isec->initialized = 1; in selinux_inode_setsecurity() 3735 isec->initialized = 1; in selinux_task_to_inode() 4066 isec->initialized = 1; in selinux_socket_post_create() 4257 newisec->initialized = 1; in selinux_socket_accept()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 214 .initialized = false, 256 .initialized = false, 349 if (ndev->cnf.stable_secret.initialized) in ipv6_add_dev() 2930 if (idev->cnf.stable_secret.initialized) in ipv6_generate_stable_address() 2932 else if (net->ipv6.devconf_dflt->stable_secret.initialized) in ipv6_generate_stable_address() 4839 !idev->cnf.stable_secret.initialized && in inet6_set_link_af() 4840 !dev_net(dev)->ipv6.devconf_dflt->stable_secret.initialized) in inet6_set_link_af() 5271 if (!write && !secret->initialized) { in addrconf_sysctl_stable_secret() 5291 secret->initialized = true; in addrconf_sysctl_stable_secret() 5698 dflt->stable_secret.initialized = false; in addrconf_init_net() [all …]
|
/linux-4.1.27/fs/fuse/ |
D | fuse_i.h | 468 int initialized; member
|
D | cuse.c | 506 cc->fc.initialized = 1; in cuse_channel_open()
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | Kconfig | 36 initialized and not enabled. To enable the automatic voltage
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 278 NULL. If it exceed msg_max, the default value is initialized msg_max. 282 exceed msgsize_max, the default value is initialized msgsize_max.
|
/linux-4.1.27/include/sound/ |
D | gus.h | 408 initialized: 1, /* resources were initialized */ member
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | wlcore.h | 187 bool initialized; member
|
/linux-4.1.27/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
|
D | armada-xp-lenovo-ix4-300d.dts | 284 * Warning: you need both eth1 & 0 PHY initialized (i.e having
|
D | stih418-clock.dtsi | 85 * Bootloader initialized system infrastructure clock for
|
/linux-4.1.27/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.1.27/Documentation/arm/OMAP/ |
D | omap_pm | 68 structures. The function pointers are initialized by the board-*.c
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 52 the boot program has initialized all interrupt source
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 189 Earlier version initialized the MMU in the exception vector 199 So now the MMU is initialized in head.S but it's necessary to
|