Searched refs:temp_config (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource_helpers.c | 409 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()
|
D | dcn32_resource.h | 154 struct mall_temp_config *temp_config); 158 struct mall_temp_config *temp_config);
|
/linux-6.6.21/drivers/hwmon/ |
D | tmp421.c | 103 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()
|
D | mr75203.c | 772 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()
|
D | gsc-hwmon.c | 32 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()
|
D | tmp513.c | 164 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()
|
D | f71882fg.c | 279 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()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 195 … (*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);
|
/linux-6.6.21/tools/testing/ktest/ |
D | ktest.pl | 3853 my $temp_config = "$tmpdir/temp_config"; 4012 open (OUT, ">$temp_config") or 4013 dodie "Can't write to $temp_config"; 4018 run_command "mv $temp_config $ignore_config" or 4040 open (OUT, ">$temp_config") or 4041 dodie "Can't write to $temp_config"; 4050 run_command "mv $temp_config $output_minconfig" or
|