Searched refs:temp_config (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/testing/ktest/ |
| H A D | ktest.pl | 3817 my $temp_config = "$tmpdir/temp_config"; 3977 open (OUT, ">$temp_config") 3978 or dodie "Can't write to $temp_config"; 3983 run_command "mv $temp_config $ignore_config" or 4005 open (OUT, ">$temp_config") 4006 or dodie "Can't write to $temp_config"; 4015 run_command "mv $temp_config $output_minconfig" or
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_generic.c | 158 u8 temp_config[GTP_CONFIG_MAX_LENGTH] = { 0 }; in gt1x_debug_write_proc() local 248 cfg_len = gt1x_parse_config(arg1, temp_config); in gt1x_debug_write_proc() 252 gt1x_send_cfg(temp_config, gt1x_cfg_length); in gt1x_debug_write_proc()
|