OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_value
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.sbin/memswitch/
methods.c
103
prop->
current_value
.byte[0] = current_values[prop->offset];
104
prop->
current_value
.byte[1] = 0;
105
prop->
current_value
.byte[2] = 0;
106
prop->
current_value
.byte[3] = 0;
118
prop->
current_value
.byte[0] = current_values[prop->offset];
119
prop->
current_value
.byte[1] = current_values[prop->offset+1];
120
prop->
current_value
.byte[2] = 0;
121
prop->
current_value
.byte[3] = 0;
133
prop->
current_value
.byte[0] = current_values[prop->offset];
134
prop->
current_value
.byte[1] = current_values[prop->offset+1]
[
all
...]
memswitch.h
64
}
current_value
;
member in struct:property
memswitch.c
357
if ((properties[PROP_MAGIC1].
current_value
.longword != MAGIC1) ||
358
(properties[PROP_MAGIC2].
current_value
.longword != MAGIC2))
/src/sys/arch/macppc/dev/
smusat.c
68
int
current_value
;
member in struct:smusat_sensor
317
edata->value_cur = sensor->
current_value
*
321
edata->value_cur = sensor->
current_value
* 1000000;
324
edata->value_cur = sensor->
current_value
* 1000000;
327
edata->value_cur = sensor->
current_value
* 1000000;
330
edata->value_cur = sensor->
current_value
;
369
sensor->
current_value
= (sc->sc_cache[reg] << 8) + sc->sc_cache[reg + 1];
370
sensor->
current_value
<<= sensor->shift;
372
sensor->
current_value
>>= 16;
375
*value = sensor->
current_value
;
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
vega20_ppt.h
165
int32_t
current_value
;
member in struct:vega20_od8_single_setting
amdgpu_vega20_ppt.c
1674
od8_settings->od8_settings_array[i].
current_value
=
1679
od8_settings->od8_settings_array[i].
current_value
= 0;
/src/sys/dev/i2c/
sht3x.c
1338
uint64_t
current_value
;
local in function:sht3x_parse_data
1347
current_value
= sht3x_compute_temp_from_raw(rawdata[0],
1352
current_value
= sht3x_compute_rh_from_raw(rawdata[3],
1374
edata->value_cur = (uint32_t)
current_value
;
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
vega20_hwmgr.h
429
int32_t
current_value
;
member in struct:vega20_od8_single_setting
amdgpu_vega20_hwmgr.c
1352
od8_settings->od8_settings_array[i].
current_value
=
1359
od8_settings->od8_settings_array[i].
current_value
=
Completed in 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025