| /linux/drivers/clk/sifive/ |
| H A D | sifive-prci.c | 128 struct __prci_wrpll_data *pwd) in __prci_wrpll_read_cfg0() argument 130 __prci_wrpll_unpack(&pwd->c, __prci_readl(pd, pwd->cfg0_offs)); in __prci_wrpll_read_cfg0() 148 struct __prci_wrpll_data *pwd, in __prci_wrpll_write_cfg0() argument 151 __prci_writel(__prci_wrpll_pack(c), pwd->cfg0_offs, pd); in __prci_wrpll_write_cfg0() 153 memcpy(&pwd->c, c, sizeof(*c)); in __prci_wrpll_write_cfg0() 164 struct __prci_wrpll_data *pwd, in __prci_wrpll_write_cfg1() argument 167 __prci_writel(enable, pwd->cfg1_offs, pd); in __prci_wrpll_write_cfg1() 181 struct __prci_wrpll_data *pwd = pc->pwd; in sifive_prci_wrpll_recalc_rate() local 183 return wrpll_calc_output_rate(&pwd->c, parent_rate); in sifive_prci_wrpll_recalc_rate() 190 struct __prci_wrpll_data *pwd = pc->pwd; in sifive_prci_wrpll_determine_rate() local [all …]
|
| H A D | fu740-prci.h | 89 .pwd = &sifive_fu740_prci_corepll_data, 95 .pwd = &sifive_fu740_prci_ddrpll_data, 101 .pwd = &sifive_fu740_prci_gemgxlpll_data, 107 .pwd = &sifive_fu740_prci_dvfscorepll_data, 113 .pwd = &sifive_fu740_prci_hfpclkpll_data, 119 .pwd = &sifive_fu740_prci_cltxpll_data,
|
| H A D | fu540-prci.h | 73 .pwd = &sifive_fu540_prci_corepll_data, 79 .pwd = &sifive_fu540_prci_ddrpll_data, 85 .pwd = &sifive_fu540_prci_gemgxlpll_data,
|
| H 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/tools/testing/selftests/net/tcp_ao/ |
| H A D | connect-deny.c | 32 static void try_accept(const char *tst_name, unsigned int port, const char *pwd, in try_accept() argument 45 if (pwd && test_add_key_maclen(lsk, pwd, maclen, addr, prefix, sndid, rcvid)) in try_accept() 50 if (pwd && test_get_tcp_counters(lsk, &cnt1)) in try_accept() 79 if (pwd && test_get_tcp_counters(lsk, &cnt2)) in try_accept() 84 if (pwd) in try_accept() 167 const char *pwd, union tcp_addr addr, uint8_t prefix, in try_connect() argument 178 if (pwd && test_add_key(sk, pwd, addr, prefix, sndid, rcvid)) in try_connect() 181 if (pwd && test_get_tcp_counters(sk, &cnt1)) in try_connect() 207 if (pwd && ret > 0) { in try_connect() 211 } else if (pwd) { in try_connect()
|
| H A D | key-management.c | 521 static int test_add_key_cr(int sk, const char *pwd, unsigned int pwd_len, in test_add_key_cr() argument 538 keyflags, pwd_len, pwd); in test_add_key_cr()
|
| /linux/include/linux/ |
| H 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/lib/subcmd/ |
| H A D | exec-cmd.c | 41 char *pwd; in get_pwd_cwd() local 45 pwd = getenv("PWD"); in get_pwd_cwd() 46 if (pwd && strcmp(pwd, buf)) { in get_pwd_cwd() 48 if (!stat(pwd, &pwd_stat) && in get_pwd_cwd() 51 strlcpy(buf, pwd, sz); in get_pwd_cwd()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_vfs_reject.c | 118 struct path *pwd; in BPF_PROG() local 125 pwd = ¤t->fs->pwd; in BPF_PROG() 126 bpf_path_d_path(pwd, buf, sizeof(buf)); in BPF_PROG()
|
| /linux/fs/ |
| H 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()
|
| /linux/tools/perf/util/ |
| H A D | target.c | 71 struct passwd pwd, *result; in parse_uid() local 78 getpwnam_r(str, &pwd, buf, sizeof(buf), &result); in parse_uid() 90 getpwuid_r(uid, &pwd, buf, sizeof(buf), &result); in parse_uid()
|
| /linux/tools/docs/ |
| H A D | checktransupdate.py | 183 pwd = stack.pop() 185 if os.path.basename(pwd) in exclude_folders: 188 for item in os.listdir(pwd): 189 ab_item = os.path.join(pwd, item)
|
| /linux/tools/testing/ktest/ |
| H A D | config-bisect.pl | 63 my $pwd = `pwd`; 64 chomp $pwd; 65 my $tree = $pwd; 107 return "$pwd/$file";
|
| /linux/scripts/ |
| H A D | leaking_addresses.pl | 540 while (my $pwd = shift @dirs) { 541 next if (!opendir(DIR, $pwd)); 548 my $path = "$pwd/$file";
|
| /linux/drivers/net/wireless/ti/wl18xx/ |
| H 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/ |
| H A D | auditsc.c | 942 path_put(&context->pwd); in audit_free_names() 943 context->pwd.dentry = NULL; in audit_free_names() 944 context->pwd.mnt = NULL; in audit_free_names() 1522 if (context->pwd.dentry && context->pwd.mnt) in audit_log_name() 1523 audit_log_d_path(ab, " name=", &context->pwd); in audit_log_name() 1770 if (context->pwd.dentry && context->pwd.mnt) { in audit_log_exit() 1773 audit_log_d_path(ab, "cwd=", &context->pwd); in audit_log_exit() 2167 if (!context->pwd.dentry) in audit_alloc_name() 2168 get_fs_pwd(current->fs, &context->pwd); in audit_alloc_name()
|
| H A D | audit.h | 136 struct path pwd; member
|
| H A D | nsproxy.c | 545 set_fs_pwd(me->fs, &nsset->fs->pwd); in commit_nsset()
|
| /linux/arch/arm64/boot/dts/hisilicon/ |
| H A D | hikey970-pinctrl.dtsi | 91 cam0_pwd_n_pmx_func: cam0-pwd-n-pins { 97 cam1_pwd_n_pmx_func: cam1-pwd-n-pins { 421 cam0_pwd_n_cfg_func: cam0-pwd-n-cfg-pins { 442 cam1_pwd_n_cfg_func: cam1-pwd-n-cfg-pins {
|
| H A D | hikey960-pinctrl.dtsi | 37 csi0_pwd_n_pmx_func: csi0-pwd-n-pins { 43 csi1_pwd_n_pmx_func: csi1-pwd-n-pins { 372 csi0_pwd_n_cfg_func: csi0-pwd-n-cfg-pins { 393 csi1_pwd_n_cfg_func: csi1-pwd-n-cfg-pins {
|
| /linux/tools/testing/selftests/net/rds/ |
| H A D | test.py | 15 from pwd import getpwuid
|
| /linux/init/ |
| H A D | do_mounts.c | 164 s = current->fs->pwd.dentry->d_sb; in do_mount_root()
|
| /linux/sound/soc/codecs/ |
| H A D | cs48l32.h | 322 const unsigned int *pwd; member
|
| H A D | aw88081.c | 192 static void aw88081_dev_pwd(struct aw_device *aw_dev, bool pwd) in aw88081_dev_pwd() argument 194 if (pwd) in aw88081_dev_pwd()
|
| H A D | aw88261.c | 100 static void aw88261_dev_pwd(struct aw_device *aw_dev, bool pwd) in aw88261_dev_pwd() argument 102 if (pwd) in aw88261_dev_pwd()
|