Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath10k/
H A Dthermal.c103 ret = sysfs_emit(buf, "%d\n", temperature * 1000); in ath10k_thermal_show_temp()
/src/sys/contrib/dev/athk/ath11k/
H A Dthermal.c104 ret = sysfs_emit(buf, "%d\n", temperature * 1000); in ath11k_thermal_show_temp()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h489 sysfs_emit(char *buf, const char *fmt, ...) in sysfs_emit() function