Home
last modified time | relevance | path

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

/freebsd-13.1/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c65 coretemp_get_val_sysctl(SYSCTL_HANDLER_ARGS) in coretemp_get_val_sysctl() function
227 dev, CORETEMP_TEMP, coretemp_get_val_sysctl, "IK", in tegra124_coretemp_attach()
231 coretemp_get_val_sysctl, "I", in tegra124_coretemp_attach()
235 coretemp_get_val_sysctl, "I", in tegra124_coretemp_attach()
239 coretemp_get_val_sysctl, "IK", in tegra124_coretemp_attach()
/freebsd-13.1/sys/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c67 coretemp_get_val_sysctl(SYSCTL_HANDLER_ARGS) in coretemp_get_val_sysctl() function
231 dev, CORETEMP_TEMP, coretemp_get_val_sysctl, "IK", in tegra210_coretemp_attach()
235 coretemp_get_val_sysctl, "I", in tegra210_coretemp_attach()
239 coretemp_get_val_sysctl, "I", in tegra210_coretemp_attach()
243 coretemp_get_val_sysctl, "IK", in tegra210_coretemp_attach()
/freebsd-13.1/sys/dev/coretemp/
H A Dcoretemp.c81 static int coretemp_get_val_sysctl(SYSCTL_HANDLER_ARGS);
285 dev, CORETEMP_TEMP, coretemp_get_val_sysctl, "IK", in coretemp_attach()
289 coretemp_get_val_sysctl, "I", in coretemp_attach()
293 coretemp_get_val_sysctl, "I", in coretemp_attach()
297 coretemp_get_val_sysctl, "IK", in coretemp_attach()
346 coretemp_get_val_sysctl(SYSCTL_HANDLER_ARGS) in coretemp_get_val_sysctl() function