162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 262306a36Sopenharmony_ci/* Copyright(c) 2019-2022 Realtek Corporation 362306a36Sopenharmony_ci */ 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifndef __RTW89_8852B_RFK_H__ 662306a36Sopenharmony_ci#define __RTW89_8852B_RFK_H__ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#include "core.h" 962306a36Sopenharmony_ci 1062306a36Sopenharmony_civoid rtw8852b_rck(struct rtw89_dev *rtwdev); 1162306a36Sopenharmony_civoid rtw8852b_dack(struct rtw89_dev *rtwdev); 1262306a36Sopenharmony_civoid rtw8852b_iqk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx); 1362306a36Sopenharmony_civoid rtw8852b_rx_dck(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx); 1462306a36Sopenharmony_civoid rtw8852b_dpk_init(struct rtw89_dev *rtwdev); 1562306a36Sopenharmony_civoid rtw8852b_dpk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy); 1662306a36Sopenharmony_civoid rtw8852b_dpk_track(struct rtw89_dev *rtwdev); 1762306a36Sopenharmony_civoid rtw8852b_tssi(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, bool hwtx_en); 1862306a36Sopenharmony_civoid rtw8852b_tssi_scan(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy); 1962306a36Sopenharmony_civoid rtw8852b_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start, 2062306a36Sopenharmony_ci enum rtw89_phy_idx phy_idx); 2162306a36Sopenharmony_civoid rtw8852b_set_channel_rf(struct rtw89_dev *rtwdev, 2262306a36Sopenharmony_ci const struct rtw89_chan *chan, 2362306a36Sopenharmony_ci enum rtw89_phy_idx phy_idx); 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ci#endif 26