Home
last modified time | relevance | path

Searched refs:kpath (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kcmp/
H A Dkcmp_test.c32 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 Drtw8922a_rfk.c46 u8 kpath; in rtw8922a_ctl_band_ch_bw() local
55 kpath = rtw89_phy_get_kpath(rtwdev, phy); in rtw8922a_ctl_band_ch_bw()
65 if (!(kpath & BIT(path))) in rtw8922a_ctl_band_ch_bw()
174 static void rtw8922a_chlk_ktbl_sel(struct rtw89_dev *rtwdev, u8 kpath, u8 idx) in rtw8922a_chlk_ktbl_sel() argument
183 if (kpath & RF_A) { in rtw8922a_chlk_ktbl_sel()
195 if (kpath & RF_B) { in rtw8922a_chlk_ktbl_sel()