Searched refs:get_thermal (Results 1 – 9 of 9) sorted by relevance
| /freebsd-head/sys/contrib/dev/rtw89/ |
| HD | rtw8852b_common.h | 163 u8 (*get_thermal)(struct rtw89_dev *rtwdev, enum rtw89_rf_path rf_path); member 355 return rtw8852bx_info.get_thermal(rtwdev, rf_path); in rtw8852bx_get_thermal()
|
| HD | rtw8852bt.c | 678 .get_thermal = rtw8852bx_get_thermal,
|
| HD | rtw8852b.c | 744 .get_thermal = rtw8852bx_get_thermal,
|
| HD | core.h | 3634 u8 (*get_thermal)(struct rtw89_dev *rtwdev, enum rtw89_rf_path rf_path); member 6725 if (!chip->ops->get_thermal) in rtw89_chip_get_thermal() 6728 return chip->ops->get_thermal(rtwdev, rf_path); in rtw89_chip_get_thermal()
|
| HD | rtw8852a.c | 2117 .get_thermal = rtw8852a_get_thermal,
|
| HD | rtw8852b_common.c | 2067 .get_thermal = __rtw8852bx_get_thermal,
|
| HD | rtw8851b.c | 2397 .get_thermal = rtw8851b_get_thermal,
|
| HD | rtw8852c.c | 2915 .get_thermal = rtw8852c_get_thermal,
|
| HD | rtw8922a.c | 2676 .get_thermal = rtw8922a_get_thermal,
|