Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 4459) sorted by relevance

12345678910>>...179

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
51 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
61 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
62 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
51 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
61 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
62 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_ops.h54 path absolute(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
56 path canonical(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
58 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
61 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
68 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
69 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
73 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dfs_ops.h54 path absolute(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
56 path canonical(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
58 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
61 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
68 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
69 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
73 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dfilesystem17 class path;
19 void swap(path& lhs, path& rhs) noexcept;
20 size_t hash_value(const path& p) noexcept;
22 bool operator==(const path& lhs, const path& rhs) noexcept;
23 bool operator!=(const path& lhs, const path& rhs) noexcept;
24 bool operator< (const path& lhs, const path& rhs) noexcept;
25 bool operator<=(const path& lhs, const path& rhs) noexcept;
26 bool operator> (const path& lhs, const path& rhs) noexcept;
27 bool operator>=(const path& lhs, const path& rhs) noexcept;
29 path operator/ (const path& lhs, const path& rhs);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dfilesystem17 class path;
19 void swap(path& lhs, path& rhs) noexcept;
20 size_t hash_value(const path& p) noexcept;
22 bool operator==(const path& lhs, const path& rhs) noexcept;
23 bool operator!=(const path& lhs, const path& rhs) noexcept;
24 bool operator< (const path& lhs, const path& rhs) noexcept;
25 bool operator<=(const path& lhs, const path& rhs) noexcept;
26 bool operator> (const path& lhs, const path& rhs) noexcept;
27 bool operator>=(const path& lhs, const path& rhs) noexcept;
29 path operator/ (const path& lhs, const path& rhs);
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mmp/
H A Dcore.c16 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay() argument
19 if (path && overlay_id < path->overlay_num) in path_get_overlay()
20 return &path->overlays[overlay_id]; in path_get_overlay()
24 static int path_check_status(struct mmp_path *path) in path_check_status() argument
27 for (i = 0; i < path->overlay_num; i++) in path_check_status()
28 if (path->overlays[i].status) in path_check_status()
41 static int path_get_modelist(struct mmp_path *path, in path_get_modelist() argument
44 BUG_ON(!path || !modelist); in path_get_modelist()
46 if (path->panel && path->panel->get_modelist) in path_get_modelist()
47 return path->panel->get_modelist(path->panel, modelist); in path_get_modelist()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_iqk_8852b.c94 struct rf_info *rf, u8 path, in iqk_backup_rf0_8852b() argument
100 if(path != RF_PATH_A) in iqk_backup_rf0_8852b()
112 struct rf_info *rf, u8 path, in iqk_backup_rf1_8852b() argument
118 if(path != RF_PATH_B) in iqk_backup_rf1_8852b()
131 struct rf_info *rf, u8 path, in iqk_restore_rf0_8852b() argument
137 if(path != RF_PATH_A) in iqk_restore_rf0_8852b()
151 struct rf_info *rf, u8 path, in iqk_restore_rf1_8852b() argument
157 if(path != RF_PATH_B) in iqk_restore_rf1_8852b()
192 static void _iqk_read_fft_dbcc0_8852b(struct rf_info *rf, u8 path) in _iqk_read_fft_dbcc0_8852b() argument
211 RF_DBG(rf, DBG_RF_IQK, "[IQK]S%x,fft[%x]= %x\n", path, i, fft[i]); in _iqk_read_fft_dbcc0_8852b()
[all …]
H A Dhalrf_dpk_8852b.c34 u8 path) in _dpk_bkup_kip_8852b() argument
39 reg_bkup[path][i] = halrf_rreg(rf, reg[i] + (path << 8), MASKDWORD); in _dpk_bkup_kip_8852b()
41 RF_DBG(rf, DBG_RF_DPK, "[DPK] Backup 0x%x = %x\n", reg[i]+ (path << 8), reg_bkup[path][i]); in _dpk_bkup_kip_8852b()
63 u8 path) in _dpk_bkup_rf_8852b() argument
68 rf_bkup[path][i] = halrf_rrf(rf, path, rf_reg[i], MASKRF); in _dpk_bkup_rf_8852b()
71 path, rf_reg[i], rf_bkup[path][i]); in _dpk_bkup_rf_8852b()
79 u8 path) in _dpk_reload_kip_8852b() argument
84 halrf_wreg(rf, reg[i] + (path << 8), MASKDWORD, reg_bkup[path][i]); in _dpk_reload_kip_8852b()
86 RF_DBG(rf, DBG_RF_DPK, "[DPK] Reload 0x%x = %x\n", reg[i] + (path << 8), in _dpk_reload_kip_8852b()
87 reg_bkup[path][i]); in _dpk_reload_kip_8852b()
[all …]
H A Dhalrf_txgapk_8852b.c67 u8 path) in _halrf_txgapk_bkup_rf_8852b() argument
72 rf_bkup[path][i] = halrf_rrf(rf, path, rf_reg[i], MASKRF); in _halrf_txgapk_bkup_rf_8852b()
75 path, rf_reg[i], rf_bkup[path][i]); in _halrf_txgapk_bkup_rf_8852b()
83 u8 path) in _halrf_txgapk_reload_rf_8852b() argument
88 halrf_wrf(rf, path, rf_reg[i], MASKRF, rf_bkup[path][i]); in _halrf_txgapk_reload_rf_8852b()
91 path, rf_reg[i], rf_bkup[path][i]); in _halrf_txgapk_reload_rf_8852b()
97 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_bb_afe_by_mode_8852b() argument
229 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_iqk_preset_by_mode_8852b() argument
270 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_clk_setting_dac960mhz_by_mode_8852b() argument
313 (struct rf_info *rf, enum txgapk_id id, enum rf_path path) in _halrf_txgapk_one_shot_nctl_done_check_8852b() argument
[all …]
H A Dhalrf_8852b.c27 bool halrf_bw_setting_8852b(struct rf_info *rf, enum rf_path path, enum channel_width bw, bool is_d… in halrf_bw_setting_8852b() argument
38 rf_reg18 = halrf_rrf(rf, path, reg_reg18_addr, MASKRF); in halrf_bw_setting_8852b()
41 RF_DBG(rf, DBG_RF_RFK, "[RFK]Invalid RF_0x18 for Path-%d\n", path); in halrf_bw_setting_8852b()
66 halrf_wrf(rf, path, reg_reg18_addr, MASKRF, rf_reg18); in halrf_bw_setting_8852b()
67 …f, DBG_RF_RFK, "[RFK] set %x at path%d, %x =0x%x\n",bw, path, reg_reg18_addr, halrf_rrf(rf, path, … in halrf_bw_setting_8852b()
97 bool halrf_ch_setting_8852b(struct rf_info *rf, enum rf_path path, u8 central_ch, in halrf_ch_setting_8852b() argument
110 rf_reg18 = halrf_rrf(rf, path, reg_reg18_addr, MASKRF); in halrf_ch_setting_8852b()
113 RF_DBG(rf, DBG_RF_RFK, "[RFK]Invalid RF_0x18 for Path-%d\n", path); in halrf_ch_setting_8852b()
123 halrf_wrf(rf, path, reg_reg18_addr, MASKRF, rf_reg18); in halrf_ch_setting_8852b()
125 halrf_wrf(rf, path, 0xcf, BIT(0), 0); in halrf_ch_setting_8852b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_iqk_8852b.c94 struct rf_info *rf, u8 path, in iqk_backup_rf0_8852b() argument
100 if(path != RF_PATH_A) in iqk_backup_rf0_8852b()
112 struct rf_info *rf, u8 path, in iqk_backup_rf1_8852b() argument
118 if(path != RF_PATH_B) in iqk_backup_rf1_8852b()
131 struct rf_info *rf, u8 path, in iqk_restore_rf0_8852b() argument
137 if(path != RF_PATH_A) in iqk_restore_rf0_8852b()
151 struct rf_info *rf, u8 path, in iqk_restore_rf1_8852b() argument
157 if(path != RF_PATH_B) in iqk_restore_rf1_8852b()
192 static void _iqk_read_fft_dbcc0_8852b(struct rf_info *rf, u8 path) in _iqk_read_fft_dbcc0_8852b() argument
211 RF_DBG(rf, DBG_RF_IQK, "[IQK]S%x,fft[%x]= %x\n", path, i, fft[i]); in _iqk_read_fft_dbcc0_8852b()
[all …]
H A Dhalrf_dpk_8852b.c34 u8 path) in _dpk_bkup_kip_8852b() argument
39 reg_bkup[path][i] = halrf_rreg(rf, reg[i] + (path << 8), MASKDWORD); in _dpk_bkup_kip_8852b()
41 RF_DBG(rf, DBG_RF_DPK, "[DPK] Backup 0x%x = %x\n", reg[i]+ (path << 8), reg_bkup[path][i]); in _dpk_bkup_kip_8852b()
63 u8 path) in _dpk_bkup_rf_8852b() argument
68 rf_bkup[path][i] = halrf_rrf(rf, path, rf_reg[i], MASKRF); in _dpk_bkup_rf_8852b()
71 path, rf_reg[i], rf_bkup[path][i]); in _dpk_bkup_rf_8852b()
79 u8 path) in _dpk_reload_kip_8852b() argument
84 halrf_wreg(rf, reg[i] + (path << 8), MASKDWORD, reg_bkup[path][i]); in _dpk_reload_kip_8852b()
86 RF_DBG(rf, DBG_RF_DPK, "[DPK] Reload 0x%x = %x\n", reg[i] + (path << 8), in _dpk_reload_kip_8852b()
87 reg_bkup[path][i]); in _dpk_reload_kip_8852b()
[all …]
H A Dhalrf_txgapk_8852b.c67 u8 path) in _halrf_txgapk_bkup_rf_8852b() argument
72 rf_bkup[path][i] = halrf_rrf(rf, path, rf_reg[i], MASKRF); in _halrf_txgapk_bkup_rf_8852b()
75 path, rf_reg[i], rf_bkup[path][i]); in _halrf_txgapk_bkup_rf_8852b()
83 u8 path) in _halrf_txgapk_reload_rf_8852b() argument
88 halrf_wrf(rf, path, rf_reg[i], MASKRF, rf_bkup[path][i]); in _halrf_txgapk_reload_rf_8852b()
91 path, rf_reg[i], rf_bkup[path][i]); in _halrf_txgapk_reload_rf_8852b()
97 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_bb_afe_by_mode_8852b() argument
229 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_iqk_preset_by_mode_8852b() argument
270 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_clk_setting_dac960mhz_by_mode_8852b() argument
313 (struct rf_info *rf, enum txgapk_id id, enum rf_path path) in _halrf_txgapk_one_shot_nctl_done_check_8852b() argument
[all …]
H A Dhalrf_8852b.c27 bool halrf_bw_setting_8852b(struct rf_info *rf, enum rf_path path, enum channel_width bw, bool is_d… in halrf_bw_setting_8852b() argument
38 rf_reg18 = halrf_rrf(rf, path, reg_reg18_addr, MASKRF); in halrf_bw_setting_8852b()
41 RF_DBG(rf, DBG_RF_RFK, "[RFK]Invalid RF_0x18 for Path-%d\n", path); in halrf_bw_setting_8852b()
66 halrf_wrf(rf, path, reg_reg18_addr, MASKRF, rf_reg18); in halrf_bw_setting_8852b()
67 …f, DBG_RF_RFK, "[RFK] set %x at path%d, %x =0x%x\n",bw, path, reg_reg18_addr, halrf_rrf(rf, path, … in halrf_bw_setting_8852b()
97 bool halrf_ch_setting_8852b(struct rf_info *rf, enum rf_path path, u8 central_ch, in halrf_ch_setting_8852b() argument
110 rf_reg18 = halrf_rrf(rf, path, reg_reg18_addr, MASKRF); in halrf_ch_setting_8852b()
113 RF_DBG(rf, DBG_RF_RFK, "[RFK]Invalid RF_0x18 for Path-%d\n", path); in halrf_ch_setting_8852b()
123 halrf_wrf(rf, path, reg_reg18_addr, MASKRF, rf_reg18); in halrf_ch_setting_8852b()
125 halrf_wrf(rf, path, 0xcf, BIT(0), 0); in halrf_ch_setting_8852b()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A Dresolve_test.c112 const char *path; member
117 const char *path; member
139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
[all …]
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dpath.c106 struct tb_path *path; in tb_path_discover() local
151 path = kzalloc(sizeof(*path), GFP_KERNEL); in tb_path_discover()
152 if (!path) in tb_path_discover()
155 path->name = name; in tb_path_discover()
156 path->tb = src->sw->tb; in tb_path_discover()
157 path->path_length = num_hops; in tb_path_discover()
158 path->activated = true; in tb_path_discover()
160 path->hops = kcalloc(num_hops, sizeof(*path->hops), GFP_KERNEL); in tb_path_discover()
161 if (!path->hops) { in tb_path_discover()
162 kfree(path); in tb_path_discover()
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dinit.c19 struct path path; in init_mount() local
22 ret = kern_path(dir_name, LOOKUP_FOLLOW, &path); in init_mount()
25 ret = path_mount(dev_name, &path, type_page, flags, data_page); in init_mount()
26 path_put(&path); in init_mount()
33 struct path path; in init_umount() local
38 ret = kern_path(name, lookup_flags, &path); in init_umount()
41 return path_umount(&path, flags); in init_umount()
46 struct path path; in init_chdir() local
49 error = kern_path(filename, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in init_chdir()
52 error = inode_permission(path.dentry->d_inode, MAY_EXEC | MAY_CHDIR); in init_chdir()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dpythondeps17 import os.path
30 def __init__(self, path, error): argument
31 self.path = path
36 return "Failure determining dependencies of {}: {}".format(self.path, self.error)
52 def walk_up(path): argument
53 while path:
54 yield path
55 path, _, _ = path.rpartition(os.sep)
58 def get_provides(path): argument
59 path = os.path.realpath(path)
[all …]
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dbtree.c25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local
28 path = kmem_cache_alloc(nilfs_btree_path_cache, GFP_NOFS); in nilfs_btree_alloc_path()
29 if (path == NULL) in nilfs_btree_alloc_path()
33 path[level].bp_bh = NULL; in nilfs_btree_alloc_path()
34 path[level].bp_sib_bh = NULL; in nilfs_btree_alloc_path()
35 path[level].bp_index = 0; in nilfs_btree_alloc_path()
36 path[level].bp_oldreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path()
37 path[level].bp_newreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path()
38 path[level].bp_op = NULL; in nilfs_btree_alloc_path()
42 return path; in nilfs_btree_alloc_path()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode-item.c76 struct btrfs_path *path, in btrfs_lookup_inode_extref() argument
88 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_inode_extref()
93 return btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_lookup_inode_extref()
104 struct btrfs_path *path; in btrfs_del_inode_extref() local
118 path = btrfs_alloc_path(); in btrfs_del_inode_extref()
119 if (!path) in btrfs_del_inode_extref()
122 path->leave_spinning = 1; in btrfs_del_inode_extref()
124 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_inode_extref()
135 extref = btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_del_inode_extref()
143 leaf = path->nodes[0]; in btrfs_del_inode_extref()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcachedpath.py27 def normpath(self, path): argument
28 if path in self.normpathcache:
29 return self.normpathcache[path]
30 newpath = os.path.normpath(path)
31 self.normpathcache[path] = newpath
34 def _callstat(self, path): argument
35 if path in self.statcache:
36 return self.statcache[path]
38 st = os.stat(path)
39 self.statcache[path] = st
[all …]
H A Dpath.py9 import os.path
13 return os.path.normpath("/".join(paths))
28 return os.path.relpath(dest, src)
30 def make_relative_symlink(path): argument
32 if not os.path.islink(path):
34 link = os.readlink(path)
35 if not os.path.isabs(link):
39 ancestor = path
46 …nt("make_relative_symlink() Error: unable to find the common ancestor of %s and its target" % path)
54 os.remove(path)
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_dpk_8822c.c274 u8 path) in _dpk_rxbb_dc_cal_8822c() argument
278 odm_set_rf_reg(dm, (enum rf_path)path, 0x92, RFREG_MASK, 0x84800); in _dpk_rxbb_dc_cal_8822c()
280 odm_set_rf_reg(dm, (enum rf_path)path, 0x92, RFREG_MASK, 0x84801); in _dpk_rxbb_dc_cal_8822c()
283 odm_set_rf_reg(dm, (enum rf_path)path, 0x92, RFREG_MASK, 0x84800); in _dpk_rxbb_dc_cal_8822c()
288 u8 path) in _dpk_dc_corr_check_8822c() argument
304 RF_DBG(dm, DBG_RF_DPK, "[DPK] S%d DC I/Q, = %d / %d\n", path, dc_i, dc_q); in _dpk_dc_corr_check_8822c()
306 dpk_info->dc_i[path] = dc_i; in _dpk_dc_corr_check_8822c()
307 dpk_info->dc_q[path] = dc_q; in _dpk_dc_corr_check_8822c()
314 path, corr_idx, corr_val); in _dpk_dc_corr_check_8822c()
316 dpk_info->corr_idx[path] = corr_idx; in _dpk_dc_corr_check_8822c()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/mesh/
H A Drtw_mesh_hwmp.c630 struct rtw_mesh_path *path = NULL; in rtw_hwmp_preq_frame_process() local
655 path = rtw_mesh_path_lookup(adapter, originator_addr); in rtw_hwmp_preq_frame_process()
656 if (path) { in rtw_hwmp_preq_frame_process()
658 rtw_mesh_path_add_gate(path); in rtw_hwmp_preq_frame_process()
659 else if (path->is_gate) { in rtw_hwmp_preq_frame_process()
660 _rtw_spinlock_bh(&path->state_lock); in rtw_hwmp_preq_frame_process()
661 rtw_mesh_gate_del(adapter->mesh_info.mesh_paths, path); in rtw_hwmp_preq_frame_process()
662 _rtw_spinunlock_bh(&path->state_lock); in rtw_hwmp_preq_frame_process()
665 path = NULL; in rtw_hwmp_preq_frame_process()
682 path = rtw_mesh_path_lookup(adapter, originator_addr); in rtw_hwmp_preq_frame_process()
[all …]

12345678910>>...179