Home
last modified time | relevance | path

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

12345678910>>...12

/Linux-v6.6/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-v6.6/drivers/thermal/
Drockchip_thermal.c95 void (*initialize)(struct regmap *grf, member
1071 .initialize = rk_tsadcv4_initialize,
1096 .initialize = rk_tsadcv2_initialize,
1121 .initialize = rk_tsadcv2_initialize,
1146 .initialize = rk_tsadcv2_initialize,
1170 .initialize = rk_tsadcv2_initialize,
1195 .initialize = rk_tsadcv3_initialize,
1220 .initialize = rk_tsadcv2_initialize,
1245 .initialize = rk_tsadcv3_initialize,
1270 .initialize = rk_tsadcv7_initialize,
[all …]
/Linux-v6.6/Documentation/userspace-api/media/mediactl/
Dmedia-request-ioc-reinit.rst13 MEDIA_REQUEST_IOC_REINIT - Re-initialize a request
32 this request ioctl can be used to re-initialize a previously allocated
/Linux-v6.6/scripts/gcc-plugins/
Dstructleak_plugin.c116 static void initialize(tree var) in initialize() function
197 initialize(var); in structleak_execute()
/Linux-v6.6/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-v6.6/drivers/char/
Dnvram.c213 .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-v6.6/Documentation/livepatch/
Dshadow-vars.rst61 - 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-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
Ddm_common.c41 dm_pstable->initialize = 0; in rtl8723_dm_init_dynamic_bb_powersaving()
/Linux-v6.6/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-pine64-plus.dts31 * to initialize. 100ms should be plenty of time to finish
/Linux-v6.6/Documentation/userspace-api/media/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.rst34 To query the attributes of an audio input applications initialize the
Dvidioc-enumaudioout.rst34 To query the attributes of an audio output applications initialize the
/Linux-v6.6/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,
1992 if (desc->initialize != NULL) in tvaudio_probe()
1993 desc->initialize(chip); in tvaudio_probe()
/Linux-v6.6/Documentation/driver-api/
Ddevfreq.rst22 Device drivers need to initialize a :c:type:`devfreq_profile` and call the
/Linux-v6.6/scripts/coccinelle/null/
Dbadzero.cocci5 //# if it has previously been used with the function used to initialize x.
22 @initialize:ocaml@
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Dta_xgmi_if.h125 struct ta_xgmi_cmd_initialize_output initialize; member
/Linux-v6.6/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
/Linux-v6.6/Documentation/driver-api/driver-model/
Dbus.rst16 object of this type. They must initialize the name field, and may
17 optionally initialize the match callback::
Dporting.rst128 bus driver should initialize the generic device. The most important
129 things to initialize are the bus_id, parent, and bus fields.
247 initialize the necessary fields of the driver: the name and bus
311 /* initialize common driver fields */
323 Ideally, the bus should only initialize the fields if they are not
/Linux-v6.6/drivers/input/mouse/
Delan_i2c.h73 int (*initialize)(struct i2c_client *client); member
/Linux-v6.6/include/linux/
Dnvram.h39 long (*initialize)(void); member
/Linux-v6.6/scripts/coccinelle/misc/
Dflexible_array.cocci18 @initialize:python@
Duninitialized_var.cocci11 /// is uninitialized, either simply initialize the variable or make compiler

12345678910>>...12