Home
last modified time | relevance | path

Searched refs:get_temperature (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm64/qoriq/
H A Dqoriq_therm_if.m38 METHOD int get_temperature{
/freebsd/sys/arm64/rockchip/
H A Drk_tsadc_if.m37 METHOD int get_temperature{
/freebsd/sys/arm/nvidia/
H A Dtegra_soctherm_if.m36 METHOD int get_temperature{
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h211 int (*get_temperature)(struct iwn_softc *); member
H A Dif_iwn.c1230 ops->get_temperature = iwn4965_get_temperature; in iwn4965_attach()
1273 ops->get_temperature = iwn5000_get_temperature; in iwn5000_attach()
3487 temp = ops->get_temperature(sc); in iwn_rx_statistics()