| /linux/tools/testing/selftests/kcmp/ |
| H A D | kcmp_test.c | 32 const char kpath[] = "kcmp-test-file"; in main() local 42 fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644); in main() 94 fd2 = open(kpath, O_RDWR); in main()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8852b_rfk.c | 1472 u8 kpath; in _iqk_afebb_restore() local 1477 kpath = _kpath(rtwdev, phy_idx); in _iqk_afebb_restore() 1479 switch (kpath) { in _iqk_afebb_restore() 1519 u8 kpath; in _iqk_macbb_setting() local 1522 kpath = _kpath(rtwdev, phy_idx); in _iqk_macbb_setting() 1524 switch (kpath) { in _iqk_macbb_setting() 1569 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 1576 if (!(kpath & BIT(path))) in _wait_rx_mode() 1631 u8 kpath = _kpath(rtwdev, phy_idx); in _iqk() local 1633 switch (kpath) { in _iqk() [all …]
|
| H A D | rtw8852a_rfk.c | 92 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 99 if (!(kpath & BIT(path))) in _wait_rx_mode() 1726 u8 path, kpath, dck_tune; in _rx_dck() local 1734 kpath = _kpath(rtwdev, phy); in _rx_dck() 1737 if (!(kpath & BIT(path))) in _rx_dck() 1895 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_setting() argument 1897 switch (kpath) { in _dpk_bb_afe_setting() 1921 "[DPK] Set BB/AFE for PHY%d (kpath=%d)\n", phy, kpath); in _dpk_bb_afe_setting() 1926 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_restore() argument 1928 switch (kpath) { in _dpk_bb_afe_restore() [all …]
|
| H A D | rtw8852c_rfk.c | 151 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 158 if (!(kpath & BIT(path))) in _wait_rx_mode() 1934 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_setting() argument 2697 enum rtw89_phy_idx phy, u8 kpath, in _dpk_cal_select() argument 2711 if (!(kpath & BIT(path))) in _dpk_cal_select() 2744 _dpk_bb_afe_setting(rtwdev, phy, path, kpath); in _dpk_cal_select() 2791 u8 path, kpath; in _dpk_force_bypass() local 2793 kpath = _kpath(rtwdev, phy); in _dpk_force_bypass() 2796 if (kpath & BIT(path)) in _dpk_force_bypass() 3871 u8 kpath, path; in _ctrl_bw() local [all …]
|
| H A D | rtw8851b_rfk.c | 221 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 228 if (!(kpath & BIT(path))) in _wait_rx_mode() 2610 enum rtw89_phy_idx phy, u8 kpath, in _dpk_cal_select() argument 2623 if (!(kpath & BIT(path))) in _dpk_cal_select() 2635 if (!(kpath & BIT(path))) in _dpk_cal_select() 2652 if (!(kpath & BIT(path))) in _dpk_cal_select() 3761 u8 kpath, path; in _rxbb_bw() local 3763 kpath = _kpath(rtwdev, phy); in _rxbb_bw() 3766 if (!(kpath & BIT(path))) in _rxbb_bw()
|
| H A D | fw.h | 5073 u8 kpath; member 5084 u8 kpath; member 5095 u8 kpath; member 5112 u8 kpath; member 5133 u8 kpath; member 5150 u8 kpath; member
|
| H A D | rtw8922a.c | 2369 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 2376 if (!(kpath & BIT(path))) in _wait_rx_mode()
|
| H A D | rtw8922d.c | 2656 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 2663 if (!(kpath & BIT(path))) in _wait_rx_mode()
|
| H A D | fw.c | 8613 h2c->kpath = rtw89_phy_get_kpath(rtwdev, phy_idx); in rtw89_fw_h2c_rf_iqk() 8656 h2c->kpath = RF_AB; in rtw89_fw_h2c_rf_dpk() 8699 h2c->kpath = RF_AB; in rtw89_fw_h2c_rf_txgapk() 8785 v0->kpath = RF_AB; in rtw89_fw_h2c_rf_rxdck() 8876 h2c_v0->kpath = RF_AB; in rtw89_fw_h2c_rf_txiqk() 8924 h2c->kpath = RF_AB; in rtw89_fw_h2c_rf_cim3k()
|