Home
last modified time | relevance | path

Searched refs:initialize (Results 1 – 178 of 178) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_kernel_queue.c37 static bool initialize(struct kernel_queue *kq, struct kfd_dev *dev, in initialize() function
86 retval = kq->ops_asic_specific.initialize(kq, dev, type, queue_size); in initialize()
287 kq->ops.initialize = initialize; in kernel_queue_init()
303 if (kq->ops.initialize(kq, dev, type, KFD_KERNEL_QUEUE_SIZE) == false) { in kernel_queue_init()
Dkfd_device_queue_manager.h109 int (*initialize)(struct device_queue_manager *dqm); member
132 int (*initialize)(struct device_queue_manager *dqm); member
Dkfd_kernel_queue_cik.c32 ops->initialize = initialize_cik; in kernel_queue_init_cik()
Dkfd_kernel_queue_vi.c32 ops->initialize = initialize_vi; in kernel_queue_init_vi()
Dkfd_kernel_queue.h56 bool (*initialize)(struct kernel_queue *kq, struct kfd_dev *dev, member
Dkfd_device_queue_manager_vi.c46 ops->initialize = initialize_cpsch_vi; in device_queue_manager_init_vi()
Dkfd_device_queue_manager_cik.c44 ops->initialize = initialize_cpsch_cik; in device_queue_manager_init_cik()
Dkfd_device_queue_manager.c715 retval = dqm->ops_asic_specific.initialize(dqm); in initialize_cpsch()
1193 dqm->ops.initialize = initialize_cpsch; in device_queue_manager_init()
1216 dqm->ops.initialize = initialize_nocpsch; in device_queue_manager_init()
1235 if (dqm->ops.initialize(dqm) != 0) { in device_queue_manager_init()
/linux-4.4.14/drivers/lguest/
Dhypercalls.c198 static void initialize(struct lg_cpu *cpu) in initialize() function
261 initialize(cpu); in do_hypercalls()
Dlguest_user.c221 static int initialize(struct file *file, const unsigned long __user *input) in initialize() function
328 return initialize(file, input); in write()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
Ddm_common.c63 dm_pstable->initialize = 0; in rtl8723_dm_init_dynamic_bb_powersaving()
/linux-4.4.14/arch/arm/nwfpe/
DChangeLog7 * Only initialize FPE state once in repeat-FP situations. (6%)
66 I now initialize the entire FPE state in the thread structure to
89 * fpa11.c - added code to initialize register types to typeNone
/linux-4.4.14/drivers/thermal/
Drockchip_thermal.c99 void (*initialize)(void __iomem *reg, enum tshut_polarity p); member
441 .initialize = rk_tsadcv2_initialize,
465 .initialize = rk_tsadcv2_initialize,
709 thermal->chip->initialize(thermal->regs, thermal->tshut_polarity); in rockchip_thermal_probe()
814 thermal->chip->initialize(thermal->regs, thermal->tshut_polarity); in rockchip_thermal_resume()
/linux-4.4.14/Documentation/driver-model/
Ddriver.txt18 The driver must initialize at least the name and bus fields. It should
19 also initialize the devclass field (when it arrives), so it may obtain
20 the proper linkage internally. It should also initialize as many of
152 addition to dev->platform_data to initialize the driver.
Dbus.txt15 object of this type. They must initialize the name field, and may
16 optionally initialize the match callback.
Dporting.txt126 bus driver should initialize the generic device. The most important
127 things to initialize are the bus_id, parent, and bus fields.
245 initialize the necessary fields of the driver: the name and bus
309 /* initialize common driver fields */
321 Ideally, the bus should only initialize the fields if they are not
Ddevice.txt15 The bus should initialize the following fields:
Dplatform.txt142 you will then initialize with resources and platform_device_register().
/linux-4.4.14/drivers/media/i2c/
Dtvaudio.c65 typedef int (*initialize)(struct CHIPSTATE*); typedef
83 initialize initialize; member
1515 .initialize = tda9874a_initialize,
1528 .initialize = tda9875_initialize,
1612 .initialize = tea6320_initialize,
1947 if (desc->initialize != NULL) in tvaudio_probe()
1948 desc->initialize(chip); in tvaudio_probe()
/linux-4.4.14/drivers/input/mouse/
Delan_i2c.h48 int (*initialize)(struct i2c_client *client); member
Dcyapa.c606 error = cyapa_gen3_ops.initialize(cyapa); in cyapa_initialize()
608 error = cyapa_gen5_ops.initialize(cyapa); in cyapa_initialize()
610 error = cyapa_gen6_ops.initialize(cyapa); in cyapa_initialize()
Dcyapa.h266 int (*initialize)(struct cyapa *cyapa); member
Delan_i2c_smbus.c495 .initialize = elan_smbus_initialize,
Delan_i2c_i2c.c615 .initialize = elan_i2c_initialize,
Dcyapa_gen6.c734 .initialize = cyapa_gen6_initialize,
Dcyapa_gen3.c1242 .initialize = cyapa_gen3_initialize,
Delan_i2c_core.c207 error = data->ops->initialize(client); in __elan_initialize()
Dcyapa_gen5.c2832 .initialize = cyapa_pip_cmd_state_initialize,
/linux-4.4.14/scripts/coccinelle/null/
Dbadzero.cocci4 //# if it has previously been used with the function used to initialize x.
21 @initialize:ocaml@
/linux-4.4.14/include/media/davinci/
Dvpbe.h141 int (*initialize)(struct device *dev, struct vpbe_device *vpbe_dev); member
Dvpbe_osd.h330 int (*initialize)(struct osd_state *sd); member
/linux-4.4.14/Documentation/devicetree/bindings/mips/
Dcpu_irq.txt3 On MIPS the mips_cpu_irq_of_init() helper can be used to initialize the 8 CPU
/linux-4.4.14/Documentation/fb/
Dvt8623fb.txt38 Suspend/resume works on systems that initialize video card during resume and
Darkfb.txt41 Suspend/resume works on systems that initialize video card during resume and
Ds3fb.txt50 Suspend/resume works on systems that initialize video card during resume and
Dintelfb.txt96 This will initialize the framebuffer to 800x600 at 32bpp and 75Hz. The
Dintel810.txt187 This will initialize the framebuffer to 1024x768 at 8bpp. The framebuffer
/linux-4.4.14/drivers/iio/
DKconfig29 are used to initialize capture of samples to push into
/linux-4.4.14/drivers/media/platform/davinci/
Dvpbe.c664 if (NULL != osd_device->ops.initialize) { in vpbe_initialize()
665 err = osd_device->ops.initialize(osd_device); in vpbe_initialize()
817 .initialize = vpbe_initialize,
Dvpbe_display.c1410 if (NULL != disp_dev->vpbe_dev->ops.initialize) { in vpbe_display_probe()
1411 err = disp_dev->vpbe_dev->ops.initialize(&pdev->dev, in vpbe_display_probe()
Dvpbe_osd.c1533 .initialize = osd_initialize,
/linux-4.4.14/Documentation/devicetree/bindings/display/
Datmel,lcdc.txt20 - display: a display node is required to initialize the lcd panel
/linux-4.4.14/Documentation/mtd/
Dspi-nor.txt60 initialize the necessary fields for spi_nor{}. Please see
/linux-4.4.14/Documentation/hwmon/
Dmax665055 registers then. If your board BIOS doesn't initialize the chip, or you want
Damc682198 If your board BIOS doesn't initialize the chip, or you want
Dsubmitting-patches99 completely initialize your chip first, then create sysfs entries and register
Dlm8594 exposed to user control. The BIOS should initialize them to the correct
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2800soc.c192 .initialize = rt2x00mmio_initialize,
Drt2800pci.c353 .initialize = rt2x00mmio_initialize,
Drt2x00.h546 int (*initialize) (struct rt2x00_dev *rt2x00dev); member
Drt2800usb.c873 .initialize = rt2x00usb_initialize,
Drt2x00dev.c1165 status = rt2x00dev->ops->lib->initialize(rt2x00dev); in rt2x00lib_initialize()
Drt2400pci.c1742 .initialize = rt2x00mmio_initialize,
Drt2500usb.c1842 .initialize = rt2x00usb_initialize,
Drt2500pci.c2041 .initialize = rt2x00mmio_initialize,
Drt73usb.c2330 .initialize = rt2x00usb_initialize,
Drt61pci.c2997 .initialize = rt2x00mmio_initialize,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Ddm.c684 static u8 initialize; in rtl8723e_dm_rf_saving() local
687 if (initialize == 0) { in rtl8723e_dm_rf_saving()
699 initialize = 1; in rtl8723e_dm_rf_saving()
/linux-4.4.14/arch/s390/kernel/
Dhead64.S43 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
Dhead.S88 st %r2,4(%r6) # initialize CCW data addresses
303 lctlg %c0,%c15,0x200(%r0) # initialize control registers
/linux-4.4.14/drivers/hwtracing/intel_th/
DKconfig33 Intel TH subdevices to initialize.
/linux-4.4.14/drivers/usb/atm/
DKconfig62 and reception as module parameters. You may need to initialize
/linux-4.4.14/arch/avr32/boards/atstk1000/
DKconfig41 and means you can't initialize the on-board QVGA display.
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt48 * GPIOD_ASIS or 0 to not initialize the GPIO at all. The direction must be set
50 * GPIOD_IN to initialize the GPIO as input.
51 * GPIOD_OUT_LOW to initialize the GPIO as output with a value of 0.
52 * GPIOD_OUT_HIGH to initialize the GPIO as output with a value of 1.
Ddriver.txt177 the irqchip can initialize. E.g. .dev and .can_sleep shall be set up
Dgpio-legacy.txt110 If you want to initialize a structure with an invalid GPIO number, use
407 with gpio_get_value(), for example to initialize or update driver state
/linux-4.4.14/scripts/
Dspelling.txt523 initalise||initialize
524 initalize||initialize
530 initilize||initialize
556 intialize||initialize
/linux-4.4.14/drivers/staging/iio/Documentation/
Doverview.txt44 processor periodic interrupt. A single trigger may initialize data
/linux-4.4.14/Documentation/vm/
Dovercommit-accounting25 without having to initialize every page.
Dnuma144 or some subsystems would fail to initialize if they attempted to allocated
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Darch_timer.txt30 - arm,cpu-registers-not-fw-configured : Firmware does not initialize
/linux-4.4.14/Documentation/networking/
Dgen_stats.txt96 3) Now initialize a new estimator:
Dnfc.txt62 * activate_target - select and initialize one of the targets found
Dieee802154.txt136 1. Add IEEE802.15.4 interface and initialize PANid;
Dppp_generic.txt100 Generally a user-level process will initialize the underlying
125 however it wishes. The channel should initialize the `mtu' and
Daltera_tse.txt27 initialize, setup transmits, receives, and interrupt handling primitives for
Dswitchdev.txt237 SWITCHDEV_ATTR_PORT_ID_BRIDGE_FLAGS. The driver should initialize the attributes
Dz8530drv.txt285 Please note that you can initialize the board only once after boot
Dfilter.txt1158 Program that doesn't initialize R0 before exiting:
1173 Program that doesn't initialize stack before passing its address into function:
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt13 1- initialize the modem in 0710 mux mode (usually AT+CMUX= command) through
Dtty.txt42 completes successfully. Should initialize any
/linux-4.4.14/net/ipx/
DKconfig49 bind call. So applications should always initialize the node field
/linux-4.4.14/Documentation/locking/
Dlockdep-design.txt236 initialize locks. These two problems are illustrated below:
252 such as __SPIN_LOCK_UNLOCKED(). Failure to properly initialize
258 initialize your locks.
Dww-mutex-design.txt53 w/w mutexes, since it is required to initialize the acquire context.
339 - Calling ww_acquire_init to initialize a second ww_acquire_ctx before
Dmutex-design.txt121 Dynamically initialize the mutex:
/linux-4.4.14/Documentation/power/
Dvideo.txt48 (3) systems that initialize video card into vga text mode and where
72 initialize the display in console mode. If you are in X, you can switch
Ddevices.txt375 (DMA, IRQs), saved enough state that they can re-initialize or restore previous
Druntime_pm.txt304 - initialize the device runtime PM fields in 'struct dev_pm_info'
Dpci.txt326 prepare the device for power management and initialize the fields of struct
/linux-4.4.14/drivers/mfd/
Domap-usb-host.c693 goto initialize; in usbhs_omap_probe()
808 initialize: in usbhs_omap_probe()
DKconfig1248 This driver uses board-specific data to initialize the resources
/linux-4.4.14/Documentation/arm/SA1100/
DAssabet74 To initialize the flash directory:
78 To initialize the non-volatile settings, like whether you want to use BOOTP or
/linux-4.4.14/Documentation/filesystems/
Dinotify.txt30 want: Users initialize inotify, once, and add n watches, requiring but one
Dvfs.txt138 owner: for internal VFS use: you should initialize this to THIS_MODULE in
141 next: for internal VFS use: you should initialize this to NULL
190 must initialize this properly.
241 for struct inode and initialize it. If this function is not
871 implement. The open() method is a good place to initialize the
Dseq_file.txt265 p->foo = bar; /* initialize my stuff */
Dporting358 initialize the former in inode_init_always(), so just leave it alone in
Drelay.txt336 initialize the next sub-buffer if appropriate 2) finalize the previous
Dext4.txt330 noinit_itable Do not initialize any uninitialized inode table
/linux-4.4.14/Documentation/sound/oss/
DAudioExcelDSP1616 the Audio Excel hardware that you want to initialize. Check the IRQ/DMA/MIRQ
DSoundPro45 initialize the card, and use the kernel module form of the sound
DOpti57 to initialize the card.
DREADME.OSS354 1) Boot DOS so the card's DOS drivers have a chance to initialize it.
370 Another way to initialize PnP cards without DOS/Win95 is a Linux based
609 (without need to use isapnptools or DOS to initialize it). All OPTi
623 initialize it). CS4236 is an enhanced (compatible) version of CS4232.
669 how the card must be initialized. It cannot initialize unknown cards
1136 _after_ boot (the driver doesn't initialize it during boot).
1396 Just use the DOS based driver to initialize the card to a known state, then use
/linux-4.4.14/Documentation/spi/
Dspi-summary205 maybe coupling it with code to initialize pin configurations, so that
456 routines are available to allocate and zero-initialize an spi_message
478 The driver will initialize the fields of that spi_master, including the
481 also initialize its own internal state. (See below about bus numbering
484 After you initialize the spi_master, then use spi_register_master() to
/linux-4.4.14/Documentation/isdn/
DREADME.concap96 - initialize (open) the encapsulation protocol instance for use.
117 /* initialize the protocol's data. To be called at interface startup
DREADME.gigaset328 usb_gigaset 3-2:1.0: Could not initialize the device.
DINTERFACE75 initialize this field to 0.
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt31 NVMEM provider refers to an entity that implements methods to initialize, read
/linux-4.4.14/Documentation/scsi/
DChangeLog.arcmsr44 ** increcct adapter count if adapter initialize fail.
Dlibsas.txt53 Then as you go along and initialize your phys you also
54 initialize the sas_phy struct, along with your own
DChangeLog.megaraid9 and re-initialize its internal RAID structure.
11 initialize the adapter during kdump's second kernel boot
DChangeLog.1992-1997220 fixed, should initialize correctly if left running, now loadable,
758 * buslogic.c: Use cmd_per_lun field - initialize to different
1195 instead of explicit list to initialize and attach devices to high
1273 initialize. Use this instead of passing memory_start, memory_end
1861 cards. Support for 0ws jumper. Correctly initialize
DChangeLog.megaraid_sas273 1. Add the 3 mins timeout during the controller initialize.
Dscsi_mid_low_api.txt129 to control, the LLD will initialize the HBA and then register a new host
DChangeLog.lpfc572 LP1050 would initialize correctly.
/linux-4.4.14/Documentation/i2c/busses/
Di2c-parport31 parameter is missing, the driver will simply fail to initialize.
/linux-4.4.14/Documentation/ia64/
Defirtc.txt24 to initialize the system view of the time during boot.
Derr_inject.txt402 /* initialize the semaphore to 1: */
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dodm.c894 pDM_PSTable->initialize = 0; in odm23a_DynBBPSInit()
909 if (pDM_PSTable->initialize == 0) { in ODM_RF_Saving23a()
918 pDM_PSTable->initialize = 1; in ODM_RF_Saving23a()
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt212 off Don't initialize and use any kind of IOMMU.
237 noagp Don't initialize the AGP driver and use full aperture.
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-kernel-api.txt223 To initialize the timeout field, the following function can be used:
228 The watchdog_init_timeout function allows you to initialize the timeout field
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dodm.h140 u8 initialize; member
/linux-4.4.14/Documentation/
Dpnp.txt153 - call this to initialize the PnP structure
Dlocal_ops.txt171 /* initialize the timer that will increment the counter */
Dmedia-framework.txt104 Drivers initialize entities by calling
119 media_entity_init. The function will initialize the other pads fields.
Deisa.txt163 initialize the device in such conditions.
Ddebugging-via-ohci1394.txt86 connections and fully initialize all FireWire hardware __before__ the
Dkref.txt20 You must initialize the kref after you allocate it. To do this, call
Dkmemleak.txt143 kmemleak_init - initialize kmemleak
Dkobject.txt116 Code which creates a kobject must, of course, initialize that object. Some
153 There is a helper function to both initialize and add the kobject to the
Dnommu-mmap.txt131 initialize the contents of a page - depending on the write-usage of the
Dcpu-hotplug.txt363 callbacks as well as initialize the already online CPUs.
DDMA-API-HOWTO.txt204 3) Ignore this device and do not initialize it.
Dkernel-parameters.txt438 off - do not initialize any AMD IOMMU found in
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dodm.c854 if (pDM_PSTable->initialize == 0) { in ODM_RF_Saving()
859 pDM_PSTable->initialize = 1; in ODM_RF_Saving()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt113 will only initialize these ports and attach PHY
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt93 Registration will initialize the v4l2_device struct. If the dev->driver_data
293 Afterwards you need to initialize subdev->name with a unique name and set the
296 If integration with the media framework is needed, you must initialize the
484 V4L2_SUBDEV_USES_EVENTS v4l2_subdev::flags and initialize
696 If integration with the media framework is needed, you must initialize the
733 videobuf queue initialize function: if videobuf has to wait for a frame to
Dvideobuf137 first step is in the open() function, which must initialize the
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dodm.h145 u8 initialize; member
/linux-4.4.14/Documentation/networking/caif/
Dspi_porting.txt170 /* Here you should initialize your SPI device by providing the
/linux-4.4.14/Documentation/rapidio/
Drapidio.txt95 In order to initialize the RapidIO subsystem, a platform must initialize and
/linux-4.4.14/Documentation/PCI/
Dpci.txt48 Allocate and initialize shared control data (pci_allocate_coherent())
244 Allocate and initialize shared control data (pci_allocate_coherent())
364 this is often just another intermediate step to initialize a device.
DPCIEBUS-HOWTO.txt112 Below is sample service driver code to initialize the port service
Dpci-error-recovery.txt275 configuration registers to initialize to their default conditions.
291 This call gives drivers the chance to re-initialize the hardware
DMSI-HOWTO.txt111 and initialize device resources.
264 interrupts to further allocate and initialize device resources.
/linux-4.4.14/Documentation/arm/
DBooting120 at a 64bit aligned address and initialize it with the boot data. The
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block232 areas on disk or to initialize drives in a RAID
/linux-4.4.14/fs/affs/
DChanges72 - correctly initialize s_last_bmap
/linux-4.4.14/Documentation/cpu-freq/
Dcpu-drivers.txt127 routine must initialize policy->cpus with mask of all possible cpus (Online +
/linux-4.4.14/Documentation/hid/
Dhiddev.txt130 since later kernels automatically initialize the reports from the
/linux-4.4.14/Documentation/powerpc/
Dqe_firmware.txt150 | 3 | General push | Indicates that the s/w has to initialize |
/linux-4.4.14/sound/oss/
Dmsnd_pinnacle.c1349 static int initialize(void) in initialize() function
1396 if ((rv = initialize())) in dsp_full_reset()
/linux-4.4.14/drivers/edac/
DKconfig376 preloader must initialize the SDRAM before loading
/linux-4.4.14/fs/ntfs/
Dattrib.c776 initialize: in load_attribute_list()
795 goto initialize; in load_attribute_list()
/linux-4.4.14/Documentation/DocBook/
Dalsa-driver-api.xml.db1 API-snd-device-initialize
Ddevice-drivers.xml.db305 API-device-initialize
710 API-snd-device-initialize
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt332 to initialize some state, this is the time to do that. Otherwise, this simple
/linux-4.4.14/Documentation/input/
Devent-codes.txt226 EV_FF events are used to initialize a force feedback capable device and to cause
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt111 need to initialize a few fields in there:
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped289 static int yy_init = 0; /* whether we need to initialize */
1705 /** Allocate and initialize an input buffer state.
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped278 static int yy_init = 0; /* whether we need to initialize */
1409 /** Allocate and initialize an input buffer state.
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt402 this file, the driver re-initialize and parses the codec tree
515 initialize SSID properly.
DALSA-Configuration.txt1438 to initialize/use ac97 although it's not detected. In such a
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c_shipped306 static int yy_init = 0; /* whether we need to initialize */
1861 /** Allocate and initialize an input buffer state.
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt207 early_init_dt_scan_root() to initialize the DT address space model,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2396 u8 initialize; member
/linux-4.4.14/lib/
DKconfig.debug1172 help find problems with drivers that do not properly initialize
1727 If ohci1394_dma=early is used as boot parameter, it will initialize
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_avx-x86_64.S394 # initialize the data pointer offset as zero
1653 # initialize the data pointer offset as zero
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt195 - in init/main.c, to initialize the root cgroups and initial
Dcpusets.txt141 - in init/main.c, to initialize the root cpuset at system boot.
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME443 name when doing the RFC1001 netbios session initialize.
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c10259 u8 port, initialize = 1; in bnx2x_848x3_config_init() local
10344 initialize = 0; in bnx2x_848x3_config_init()
10369 if (initialize) in bnx2x_848x3_config_init()
/linux-4.4.14/drivers/rtc/
DKconfig33 The RTC device that will be used to (re)initialize the system
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt745 Sets the MSR that the Xen HVM guest uses to initialize its hypercall
2427 initialize the HPT. The returned fd can only be written to if the
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1885 doesn't, the driver will create and initialize it. Once the COW file
3782 The fix was to initialize the boot memory manager before allocating
/linux-4.4.14/Documentation/security/
Dkeys.txt273 properly initialize keycreate during the login process. Otherwise, they will
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq560 * handling, we initialize LASTSCB prior to enabling
/linux-4.4.14/drivers/scsi/
DKconfig324 The userspace component needed to initialize the driver, documentation,
/linux-4.4.14/init/
DKconfig2028 cpu_possible_mask, some of them chose to initialize cpu_possible_mask