Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_factory.c36 out->initialize = pmo_dcn4_fams2_initialize; in dml2_pmo_create()
41 out->initialize = pmo_dcn3_initialize; in dml2_pmo_create()
60 out->initialize = pmo_dcn4_fams2_initialize; in dml2_pmo_create()
/linux/drivers/staging/rtl8723bs/hal/
H 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()
H A Dodm_DynamicBBPowerSaving.h20 u8 initialize; member
/linux/drivers/thermal/
H A Drockchip_thermal.c101 void (*initialize)(struct regmap *grf, member
1105 .initialize = rk_tsadcv4_initialize,
1130 .initialize = rk_tsadcv2_initialize,
1155 .initialize = rk_tsadcv2_initialize,
1180 .initialize = rk_tsadcv2_initialize,
1204 .initialize = rk_tsadcv2_initialize,
1229 .initialize = rk_tsadcv3_initialize,
1254 .initialize = rk_tsadcv2_initialize,
1279 .initialize = rk_tsadcv3_initialize,
1304 .initialize = rk_tsadcv7_initialize,
[all …]
/linux/Documentation/userspace-api/media/mediactl/
H 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/rust/pin-init/
H A DREADME.md11 Library to safely and fallibly initialize pinned `struct`s using in-place constructors.
21 There are cases when you want to in-place initialize a struct. For example when it is very big
23 Another reason would be that you need the address of the object to initialize it. This stands
51 To initialize a `struct` with an in-place constructor you will need two things:
78 that you need to write `<-` instead of `:` for fields that you want to initialize in-place.
97 (or just the stack) to actually initialize a `Foo`:
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_factory.c24 out->initialize = &core_dcn4_initialize; in dml2_core_create()
/linux/arch/arm/nwfpe/
H 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/drivers/char/
H 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/Documentation/livepatch/
H 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/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
H A Ddm_common.c41 dm_pstable->initialize = 0; in rtl8723_dm_init_dynamic_bb_powersaving()
/linux/Documentation/arch/x86/x86_64/
H A Duefi.rst43 1. g - initialize a GPT partition table
48 Afterwards, initialize the VFAT filesystem by running mkfs::
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pine64-plus.dts31 * to initialize. 100ms should be plenty of time to finish
/linux/Documentation/userspace-api/media/v4l/
H 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``
H 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``,
H A Dvidioc-enumaudio.rst34 To query the attributes of an audio input applications initialize the
H A Dvidioc-enumaudioout.rst34 To query the attributes of an audio output applications initialize the
/linux/drivers/media/i2c/
H 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/Documentation/driver-api/
H A Ddevfreq.rst22 Device drivers need to initialize a :c:type:`devfreq_profile` and call the
/linux/scripts/coccinelle/null/
H A Dbadzero.cocci5 //# if it has previously been used with the function used to initialize x.
22 @initialize:ocaml@
/linux/Documentation/input/
H 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/Documentation/driver-api/driver-model/
H A Dbus.rst16 object of this type. They must initialize the name field, and may
17 optionally initialize the match callback::
H 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/drivers/input/mouse/
H A Delan_i2c.h73 int (*initialize)(struct i2c_client *client); member
/linux/include/linux/
H A Dnvram.h39 long (*initialize)(void); member

1234567891011