Home
last modified time | relevance | path

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

12345678910

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dodm_DynamicBBPowerSaving.c20 pDM_PSTable->initialize = 0; in odm_DynamicBBPowerSavingInit()
35 if (pDM_PSTable->initialize == 0) { in ODM_RF_Saving()
42 pDM_PSTable->initialize = 1; in ODM_RF_Saving()
Dodm_DynamicBBPowerSaving.h20 u8 initialize; member
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_dynamicbbpowersaving.c60 dm_ps_table->initialize = 0; in odm_dynamic_bb_power_saving_init()
74 if (dm_ps_table->initialize == 0) { in odm_rf_saving()
85 dm_ps_table->initialize = 1; in odm_rf_saving()
Dphydm_dynamicbbpowersaving.h29 u8 initialize; member
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_kernel_queue.c37 static bool initialize(struct kernel_queue *kq, struct kfd_dev *dev, in initialize() function
89 retval = kq->ops_asic_specific.initialize(kq, dev, type, queue_size); in initialize()
304 kq->ops.initialize = initialize; in kernel_queue_init()
334 if (kq->ops.initialize(kq, dev, type, KFD_KERNEL_QUEUE_SIZE)) in kernel_queue_init()
Dkfd_kernel_queue_cik.c33 ops->initialize = initialize_cik; in kernel_queue_init_cik()
Dkfd_kernel_queue.h56 bool (*initialize)(struct kernel_queue *kq, struct kfd_dev *dev, member
/Linux-v4.19/drivers/thermal/
Drockchip_thermal.c115 void (*initialize)(struct regmap *grf, member
829 .initialize = rk_tsadcv2_initialize,
853 .initialize = rk_tsadcv2_initialize,
878 .initialize = rk_tsadcv2_initialize,
901 .initialize = rk_tsadcv2_initialize,
926 .initialize = rk_tsadcv3_initialize,
951 .initialize = rk_tsadcv2_initialize,
976 .initialize = rk_tsadcv3_initialize,
1267 thermal->chip->initialize(thermal->grf, thermal->regs, in rockchip_thermal_probe()
1366 thermal->chip->initialize(thermal->grf, thermal->regs, in rockchip_thermal_resume()
/Linux-v4.19/scripts/gcc-plugins/
Dstructleak_plugin.c115 static void initialize(tree var) in initialize() function
194 initialize(var); in structleak_execute()
/Linux-v4.19/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-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
Ddm_common.c63 dm_pstable->initialize = 0; in rtl8723_dm_init_dynamic_bb_powersaving()
/Linux-v4.19/Documentation/livepatch/
Dshadow-vars.txt54 - initialize the variable using a custom constructor and data when provided
63 - initialize the variable using a custom constructor and data when provided
105 allocate a shadow copy of the ps_lock pointer, then initialize it:
117 /* Attach a corresponding shadow variable, then initialize it */
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-ctrl.rst38 To get the current value of a control applications initialize the ``id``
41 value of a control applications initialize the ``id`` and ``value``
Dvidioc-dbg-g-register.rst52 To write a register applications must initialize all fields of a struct
59 To read a register applications must initialize the ``match.type``,
Dvidioc-enumaudio.rst35 To query the attributes of an audio input applications initialize the
Dvidioc-enumaudioout.rst35 To query the attributes of an audio output applications initialize the
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dbcm-ns-usb2-phy.txt10 To initialize USB 2.0 PHY driver needs to setup PLL correctly. To do this it
/Linux-v4.19/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.
/Linux-v4.19/drivers/media/i2c/
Dtvaudio.c63 typedef int (*initialize)(struct CHIPSTATE*); typedef
81 initialize initialize; member
1565 .initialize = tda9874a_initialize,
1578 .initialize = tda9875_initialize,
1662 .initialize = tea6320_initialize,
1991 if (desc->initialize != NULL) in tvaudio_probe()
1992 desc->initialize(chip); in tvaudio_probe()
/Linux-v4.19/scripts/coccinelle/null/
Dbadzero.cocci4 //# if it has previously been used with the function used to initialize x.
21 @initialize:ocaml@
/Linux-v4.19/drivers/input/mouse/
Delan_i2c.h50 int (*initialize)(struct i2c_client *client); member
/Linux-v4.19/include/media/davinci/
Dvpbe.h137 int (*initialize)(struct device *dev, struct vpbe_device *vpbe_dev); member
/Linux-v4.19/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-v4.19/Documentation/input/
Duinput.rst88 * to detect, initialize the new device, and can start listening to
151 * to detect, initialize the new device, and can start listening to
222 * to detect, initialize the new device, and can start listening to

12345678910