Searched refs:temp_type (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/hwmon/ |
H A D | nct6775.h | 115 u8 temp_type[NUM_TEMP_FIXED]; member
|
H A D | nct7802.c | 563 static SENSOR_DEVICE_ATTR_RW(temp1_type, temp_type, 0); 569 static SENSOR_DEVICE_ATTR_RW(temp2_type, temp_type, 1); 575 static SENSOR_DEVICE_ATTR_RW(temp3_type, temp_type, 2);
|
H A D | nct6775-core.c | 2285 return sprintf(buf, "%d\n", (int)data->temp_type[nr]); in show_temp_type() 2312 data->temp_type[nr] = val; in store_temp_type() 2392 SENSOR_TEMPLATE(temp_type, "temp%d_type", 0644, show_temp_type, store_temp_type, 0); 3464 data->temp_type[i] in nct6775_init_device() 3467 data->temp_type[i] = 4; in nct6775_init_device()
|
H A D | w83l786ng.c | 126 u8 temp_type[2]; member
|
/linux/fs/f2fs/ |
H A D | data.c | 618 enum page_type type, enum temp_type temp) in __f2fs_submit_merged_write() 644 enum temp_type temp; in __submit_merged_write_cond() 753 struct page *page, enum temp_type temp) in add_bio_entry() 781 enum temp_type temp; in add_ipu_page() 828 enum temp_type temp; in f2fs_submit_merged_ipu_write()
|
H A D | f2fs.h | 1170 enum temp_type { enum 1240 enum temp_type temp; /* contains HOT/WARM/COLD */ 3872 enum temp_type f2fs_get_segment_temp(struct f2fs_sb_info *sbi, 3899 enum page_type type, enum temp_type temp);
|
H A D | segment.c | 3573 enum page_type type, enum temp_type temp) in f2fs_io_type_to_rw_hint() 3687 enum temp_type f2fs_get_segment_temp(struct f2fs_sb_info *sbi, in f2fs_get_segment_temp() 3691 enum temp_type temp = COLD; in f2fs_get_segment_temp()
|
H A D | file.c | 5035 enum temp_type temp = f2fs_get_segment_temp(sbi, type); in f2fs_dio_write_submit_io()
|