/linux/drivers/clk/sifive/ |
A D | sifive-prci.c | 135 __prci_wrpll_unpack(&pwd->c, __prci_readl(pd, pwd->cfg0_offs)); in __prci_wrpll_read_cfg0() 186 struct __prci_wrpll_data *pwd = pc->pwd; in sifive_prci_wrpll_recalc_rate() local 196 struct __prci_wrpll_data *pwd = pc->pwd; in sifive_prci_wrpll_round_rate() local 210 struct __prci_wrpll_data *pwd = pc->pwd; in sifive_prci_wrpll_set_rate() local 218 if (pwd->enable_bypass) in sifive_prci_wrpll_set_rate() 221 __prci_wrpll_write_cfg0(pd, pwd, &pwd->c); in sifive_prci_wrpll_set_rate() 231 struct __prci_wrpll_data *pwd = pc->pwd; in sifive_clk_is_enabled() local 246 struct __prci_wrpll_data *pwd = pc->pwd; in sifive_prci_clock_enable() local 263 struct __prci_wrpll_data *pwd = pc->pwd; in sifive_prci_clock_disable() local 267 if (pwd->enable_bypass) in sifive_prci_clock_disable() [all …]
|
A D | fu740-prci.c | 87 .pwd = &__prci_corepll_data, 93 .pwd = &__prci_ddrpll_data, 99 .pwd = &__prci_gemgxlpll_data, 105 .pwd = &__prci_dvfscorepll_data, 111 .pwd = &__prci_hfpclkpll_data, 117 .pwd = &__prci_cltxpll_data,
|
A D | fu540-prci.c | 70 .pwd = &__prci_corepll_data, 76 .pwd = &__prci_ddrpll_data, 82 .pwd = &__prci_gemgxlpll_data,
|
A D | sifive-prci.h | 268 struct __prci_wrpll_data *pwd; member 272 #define clk_hw_to_prci_clock(pwd) container_of(pwd, struct __prci_clock, hw) argument
|
/linux/include/linux/ |
A D | fs_struct.h | 15 struct path root, pwd; member 35 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd() argument 38 *pwd = fs->pwd; in get_fs_pwd() 39 path_get(pwd); in get_fs_pwd()
|
/linux/tools/perf/util/ |
A D | get_current_dir_name.c | 14 char pwd[PATH_MAX]; in get_current_dir_name() local 16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
|
A D | target.c | 99 struct passwd pwd, *result; in target__parse_uid() local 108 getpwnam_r(str, &pwd, buf, sizeof(buf), &result); in target__parse_uid() 120 getpwuid_r(uid, &pwd, buf, sizeof(buf), &result); in target__parse_uid()
|
/linux/fs/ |
A D | fs_struct.c | 41 old_pwd = fs->pwd; in set_fs_pwd() 42 fs->pwd = *path; in set_fs_pwd() 73 hits += replace_path(&fs->pwd, old_root, new_root); in chroot_fs_refs() 91 path_put(&fs->pwd); in free_fs_struct() 126 fs->pwd = old->pwd; in copy_fs_struct() 127 path_get(&fs->pwd); in copy_fs_struct()
|
A D | d_path.c | 383 struct path *pwd) in get_fs_root_and_pwd_rcu() argument 390 *pwd = fs->pwd; in get_fs_root_and_pwd_rcu() 415 struct path pwd, root; in SYSCALL_DEFINE2() local 422 get_fs_root_and_pwd_rcu(current->fs, &root, &pwd); in SYSCALL_DEFINE2() 424 if (unlikely(d_unlinked(pwd.dentry))) { in SYSCALL_DEFINE2() 432 if (unlikely(prepend_path(&pwd, &root, &b) > 0)) in SYSCALL_DEFINE2()
|
A D | fhandle.c | 122 mnt = mntget(fs->pwd.mnt); in get_vfsmount_from_fd()
|
A D | namespace.c | 3457 if (&p->mnt == new_fs->pwd.mnt) { in copy_mnt_ns() 3458 new_fs->pwd.mnt = mntget(&q->mnt); in copy_mnt_ns()
|
A D | namei.c | 2373 nd->path = fs->pwd; in path_init()
|
/linux/tools/lib/subcmd/ |
A D | exec-cmd.c | 39 char *pwd; in get_pwd_cwd() local 43 pwd = getenv("PWD"); in get_pwd_cwd() 44 if (pwd && strcmp(pwd, cwd)) { in get_pwd_cwd() 46 if (!stat(pwd, &pwd_stat) && in get_pwd_cwd() 49 strlcpy(cwd, pwd, PATH_MAX); in get_pwd_cwd()
|
/linux/drivers/net/phy/mscc/ |
A D | mscc_main.c | 280 u16 pwd[3] = {0, 0, 0}; in vsc85xx_wol_set() local 292 for (i = 0; i < ARRAY_SIZE(pwd); i++) in vsc85xx_wol_set() 293 pwd[i] = mac_addr[5 - (i * 2 + 1)] << 8 | in vsc85xx_wol_set() 305 for (i = 0; i < ARRAY_SIZE(pwd); i++) in vsc85xx_wol_set() 306 pwd[i] = wol_conf->sopass[5 - (i * 2 + 1)] << 8 | in vsc85xx_wol_set() 309 __phy_write(phydev, MSCC_PHY_WOL_MID_PASSWD, pwd[1]); in vsc85xx_wol_set() 358 u16 pwd[3] = {0, 0, 0}; in vsc85xx_wol_get() local 371 pwd[1] = __phy_read(phydev, MSCC_PHY_WOL_MID_PASSWD); in vsc85xx_wol_get() 373 for (i = 0; i < ARRAY_SIZE(pwd); i++) { in vsc85xx_wol_get() 374 wol_conf->sopass[5 - i * 2] = pwd[i] & 0x00ff; in vsc85xx_wol_get() [all …]
|
/linux/scripts/ |
A D | leaking_addresses.pl | 481 while (my $pwd = shift @dirs) { 482 next if (!opendir(DIR, $pwd)); 489 my $path = "$pwd/$file";
|
/linux/tools/testing/ktest/ |
A D | config-bisect.pl | 63 my $pwd = `pwd`; 64 chomp $pwd; 65 my $tree = $pwd; 107 return "$pwd/$file";
|
A D | ktest.pl | 224 my $pwd; 386 $pwd = $variable{"PWD"}; 3308 "$pwd/config-bisect.pl",
|
/linux/drivers/net/wireless/ti/wl18xx/ |
A D | event.c | 81 u8 pwd_len, u8 *pwd) in wlcore_smart_config_decode_event() argument 94 nla_put(skb, WLCORE_VENDOR_ATTR_PSK, pwd_len, pwd)) { in wlcore_smart_config_decode_event()
|
/linux/kernel/ |
A D | auditsc.c | 924 path_put(&context->pwd); in audit_free_names() 925 context->pwd.dentry = NULL; in audit_free_names() 926 context->pwd.mnt = NULL; in audit_free_names() 1497 if (context->pwd.dentry && context->pwd.mnt) in audit_log_name() 1498 audit_log_d_path(ab, " name=", &context->pwd); in audit_log_name() 1755 if (context->pwd.dentry && context->pwd.mnt) { in audit_log_exit() 1758 audit_log_d_path(ab, "cwd=", &context->pwd); in audit_log_exit() 2146 if (!context->pwd.dentry) in audit_alloc_name() 2147 get_fs_pwd(current->fs, &context->pwd); in audit_alloc_name()
|
A D | audit.h | 130 struct path pwd; member
|
A D | nsproxy.c | 509 set_fs_pwd(me->fs, &nsset->fs->pwd); in commit_nsset()
|
/linux/init/ |
A D | do_mounts.c | 381 s = current->fs->pwd.dentry->d_sb; in do_mount_root()
|
/linux/tools/perf/ui/browsers/ |
A D | hists.c | 2346 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local 2351 pwd = getenv("PWD"); in switch_data_file() 2352 if (!pwd) in switch_data_file() 2355 pwd_dir = opendir(pwd); in switch_data_file() 2371 snprintf(path, sizeof(path), "%s/%s", pwd, name); in switch_data_file()
|