Home
last modified time | relevance | path

Searched refs:get_thermal (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_common.h163 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()
H A Drtw8852bt.c740 .get_thermal = rtw8852bx_get_thermal,
H A Drtw8852b.c873 .get_thermal = rtw8852bx_get_thermal,
H A Drtw8852b_common.c2088 .get_thermal = __rtw8852bx_get_thermal,
H A Drtw8852a.c2291 .get_thermal = rtw8852a_get_thermal,
H A Dcore.h4921 u8 (*get_thermal)(struct rtw89_dev *rtwdev, enum rtw89_rf_path rf_path); member
8805 if (!chip->ops->get_thermal) in rtw89_chip_get_thermal()
8808 return chip->ops->get_thermal(rtwdev, rf_path); in rtw89_chip_get_thermal()
H A Drtw8851b.c2520 .get_thermal = rtw8851b_get_thermal,
H A Drtw8852c.c3088 .get_thermal = rtw8852c_get_thermal,
H A Drtw8922a.c3155 .get_thermal = rtw8922a_get_thermal,
H A Drtw8922d.c3636 .get_thermal = rtw8922d_get_thermal,