Home
last modified time | relevance | path

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

12345678910>>...12

/linux-6.3-rc2/drivers/staging/rtl8723bs/hal/
A 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()
A Dodm_DynamicBBPowerSaving.h20 u8 initialize; member
/linux-6.3-rc2/drivers/thermal/
A Drockchip_thermal.c110 void (*initialize)(struct regmap *grf, member
935 .initialize = rk_tsadcv4_initialize,
959 .initialize = rk_tsadcv2_initialize,
983 .initialize = rk_tsadcv2_initialize,
1008 .initialize = rk_tsadcv2_initialize,
1031 .initialize = rk_tsadcv2_initialize,
1056 .initialize = rk_tsadcv3_initialize,
1081 .initialize = rk_tsadcv2_initialize,
1106 .initialize = rk_tsadcv3_initialize,
1131 .initialize = rk_tsadcv7_initialize,
[all …]
/linux-6.3-rc2/Documentation/userspace-api/media/mediactl/
A 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-6.3-rc2/scripts/gcc-plugins/
A Dstructleak_plugin.c116 static void initialize(tree var) in initialize() function
197 initialize(var); in structleak_execute()
/linux-6.3-rc2/drivers/char/
A 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-6.3-rc2/arch/arm/nwfpe/
A 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-6.3-rc2/Documentation/livepatch/
A 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-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
A Ddm_common.c41 dm_pstable->initialize = 0; in rtl8723_dm_init_dynamic_bb_powersaving()
/linux-6.3-rc2/arch/arm64/boot/dts/allwinner/
A Dsun50i-a64-pine64-plus.dts31 * to initialize. 100ms should be plenty of time to finish
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A 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``
A 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``,
A Dvidioc-enumaudio.rst34 To query the attributes of an audio input applications initialize the
/linux-6.3-rc2/drivers/media/i2c/
A 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-6.3-rc2/Documentation/driver-api/
A Ddevfreq.rst22 Device drivers need to initialize a :c:type:`devfreq_profile` and call the
/linux-6.3-rc2/scripts/coccinelle/null/
A Dbadzero.cocci5 //# if it has previously been used with the function used to initialize x.
22 @initialize:ocaml@
/linux-6.3-rc2/Documentation/devicetree/bindings/ata/
A Dahci-common.yaml66 appropriately initialize the HWinit fields of the HBA CAP register
117 for details). It can be used to initialize the HWinit fields of
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Dta_xgmi_if.h125 struct ta_xgmi_cmd_initialize_output initialize; member
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A Dmti,cpu-interrupt-controller.yaml10 On MIPS the mips_cpu_irq_of_init() helper can be used to initialize the 8 CPU
/linux-6.3-rc2/Documentation/input/
A 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-6.3-rc2/Documentation/driver-api/driver-model/
A Dbus.rst16 object of this type. They must initialize the name field, and may
17 optionally initialize the match callback::
A 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-6.3-rc2/drivers/input/mouse/
A Delan_i2c.h73 int (*initialize)(struct i2c_client *client); member
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dbcm-ns-usb2-phy.yaml10 To initialize USB 2.0 PHY driver needs to setup PLL correctly.
/linux-6.3-rc2/include/linux/
A Dnvram.h39 long (*initialize)(void); member

Completed in 28 milliseconds

12345678910>>...12