/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | phy.c | 91 /* path 36-64 */ 428 /* Tx AGC Gain Stage (same for all path. Should we remove this?) */ in _rtl92d_phy_init_bb_rf_register_definition() 1074 rtl_dbg(rtlpriv, COMP_CMD, DBG_LOUD, "====>path %d\n", rfpath); in _rtl92d_phy_reload_imr_setting() 1189 u8 path = rtlhal->current_bandtype == in _rtl92d_phy_switch_rf_setting() local 1196 /* config path A for 5G */ in _rtl92d_phy_switch_rf_setting() 1224 _rtl92d_phy_enable_rf_env(hw, path, in _rtl92d_phy_switch_rf_setting() 1229 rtl_set_rfreg(hw, (enum radio_path)path, in _rtl92d_phy_switch_rf_setting() 1237 rtl_set_rfreg(hw, (enum radio_path)path, in _rtl92d_phy_switch_rf_setting() 1241 rtl_set_rfreg(hw, (enum radio_path)path, in _rtl92d_phy_switch_rf_setting() 1247 "offset 0x%x value 0x%x path in _rtl92d_phy_switch_rf_setting() 2519 u8 path = is2t ? 2 : 1; _rtl92d_phy_lc_calibrate_sw() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | phy.c | 91 /* path 36-64 */ 428 /* Tx AGC Gain Stage (same for all path. Should we remove this?) */ in _rtl92d_phy_init_bb_rf_register_definition() 1074 rtl_dbg(rtlpriv, COMP_CMD, DBG_LOUD, "====>path %d\n", rfpath); in _rtl92d_phy_reload_imr_setting() 1189 u8 path = rtlhal->current_bandtype == in _rtl92d_phy_switch_rf_setting() local 1196 /* config path A for 5G */ in _rtl92d_phy_switch_rf_setting() 1224 _rtl92d_phy_enable_rf_env(hw, path, in _rtl92d_phy_switch_rf_setting() 1229 rtl_set_rfreg(hw, (enum radio_path)path, in _rtl92d_phy_switch_rf_setting() 1237 rtl_set_rfreg(hw, (enum radio_path)path, in _rtl92d_phy_switch_rf_setting() 1241 rtl_set_rfreg(hw, (enum radio_path)path, in _rtl92d_phy_switch_rf_setting() 1247 "offset 0x%x value 0x%x path in _rtl92d_phy_switch_rf_setting() 2519 u8 path = is2t ? 2 : 1; _rtl92d_phy_lc_calibrate_sw() local [all...] |
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3510 pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; in chmod() 3515 pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int; in mkdir() 3517 pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; in stat() 3523 pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in open() 3524 pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int; in creat() 3582 pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; in access() 3585 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() 3586 pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in lchown() 3590 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; in execl() 3591 pub fn execle(path in execl() [all...] |
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | build.c | 51 * @name: MTD character device node path, MTD device name, or MTD device number 1140 * open_mtd_by_chdev - open an MTD device by its character device node path. 1141 * @mtd_dev: MTD character device node path 1143 * This helper function opens an MTD device by its character node device path. 1150 struct path path; in open_mtd_by_chdev() local 1153 /* Probably this is an MTD character device node path */ in open_mtd_by_chdev() 1154 err = kern_path(mtd_dev, LOOKUP_FOLLOW, &path); in open_mtd_by_chdev() 1158 err = vfs_getattr(&path, &stat, STATX_TYPE, AT_STATX_SYNC_AS_STAT); in open_mtd_by_chdev() 1159 path_put(&path); in open_mtd_by_chdev() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 278 extern struct device_node *of_find_node_opts_by_path(const char *path, 280 static inline struct device_node *of_find_node_by_path(const char *path) in of_find_node_by_path() argument 282 return of_find_node_opts_by_path(path, NULL); in of_find_node_by_path() 498 static inline struct device_node *of_find_node_by_path(const char *path) in of_find_node_by_path() argument 503 static inline struct device_node *of_find_node_opts_by_path(const char *path, in of_find_node_opts_by_path() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsglob.h | 294 /* check if a path is accessible or not */ 297 /* query path data from the server */ 306 struct cifs_sb_info *cifs_sb, const char *path, 312 /* set size by path */ 493 __le16 *path, int is_dir, 1281 const char *path; member 1523 convert_delimiter(char *path, char delim) in convert_delimiter() argument 1532 pos = path; in convert_delimiter()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | file.c | 31 * in the "sys_write -> alloc_pages -> direct reclaim path". So, in 35 * read-ahead path does not lock it ("sys_read -> generic_file_aio_read -> 232 * At the slow path we have to budget before locking the page, because in write_begin_slow() 292 * 'ubifs_write_end()' is optimized from the fast-path part of in write_begin_slow() 392 * This is the hot-path of the file-system and we are trying to optimize it as 414 * The solution for this is that the fast path of 'ubifs_write_begin()' assumes 416 * without forcing write-back. The slow path does not make this assumption. 436 /* Try out the fast-path part first */ in ubifs_write_begin() 479 * everything and fall-back to slow-path. in ubifs_write_begin() 1633 static int ubifs_symlink_getattr(const struct path *pat argument [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_trace.h | 711 __string(path, req->path) 715 __assign_str(path, req->path); 718 TP_printk("hmdfs_server_readdir %s", __get_str(path)) 770 TP_printk("file path: %s, file id: %u, file ver: %llu, reason: %d, file size: %llu/%llu, ino: %llu/%llu, ctime: %llu.%llu/%llu.%llu, stable_ctime: %llu.%llu/%llu.%llu from remote/local",
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | build.c | 51 * @name: MTD character device node path, MTD device name, or MTD device number 1146 * open_mtd_by_chdev - open an MTD device by its character device node path. 1147 * @mtd_dev: MTD character device node path 1149 * This helper function opens an MTD device by its character node device path. 1156 struct path path; in open_mtd_by_chdev() local 1159 /* Probably this is an MTD character device node path */ in open_mtd_by_chdev() 1160 err = kern_path(mtd_dev, LOOKUP_FOLLOW, &path); in open_mtd_by_chdev() 1164 err = vfs_getattr(&path, &stat, STATX_TYPE, AT_STATX_SYNC_AS_STAT); in open_mtd_by_chdev() 1165 path_put(&path); in open_mtd_by_chdev() [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_trace.h | 711 __string(path, req->path) 715 __assign_str(path, req->path); 718 TP_printk("hmdfs_server_readdir %s", __get_str(path)) 770 TP_printk("file path: %s, file id: %u, file ver: %llu, reason: %d, file size: %llu/%llu, ino: %llu/%llu, ctime: %llu.%llu/%llu.%llu, stable_ctime: %llu.%llu/%llu.%llu from remote/local",
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | file.c | 31 * in the "sys_write -> alloc_pages -> direct reclaim path". So, in 35 * read-ahead path does not lock it ("sys_read -> generic_file_aio_read -> 231 * At the slow path we have to budget before locking the page, because in write_begin_slow() 291 * 'ubifs_write_end()' is optimized from the fast-path part of in write_begin_slow() 391 * This is the hot-path of the file-system and we are trying to optimize it as 413 * The solution for this is that the fast path of 'ubifs_write_begin()' assumes 415 * without forcing write-back. The slow path does not make this assumption. 435 /* Try out the fast-path part first */ in ubifs_write_begin() 478 * everything and fall-back to slow-path. in ubifs_write_begin() 1619 const struct path *pat in ubifs_symlink_getattr() 1618 ubifs_symlink_getattr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) ubifs_symlink_getattr() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | of.h | 283 extern struct device_node *of_find_node_opts_by_path(const char *path, 285 static inline struct device_node *of_find_node_by_path(const char *path) in of_find_node_by_path() argument 287 return of_find_node_opts_by_path(path, NULL); in of_find_node_by_path() 506 static inline struct device_node *of_find_node_by_path(const char *path) in of_find_node_by_path() argument 511 static inline struct device_node *of_find_node_opts_by_path(const char *path, in of_find_node_opts_by_path() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_crtc.c | 903 const unsigned int *path, unsigned int path_len, in mtk_drm_crtc_create() 917 if (!path) in mtk_drm_crtc_create() 926 enum mtk_ddp_comp_id comp_id = path[i]; in mtk_drm_crtc_create() 969 unsigned int comp_id = path[i]; in mtk_drm_crtc_create() 1007 mtk_crtc->dma_dev = mtk_ddp_comp_dma_dev_get(&priv->ddp_comp[path[0]]); in mtk_drm_crtc_create() 902 mtk_drm_crtc_create(struct drm_device *drm_dev, const unsigned int *path, unsigned int path_len, int priv_data_index) mtk_drm_crtc_create() argument
|
/kernel/linux/linux-6.6/net/8021q/ |
H A D | vlan_dev.c | 806 struct net_device_path *path) in vlan_dev_fill_forward_path() 810 path->type = DEV_PATH_VLAN; in vlan_dev_fill_forward_path() 811 path->encap.id = vlan->vlan_id; in vlan_dev_fill_forward_path() 812 path->encap.proto = vlan->vlan_proto; in vlan_dev_fill_forward_path() 813 path->dev = ctx->dev; in vlan_dev_fill_forward_path() 805 vlan_dev_fill_forward_path(struct net_device_path_ctx *ctx, struct net_device_path *path) vlan_dev_fill_forward_path() argument
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 42 char path[PATH_MAX] = {0};
in DumpImageFile() local 49 ret = sprintf_s(path, sizeof(path) / sizeof(path[0]), "/data/stream-%d/%lld.%s",
in DumpImageFile() 55 int imgFd = open(path, O_RDWR | O_CREAT, 00766);
in DumpImageFile()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1848 path.push_back(current); in incrementDepth() 1854 path.pop_back(); in decrementDepth() 1859 return path.size() == 0 ? nullptr : path.back(); in getParentNode() 1874 TVector<TIntermNode *> path; member in glslang::TIntermTraverser
|
/third_party/backends/backend/ |
H A D | canon_pp.c | 1749 char *tmp, *path; in init_cal() local 1757 * find the last / in the file path, and try in init_cal() 1761 path = strdup(file); in init_cal() 1762 *(path + (tmp-file)) = '\0'; in init_cal() 1763 i = mkdir(path, 0777); in init_cal() 1764 free(path); in init_cal()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 645 CharString path; in openBreakRules() local 646 path.append(IntlTest::getSourceTestData(status), status); in openBreakRules() 647 path.append("break_rules" U_FILE_SEP_STRING, status); in openBreakRules() 648 path.appendPathPart(fileName, status); in openBreakRules() 650 fRuleCharBuffer.adoptInstead(ucbuf_open(path.data(), &codePage, true, false, &status)); in openBreakRules()
|
/third_party/icu/tools/unicode/c/genuca/ |
H A D | genuca.cpp | 1069 const char *path, UErrorCode &errorCode) { in buildAndWriteBaseData() 1155 UNewDataMemory *pData=udata_create(path, "icu", dataName, &ucaDataInfo, in buildAndWriteBaseData() 1159 path, u_errorName(errorCode)); in buildAndWriteBaseData() 1240 * Builds data for the FCD check fast path. 1244 buildAndWriteFCDData(const char *path, UErrorCode &errorCode) { in buildAndWriteFCDData() argument 1264 FILE *f=usrc_create(path, "collationfcd.cpp", 2016, in buildAndWriteFCDData() 1360 "Usage: %s [-options] --hanOrder (implicit|radical-stroke) path/to/ICU/src/root\n" in main() 1362 "Reads path/to/ICU/src/root/source/data/unidata/FractionalUCA.txt and\n" in main() 1068 buildAndWriteBaseData(CollationBaseDataBuilder &builder, const char *path, UErrorCode &errorCode) buildAndWriteBaseData() argument
|
/third_party/node/lib/ |
H A D | repl.js | 124 const path = require('path'); 218 module.filename = path.resolve('repl'); 220 // path.resolve('repl') fails when the current working directory has been 222 // path. It's not really correct but what are the alternatives? 223 const dirname = path.dirname(process.execPath); 224 module.filename = path.resolve(dirname, 'repl'); 461 parentURL = pathToFileURL(path.join(process.cwd(), 'repl')).href; 1297 baseName = path.basename(filePath); 1298 filePath = path [all...] |
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 157 def openio(path, mode='r', buffering=-1): 159 if path == '-': 165 return open(path, mode, buffering) 195 for path in csv_paths: 197 with openio(path) as f: 675 plt.rc('path', effects=[])
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 499 FILE* uv__open_file(const char* path) { in uv__open_file() argument 503 fd = uv__open_cloexec(path, O_RDONLY); in uv__open_file() 998 int uv__open_cloexec(const char* path, int flags) { in uv__open_cloexec() argument 1002 fd = open(path, flags | O_CLOEXEC); in uv__open_cloexec() 1011 fd = open(path, flags); in uv__open_cloexec() 1567 * i) an absolute path such as: /home/user/myprojects/nodejs/node in uv__search_path() 1568 * ii) a relative path such as: ./node or ../myprojects/nodejs/node in uv__search_path() 1625 /* Out of tokens (path entries), and no match found */ in uv__search_path()
|
/third_party/skia/src/core/ |
H A D | SkTextBlob.cpp | 880 interceptPaint.setMaskFilter(nullptr); // don't want this affecting our path-cache lookup in get_glyph_run_intercepts() 882 // can't use our canonical size if we need to apply path effects in get_glyph_run_intercepts() 910 if (glyph->path() != nullptr) { in get_glyph_run_intercepts() 1033 SkPath path; in GetPathforTextBlob() local 1035 return path; in GetPathforTextBlob() 1040 font.getPath(glyphId, &path); in GetPathforTextBlob() 1042 return path; in GetPathforTextBlob()
|
/third_party/python/Lib/test/ |
H A D | test_imaplib.py | 6 import os.path namespace 29 CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "keycert3.pem") 30 CAFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "pycacert.pem")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 190 /// the relative path doesn't exist, reconstruct the absolute path. 197 sys::path::append(Path, SP->getDirectory(), SP->getFilename()); 501 // real_path can fail with path like "foo.c". 548 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); 554 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); 555 StringRef FName = sys::path::filename(Filename); 558 sys::path::append(CurPath, FName);
|