Home
last modified time | relevance | path

Searched refs:tsrc (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst154 测试套件(在tsrc中的hwpoison特定可移植测试)。
/linux/drivers/hwmon/
H A Dw83795.c981 static int w83795_tss_useful(const struct w83795_data *data, int tsrc) in w83795_tss_useful() argument
986 if (tss_map[i][tsrc] == TSS_MAP_RESERVED) in w83795_tss_useful()
988 if (tss_map[i][tsrc] < 6) /* Analog */ in w83795_tss_useful()
989 useful += (data->has_temp >> tss_map[i][tsrc]) & 1; in w83795_tss_useful()
991 useful += (data->has_dts >> (tss_map[i][tsrc] - 6)) & 1; in w83795_tss_useful()
/linux/Documentation/mm/
H A Dhwpoison.rst170 Test suite (hwpoison specific portable tests in tsrc)