| /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/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 | 185 pwd = stack.pop() 187 if os.path.basename(pwd) in exclude_folders: 190 for item in os.listdir(pwd): 191 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";
|
| H A D | ktest.pl | 233 my $pwd; 398 $pwd = $variable{"PWD"}; 3433 "$pwd/config-bisect.pl",
|
| /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/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 | |
| /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()
|
| H A D | cs48l32.c | 64 .pwd = cs48l32_dsp1_sram_pwd_regs, 1214 ret = regmap_write(regmap, regs->pwd[i], 0); in cs48l32_dsp_memory_disable() 1250 ret = regmap_write(regmap, regs->pwd[i], 0x1); in cs48l32_dsp_memory_enable() 1256 ret = regmap_write(regmap, regs->pwd[i], 0x3); in cs48l32_dsp_memory_enable()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 2376 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local 2381 pwd = getenv("PWD"); in switch_data_file() 2382 if (!pwd) in switch_data_file() 2385 pwd_dir = opendir(pwd); in switch_data_file() 2401 snprintf(path, sizeof(path), "%s/%s", pwd, name); in switch_data_file()
|
| /linux/sound/soc/codecs/aw88395/ |
| H A D | aw88395_device.c | 525 static void aw_dev_pwd(struct aw_device *aw_dev, bool pwd) in aw_dev_pwd() 529 if (pwd) { in aw_dev_pwd() 524 aw_dev_pwd(struct aw_device * aw_dev,bool pwd) aw_dev_pwd() argument
|
| /linux/fs/ |
| H A D | namespace.c | 4279 old_pwd = new_fs->pwd; in copy_mnt_ns() 4284 new_fs->pwd.mnt = mntget(&new->mnt); in copy_mnt_ns() 4285 new_fs->pwd.dentry = dget(new->mnt.mnt_root); in copy_mnt_ns() 4306 if (&p->mnt == new_fs->pwd.mnt) { in copy_mnt_ns() 4307 old_pwd.mnt = new_fs->pwd.mnt; in copy_mnt_ns() 4308 new_fs->pwd.mnt = mntget(&q->mnt); in copy_mnt_ns()
|