Home
last modified time | relevance | path

Searched refs:temp_config (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c409 struct mall_temp_config *temp_config) in dcn32_save_mall_state() argument
417 temp_config->mall_stream_config[i] = pipe->stream->mall_stream_config; in dcn32_save_mall_state()
420 temp_config->is_phantom_plane[i] = pipe->plane_state->is_phantom; in dcn32_save_mall_state()
437 struct mall_temp_config *temp_config) in dcn32_restore_mall_state() argument
445 pipe->stream->mall_stream_config = temp_config->mall_stream_config[i]; in dcn32_restore_mall_state()
448 pipe->plane_state->is_phantom = temp_config->is_phantom_plane[i]; in dcn32_restore_mall_state()
H A Ddcn32_resource.h154 struct mall_temp_config *temp_config);
158 struct mall_temp_config *temp_config);
/openbmc/linux/drivers/hwmon/
H A Dtmp421.c103 u32 temp_config[MAX_CHANNELS + 1]; member
386 data->temp_config[i] |= HWMON_T_LABEL; in tmp421_probe_child_from_dt()
457 data->temp_config[i] = HWMON_T_INPUT | HWMON_T_FAULT | HWMON_T_ENABLE; in tmp421_probe()
475 data->temp_info.config = data->temp_config; in tmp421_probe()
H A Dmr75203.c772 u32 *temp_config, *in_config; in mr75203_probe() local
835 temp_config = devm_kcalloc(dev, ts_num + 1, in mr75203_probe()
836 sizeof(*temp_config), GFP_KERNEL); in mr75203_probe()
837 if (!temp_config) in mr75203_probe()
840 memset32(temp_config, HWMON_T_INPUT, ts_num); in mr75203_probe()
841 pvt_temp.config = temp_config; in mr75203_probe()
H A Dgsc-hwmon.c32 u32 temp_config[GSC_HWMON_MAX_TEMP_CH + 1]; member
352 hwmon->temp_config[i_temp] = HWMON_T_INPUT | in gsc_hwmon_probe()
391 hwmon->temp_info.config = hwmon->temp_config; in gsc_hwmon_probe()
H A Dtmp513.c164 u16 temp_config; member
573 ret = regmap_write(data->regmap, TMP51X_TEMP_CONFIG, data->temp_config); in tmp51x_init()
701 data->temp_config = (data->id == tmp513) ? in tmp51x_configure()
H A Df71882fg.c279 u8 temp_config; member
531 if (data->temp_config & 1) { in show_temp()
2242 if (data->temp_config & 0x10) in f71882fg_remove()
2380 data->temp_config = in f71882fg_probe()
2382 if (data->temp_config & 0x10) in f71882fg_probe()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h195 … (*save_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_config);
196 …restore_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_config);
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl3854 my $temp_config = "$tmpdir/temp_config";
4013 open (OUT, ">$temp_config") or
4014 dodie "Can't write to $temp_config";
4019 run_command "mv $temp_config $ignore_config" or
4041 open (OUT, ">$temp_config") or
4042 dodie "Can't write to $temp_config";
4051 run_command "mv $temp_config $output_minconfig" or