Home
last modified time | relevance | path

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

1234567891011

/Linux-v5.4/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-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_kernel_queue.c37 static bool initialize(struct kernel_queue *kq, struct kfd_dev *dev, in initialize() function
90 retval = kq->ops_asic_specific.initialize(kq, dev, type, queue_size); in initialize()
307 kq->ops.initialize = initialize; in kernel_queue_init()
345 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-v5.4/drivers/thermal/
Drockchip_thermal.c107 void (*initialize)(struct regmap *grf, member
832 .initialize = rk_tsadcv4_initialize,
856 .initialize = rk_tsadcv2_initialize,
880 .initialize = rk_tsadcv2_initialize,
905 .initialize = rk_tsadcv2_initialize,
928 .initialize = rk_tsadcv2_initialize,
953 .initialize = rk_tsadcv3_initialize,
978 .initialize = rk_tsadcv2_initialize,
1003 .initialize = rk_tsadcv3_initialize,
1297 thermal->chip->initialize(thermal->grf, thermal->regs, in rockchip_thermal_probe()
[all …]
/Linux-v5.4/scripts/gcc-plugins/
Dstructleak_plugin.c120 static void initialize(tree var) in initialize() function
204 initialize(var); in structleak_execute()
/Linux-v5.4/drivers/char/
Dnvram.c213 .initialize = pc_nvram_initialize,
331 if (arch_nvram_ops.initialize != NULL) { in nvram_misc_ioctl()
333 ret = arch_nvram_ops.initialize(); in nvram_misc_ioctl()
/Linux-v5.4/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-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
Ddm_common.c41 dm_pstable->initialize = 0; in rtl8723_dm_init_dynamic_bb_powersaving()
/Linux-v5.4/Documentation/media/uapi/mediactl/
Dmedia-request-ioc-reinit.rst36 MEDIA_REQUEST_IOC_REINIT - Re-initialize a request
56 this request ioctl can be used to re-initialize a previously allocated
/Linux-v5.4/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-v5.4/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-v5.4/drivers/gpu/drm/amd/amdgpu/
Dta_xgmi_if.h114 struct ta_xgmi_cmd_initialize_output initialize; member
/Linux-v5.4/security/
DKconfig.hardening12 flaws, this plugin is available to identify and zero-initialize
55 Zero-initialize any structures on the stack containing
67 Zero-initialize any structures on the stack that may
85 Zero-initialize any stack variables that may be passed
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddriver.rst19 The driver must initialize at least the name and bus fields. It should
20 also initialize the devclass field (when it arrives), so it may obtain
21 the proper linkage internally. It should also initialize as many of
157 addition to dev->platform_data to initialize the driver.
Dbus.rst16 object of this type. They must initialize the name field, and may
17 optionally initialize the match callback::
/Linux-v5.4/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-v5.4/scripts/coccinelle/null/
Dbadzero.cocci5 //# if it has previously been used with the function used to initialize x.
22 @initialize:ocaml@
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-ctrl.rst45 To get the current value of a control applications initialize the ``id``
48 value of a control applications initialize the ``id`` and ``value``
/Linux-v5.4/include/media/davinci/
Dvpbe.h125 int (*initialize)(struct device *dev, struct vpbe_device *vpbe_dev); member
/Linux-v5.4/drivers/input/mouse/
Delan_i2c.h47 int (*initialize)(struct i2c_client *client); member
/Linux-v5.4/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-v5.4/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-v5.4/include/linux/
Dnvram.h39 long (*initialize)(void); member

1234567891011