Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 25 of 180) sorted by relevance

12345678

/linux-6.15/drivers/clk/sunxi-ng/
H A Dccu_nm.c37 for (_n = nm->min_n; _n <= nm->max_n; _n++) { in ccu_nm_find_best()
38 for (_m = nm->min_m; _m <= nm->max_m; _m++) { in ccu_nm_find_best()
94 reg = readl(nm->common.base + nm->common.reg); in ccu_nm_recalc_rate()
135 if (nm->max_rate && rate > nm->max_rate) { in ccu_nm_round_rate()
155 _nm.max_n = nm->n.max ?: 1 << nm->n.width; in ccu_nm_round_rate()
157 _nm.max_m = nm->m.max ?: 1 << nm->m.width; in ccu_nm_round_rate()
184 reg &= ~GENMASK(nm->m.width + nm->m.shift - 1, nm->m.shift); in ccu_nm_set_rate()
198 _nm.max_n = nm->n.max ?: 1 << nm->n.width; in ccu_nm_set_rate()
200 _nm.max_m = nm->m.max ?: 1 << nm->m.width; in ccu_nm_set_rate()
216 reg &= ~GENMASK(nm->n.width + nm->n.shift - 1, nm->n.shift); in ccu_nm_set_rate()
[all …]
/linux-6.15/drivers/ntb/test/
H A Dntb_msi_test.c46 struct ntb_msit_ctx *nm = isr_ctx->nm; in ntb_msit_isr() local
74 nm->isr_ctx[i].nm = nm; in ntb_msit_setup_work()
101 ntb_peer_db_set(nm->ntb, BIT(ntb_port_number(nm->ntb))); in ntb_msit_setup_work()
118 ntb_peer_db_set(nm->ntb, BIT(ntb_port_number(nm->ntb))); in ntb_msit_desc_changed()
279 debugfs_create_file("port", 0400, nm->dbgfs_dir, nm, in ntb_msit_create_dbgfs()
284 nm->peers[i].nm = nm; in ntb_msit_create_dbgfs()
355 if (!nm) in ntb_msit_probe()
358 nm->isr_ctx = devm_kcalloc(&ntb->dev, num_irqs, sizeof(*nm->isr_ctx), in ntb_msit_probe()
360 if (!nm->isr_ctx) in ntb_msit_probe()
364 nm->ntb = ntb; in ntb_msit_probe()
[all …]
/linux-6.15/fs/ubifs/
H A Dxattr.c128 host_ui->xattr_names += fname_len(nm); in create_xattr()
154 host_ui->xattr_names -= fname_len(nm); in create_xattr()
266 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_set()
324 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_get()
391 struct fscrypt_name nm = {0}; in ubifs_listxattr() local
420 fname_name(&nm) = xent->name; in ubifs_listxattr()
424 memcpy(buffer + written, fname_name(&nm), fname_len(&nm) + 1); in ubifs_listxattr()
425 written += fname_len(&nm) + 1; in ubifs_listxattr()
495 struct fscrypt_name nm = {0}; in ubifs_purge_xattrs() local
513 fname_name(&nm) = xent->name; in ubifs_purge_xattrs()
[all …]
H A Ddir.c211 if (memcmp(dent->name, fname_name(nm), fname_len(nm))) in dbg_check_name()
224 struct fscrypt_name nm; in ubifs_lookup() local
313 struct fscrypt_name nm; in ubifs_create() local
454 struct fscrypt_name nm; in ubifs_tmpfile() local
583 struct fscrypt_name nm; in ubifs_readdir() local
642 fname_len(&nm) = 0; in ubifs_readdir()
660 fname_len(&nm) = 0; in ubifs_readdir()
760 struct fscrypt_name nm; in ubifs_link() local
830 struct fscrypt_name nm; in ubifs_unlink() local
936 struct fscrypt_name nm; in ubifs_rmdir() local
[all …]
H A Dkey.h148 const struct fscrypt_name *nm) in dent_key_init() argument
150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init()
183 const struct fscrypt_name *nm) in dent_key_init_flash() argument
186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init_flash()
217 const struct fscrypt_name *nm) in xent_key_init() argument
219 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init()
234 ino_t inum, const struct fscrypt_name *nm) in xent_key_init_flash() argument
237 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init_flash()
H A Dtnc.c592 err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); in matches_name()
594 if (nlen == fname_len(nm)) in matches_name()
596 else if (nlen < fname_len(nm)) in matches_name()
885 err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); in fallible_matches_name()
887 if (nlen == fname_len(nm)) in fallible_matches_name()
1909 if (fname_len(nm) == len && !memcmp(dent->name, fname_name(nm), len)) in ubifs_tnc_lookup_nm()
2464 nm, 1); in ubifs_tnc_add_nm()
2698 nm, 0); in ubifs_tnc_remove_nm()
2907 struct fscrypt_name nm = {0}; in ubifs_tnc_remove_ino() local
3004 if (fname_len(nm) > 0) { in ubifs_tnc_next_ent()
[all …]
/linux-6.15/Documentation/hwmon/
H A Dcoretemp.rst12 - 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm),
70 22nm Core i5/i7 Processors
91 32nm Celeron Processors
95 32nm Atom Processors
116 45nm Atom Processors
134 45nm Core2 Processors
156 45nm Celeron Processors
160 65nm Core2 Duo Processors
172 65nm Core Duo Processors
177 65nm Core Solo Processors
[all …]
/linux-6.15/Documentation/devicetree/bindings/display/msm/
H A Ddsi-phy-7nm.yaml4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-7nm.yaml#
7 title: Qualcomm Display DSI 7nm PHY
18 - qcom,dsi-phy-7nm
19 - qcom,dsi-phy-7nm-8150
20 - qcom,sc7280-dsi-phy-7nm
21 - qcom,sm6375-dsi-phy-7nm
22 - qcom,sm8350-dsi-phy-5nm
23 - qcom,sm8450-dsi-phy-5nm
24 - qcom,sm8550-dsi-phy-4nm
25 - qcom,sm8650-dsi-phy-4nm
[all …]
H A Ddsi-phy-28nm.yaml4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-28nm.yaml#
7 title: Qualcomm Display DSI 28nm PHY
18 - qcom,dsi-phy-28nm-8226
19 - qcom,dsi-phy-28nm-8937
20 - qcom,dsi-phy-28nm-8960
21 - qcom,dsi-phy-28nm-hpm
22 - qcom,dsi-phy-28nm-hpm-fam-b
23 - qcom,dsi-phy-28nm-lp
58 compatible = "qcom,dsi-phy-28nm-lp";
H A Ddsi-phy-14nm.yaml4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-14nm.yaml#
7 title: Qualcomm Display DSI 14nm PHY
18 - qcom,dsi-phy-14nm
19 - qcom,dsi-phy-14nm-2290
20 - qcom,dsi-phy-14nm-660
21 - qcom,dsi-phy-14nm-8953
22 - qcom,sm6125-dsi-phy-14nm
23 - qcom,sm6150-dsi-phy-14nm
63 compatible = "qcom,dsi-phy-14nm";
H A Dqcom,mdss.yaml124 - qcom,dsi-phy-14nm
125 - qcom,dsi-phy-14nm-660
126 - qcom,dsi-phy-14nm-8953
127 - qcom,dsi-phy-20nm
128 - qcom,dsi-phy-28nm-8226
129 - qcom,dsi-phy-28nm-8937
130 - qcom,dsi-phy-28nm-hpm
131 - qcom,dsi-phy-28nm-hpm-fam-b
132 - qcom,dsi-phy-28nm-lp
H A Ddsi-phy-20nm.yaml4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-20nm.yaml#
7 title: Qualcomm Display DSI 20nm PHY
17 const: qcom,dsi-phy-20nm
52 compatible = "qcom,dsi-phy-20nm";
H A Ddsi-phy-10nm.yaml4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-10nm.yaml#
7 title: Qualcomm Display DSI 10nm PHY
18 - qcom,dsi-phy-10nm
19 - qcom,dsi-phy-10nm-8998
81 compatible = "qcom,dsi-phy-10nm";
/linux-6.15/security/selinux/ss/
H A Dmls.c35 char *nm; in mls_compute_context_len() local
57 len += strlen(nm) + 1; in mls_compute_context_len()
60 len += strlen(nm) + 1; in mls_compute_context_len()
67 len += strlen(nm) + 1; in mls_compute_context_len()
89 char *scontextp, *nm; in mls_sid_to_context() local
121 strcpy(scontextp, nm); in mls_sid_to_context()
122 scontextp += strlen(nm); in mls_sid_to_context()
129 strcpy(scontextp, nm); in mls_sid_to_context()
130 scontextp += strlen(nm); in mls_sid_to_context()
142 strcpy(scontextp, nm); in mls_sid_to_context()
[all …]
/linux-6.15/Documentation/devicetree/bindings/bus/
H A Dbrcm,gisb-arb.yaml17 - brcm,bcm7445-gisb-arb # for other 28nm chips
21 - brcm,bcm74165-gisb-arb # for V7 new style 16nm chips
22 - brcm,bcm7278-gisb-arb # for V7 28nm chips
23 - brcm,bcm7435-gisb-arb # for newer 40nm chips
24 - brcm,bcm7400-gisb-arb # for older 40nm chips and all 65nm chips
25 - brcm,bcm7038-gisb-arb # for 130nm chips
/linux-6.15/arch/powerpc/tools/
H A Dftrace_check.sh21 nm="$1"
24 stext_addr=$($nm "$vmlinux" | grep -e " [TA] _stext$" | \
26 ftrace_caller_addr=$($nm "$vmlinux" | grep -e " T ftrace_caller$" | \
28 ftrace_tramp_addr=$($nm "$vmlinux" | grep -e " T ftrace_tramp_text$" | \
H A Dunrel_branch_check.sh10 nm="$2"
15 end_intr=0x$($nm -p "$vmlinux" |
24 sim=0x$($nm -p "$vmlinux" |
/linux-6.15/drivers/scsi/fcoe/
H A Dfcoe_transport.c577 if (nm->ft == ft) { in fcoe_transport_detach()
581 list_del(&nm->list); in fcoe_transport_detach()
582 kfree(nm); in fcoe_transport_detach()
641 nm = kmalloc(sizeof(*nm), GFP_KERNEL); in fcoe_add_netdev_mapping()
642 if (!nm) { in fcoe_add_netdev_mapping()
647 nm->netdev = netdev; in fcoe_add_netdev_mapping()
648 nm->ft = ft; in fcoe_add_netdev_mapping()
663 if (nm->netdev == netdev) { in fcoe_del_netdev_mapping()
664 list_del(&nm->list); in fcoe_del_netdev_mapping()
665 kfree(nm); in fcoe_del_netdev_mapping()
[all …]
/linux-6.15/drivers/gpu/drm/msm/
H A DKconfig126 bool "Enable DSI 28nm PHY driver in MSM DRM"
130 Choose this option if the 28nm DSI PHY is used on the platform.
133 bool "Enable DSI 20nm PHY driver in MSM DRM"
137 Choose this option if the 20nm DSI PHY is used on the platform.
140 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM"
144 Choose this option if the 28nm DSI PHY 8960 variant is used on the
148 bool "Enable DSI 14nm PHY driver in MSM DRM (used by MSM8996/APQ8096)"
155 bool "Enable DSI 10nm PHY driver in MSM DRM (used by SDM845)"
162 bool "Enable DSI 7nm/5nm/4nm PHY driver in MSM DRM"
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dqcom,usb-hs-28nm.yaml4 $id: http://devicetree.org/schemas/phy/qcom,usb-hs-28nm.yaml#
7 title: Qualcomm Synopsys DesignWare Core 28nm High-Speed PHY
13 Qualcomm Low-Speed, Full-Speed, Hi-Speed 28nm USB PHY
18 - qcom,usb-hs-28nm-femtophy
76 compatible = "qcom,usb-hs-28nm-femtophy";
/linux-6.15/scripts/
H A Drecordmcount.pl124 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV;
155 $nm = 'nm' if (!$nm);
398 open (IN, "$nm $inputfile|") || die "error running $nm";
H A Drelocs_check.sh9 nm="$2"
16 undef_weak_symbols=$($nm "$vmlinux" | awk '$1 ~ /w/ { print $2 }')
/linux-6.15/arch/arc/kernel/
H A Dtroubleshoot.c93 char *nm = "anon"; in show_faulting_vma() local
97 nm = d_path(file_user_path(vma->vm_file), buf, in show_faulting_vma()
99 if (IS_ERR(nm)) in show_faulting_vma()
100 nm = "?"; in show_faulting_vma()
105 nm, vma->vm_start, vma->vm_end); in show_faulting_vma()
/linux-6.15/Documentation/devicetree/bindings/ufs/
H A Dcdns,ufshc.yaml19 - cdns,ufshc-m31-16nm
31 # CDNS UFS HC + M31 16nm PHY
32 - cdns,ufshc-m31-16nm
/linux-6.15/drivers/usb/host/
H A Dxhci-debugfs.h73 #define dump_register(nm) \ argument
75 .name = __stringify(nm), \
76 .offset = REG_ ##nm, \

12345678