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_8852C_RFK_H__
662306a36Sopenharmony_ci#define __RTW89_8852C_RFK_H__
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#include "core.h"
962306a36Sopenharmony_ci
1062306a36Sopenharmony_civoid rtw8852c_mcc_get_ch_info(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy);
1162306a36Sopenharmony_civoid rtw8852c_rck(struct rtw89_dev *rtwdev);
1262306a36Sopenharmony_civoid rtw8852c_dack(struct rtw89_dev *rtwdev);
1362306a36Sopenharmony_civoid rtw8852c_iqk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx);
1462306a36Sopenharmony_civoid rtw8852c_rx_dck(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, bool is_afe);
1562306a36Sopenharmony_civoid rtw8852c_rx_dck_track(struct rtw89_dev *rtwdev);
1662306a36Sopenharmony_civoid rtw8852c_dpk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy);
1762306a36Sopenharmony_civoid rtw8852c_dpk_track(struct rtw89_dev *rtwdev);
1862306a36Sopenharmony_civoid rtw8852c_tssi(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy);
1962306a36Sopenharmony_civoid rtw8852c_tssi_scan(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy);
2062306a36Sopenharmony_civoid rtw8852c_tssi_cont_en_phyidx(struct rtw89_dev *rtwdev, bool en, u8 phy_idx);
2162306a36Sopenharmony_civoid rtw8852c_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
2262306a36Sopenharmony_ci			       enum rtw89_phy_idx phy_idx);
2362306a36Sopenharmony_civoid rtw8852c_set_channel_rf(struct rtw89_dev *rtwdev,
2462306a36Sopenharmony_ci			     const struct rtw89_chan *chan,
2562306a36Sopenharmony_ci			     enum rtw89_phy_idx phy_idx);
2662306a36Sopenharmony_civoid rtw8852c_lck_init(struct rtw89_dev *rtwdev);
2762306a36Sopenharmony_civoid rtw8852c_lck_track(struct rtw89_dev *rtwdev);
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ci#endif
30