| /Linux-v5.10/drivers/staging/rtl8723bs/hal/ | 
| D | odm_DynamicBBPowerSaving.c | 20 	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()
  | 
| D | odm_DynamicBBPowerSaving.h | 20 	u8 initialize;  member
  | 
| /Linux-v5.10/drivers/thermal/ | 
| D | rockchip_thermal.c | 110 	void (*initialize)(struct regmap *grf,  member 843 	.initialize = rk_tsadcv4_initialize, 867 	.initialize = rk_tsadcv2_initialize, 891 	.initialize = rk_tsadcv2_initialize, 916 	.initialize = rk_tsadcv2_initialize, 939 	.initialize = rk_tsadcv2_initialize, 964 	.initialize = rk_tsadcv3_initialize, 989 	.initialize = rk_tsadcv2_initialize, 1014 	.initialize = rk_tsadcv3_initialize, 1309 	thermal->chip->initialize(thermal->grf, thermal->regs,  in rockchip_thermal_probe() [all …] 
 | 
| /Linux-v5.10/Documentation/userspace-api/media/mediactl/ | 
| D | media-request-ioc-reinit.rst | 13 MEDIA_REQUEST_IOC_REINIT - Re-initialize a request 32 this request ioctl can be used to re-initialize a previously allocated
  | 
| /Linux-v5.10/scripts/gcc-plugins/ | 
| D | structleak_plugin.c | 120 static void initialize(tree var)  in initialize()  function 204 			initialize(var);  in structleak_execute()
  | 
| /Linux-v5.10/drivers/char/ | 
| D | nvram.c | 213 	.initialize     = pc_nvram_initialize, 327 		if (arch_nvram_ops.initialize != NULL) {  in nvram_misc_ioctl() 329 			ret = arch_nvram_ops.initialize();  in nvram_misc_ioctl()
  | 
| /Linux-v5.10/arch/arm/nwfpe/ | 
| D | ChangeLog | 7 	* 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-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723com/ | 
| D | dm_common.c | 41 	dm_pstable->initialize = 0;  in rtl8723_dm_init_dynamic_bb_powersaving()
  | 
| /Linux-v5.10/Documentation/livepatch/ | 
| D | shadow-vars.rst | 61     - initialize the variable using a custom constructor and data when provided 74     - initialize the variable using a custom constructor and data when provided 120 allocate a shadow copy of the ps_lock pointer, then initialize it:: 132 	/* Attach a corresponding shadow variable, then initialize it */
  | 
| /Linux-v5.10/arch/arm64/boot/dts/allwinner/ | 
| D | sun50i-a64-pine64-plus.dts | 31 	 * to initialize. 100ms should be plenty of time to finish
  | 
| /Linux-v5.10/Documentation/userspace-api/media/v4l/ | 
| D | vidioc-g-ctrl.rst | 38 To get the current value of a control applications initialize the ``id`` 41 value of a control applications initialize the ``id`` and ``value``
  | 
| D | vidioc-dbg-g-register.rst | 52 To write a register applications must initialize all fields of a struct 59 To read a register applications must initialize the ``match.type``,
  | 
| D | vidioc-enumaudio.rst | 34 To query the attributes of an audio input applications initialize the
  | 
| /Linux-v5.10/Documentation/devicetree/bindings/phy/ | 
| D | bcm-ns-usb2-phy.txt | 10 To initialize USB 2.0 PHY driver needs to setup PLL correctly. To do this it
  | 
| /Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ | 
| D | ta_xgmi_if.h | 114 	struct ta_xgmi_cmd_initialize_output		initialize;  member
  | 
| /Linux-v5.10/drivers/media/i2c/ | 
| D | tvaudio.c | 63 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-v5.10/Documentation/driver-api/ | 
| D | devfreq.rst | 22 Device drivers need to initialize a :c:type:`devfreq_profile` and call the
  | 
| /Linux-v5.10/scripts/coccinelle/null/ | 
| D | badzero.cocci | 5 //# if it has previously been used with the function used to initialize x. 22 @initialize:ocaml@
  | 
| /Linux-v5.10/include/media/davinci/ | 
| D | vpbe.h | 125 	int (*initialize)(struct device *dev, struct vpbe_device *vpbe_dev);  member
  | 
| /Linux-v5.10/security/ | 
| D | Kconfig.hardening | 12 	  flaws, this plugin is available to identify and zero-initialize 58 		  Zero-initialize any structures on the stack containing 70 		  Zero-initialize any structures on the stack that may 88 		  Zero-initialize any stack variables that may be passed
  | 
| /Linux-v5.10/Documentation/devicetree/bindings/mips/ | 
| D | cpu_irq.txt | 3 On MIPS the mips_cpu_irq_of_init() helper can be used to initialize the 8 CPU
  | 
| /Linux-v5.10/Documentation/input/ | 
| D | uinput.rst | 88        * 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
  | 
| /Linux-v5.10/drivers/input/mouse/ | 
| D | elan_i2c.h | 51 	int (*initialize)(struct i2c_client *client);  member
  | 
| /Linux-v5.10/Documentation/driver-api/driver-model/ | 
| D | bus.rst | 16 object of this type. They must initialize the name field, and may 17 optionally initialize the match callback::
  | 
| /Linux-v5.10/include/linux/ | 
| D | nvram.h | 39 	long            (*initialize)(void);  member
  |