/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | mr75203.c | 531 u32 *temp_config, *in_config; in mr75203_probe() local 594 temp_config = devm_kcalloc(dev, ts_num + 1, in mr75203_probe() 595 sizeof(*temp_config), GFP_KERNEL); in mr75203_probe() 596 if (!temp_config) in mr75203_probe() 599 memset32(temp_config, HWMON_T_INPUT, ts_num); in mr75203_probe() 600 pvt_temp.config = temp_config; in mr75203_probe()
|
H A D | tmp421.c | 92 u32 temp_config[5]; member 313 data->temp_config[i] = HWMON_T_INPUT | HWMON_T_FAULT; in tmp421_probe() 321 data->temp_info.config = data->temp_config; in tmp421_probe()
|
H A D | gsc-hwmon.c | 32 u32 temp_config[GSC_HWMON_MAX_TEMP_CH + 1]; member 351 hwmon->temp_config[i_temp] = HWMON_T_INPUT | in gsc_hwmon_probe() 390 hwmon->temp_info.config = hwmon->temp_config; in gsc_hwmon_probe()
|
H A 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()
|
H A D | f71882fg.c | 284 u8 temp_config; member 1570 if (data->temp_config & 1) { in show_temp() 2371 data->temp_config = in f71882fg_probe() 2373 if (data->temp_config & 0x10) in f71882fg_probe() 2519 if (data->temp_config & 0x10) in f71882fg_remove()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource_helpers.c | 403 * @temp_config: struct used to cache the existing MALL state 409 struct mall_temp_config *temp_config) in dcn32_save_mall_state() 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() 431 * @temp_config: struct that has the cached MALL state 437 struct mall_temp_config *temp_config) in dcn32_restore_mall_state() 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() 407 dcn32_save_mall_state(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_config) dcn32_save_mall_state() argument 435 dcn32_restore_mall_state(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_config) dcn32_restore_mall_state() argument
|
H A D | dcn32_resource.h | 154 struct mall_temp_config *temp_config); 158 struct mall_temp_config *temp_config);
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | core_types.h | 195 void (*save_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_config); 196 void (*restore_mall_state)(struct dc *dc, struct dc_state *context, struct mall_temp_config *temp_config);
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | ktest.pl | 3841 my $temp_config = "$tmpdir/temp_config"; 4001 open (OUT, ">$temp_config") 4002 or dodie "Can't write to $temp_config"; 4007 run_command "mv $temp_config $ignore_config" or 4029 open (OUT, ">$temp_config") 4030 or dodie "Can't write to $temp_config"; 4039 run_command "mv $temp_config $output_minconfig" or
|
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A 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
|