Home
last modified time | relevance | path

Searched refs:tsrc (Results 1 – 4 of 4) 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/arch/arm/crypto/
H A Daes-ce-glue.c404 u8 *tsrc = walk.src.virt.addr; in ctr_encrypt() local
415 crypto_xor_cpy(tdst, tsrc, tail, nbytes); in ctr_encrypt()
/linux/Documentation/mm/
H A Dhwpoison.rst170 Test suite (hwpoison specific portable tests in tsrc)