/linux-6.3-rc2/drivers/clk/sunxi-ng/ |
A D | ccu_nm.c | 37 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() 97 reg = readl(nm->common.base + nm->common.reg); in ccu_nm_recalc_rate() 138 if (nm->max_rate && rate > nm->max_rate) { in ccu_nm_round_rate() 158 _nm.max_n = nm->n.max ?: 1 << nm->n.width; in ccu_nm_round_rate() 160 _nm.max_m = nm->m.max ?: 1 << nm->m.width; in ccu_nm_round_rate() 187 reg &= ~GENMASK(nm->m.width + nm->m.shift - 1, nm->m.shift); in ccu_nm_set_rate() 201 _nm.max_n = nm->n.max ?: 1 << nm->n.width; in ccu_nm_set_rate() 203 _nm.max_m = nm->m.max ?: 1 << nm->m.width; in ccu_nm_set_rate() 219 reg &= ~GENMASK(nm->n.width + nm->n.shift - 1, nm->n.shift); in ccu_nm_set_rate() [all …]
|
/linux-6.3-rc2/drivers/ntb/test/ |
A D | ntb_msi_test.c | 46 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.3-rc2/fs/ubifs/ |
A D | xattr.c | 141 host_ui->xattr_names += fname_len(nm); in create_xattr() 167 host_ui->xattr_names -= fname_len(nm); in create_xattr() 279 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_set() 337 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_get() 404 struct fscrypt_name nm = {0}; in ubifs_listxattr() local 433 fname_name(&nm) = xent->name; in ubifs_listxattr() 437 memcpy(buffer + written, fname_name(&nm), fname_len(&nm) + 1); in ubifs_listxattr() 438 written += fname_len(&nm) + 1; in ubifs_listxattr() 508 struct fscrypt_name nm = {0}; in ubifs_purge_xattrs() local 526 fname_name(&nm) = xent->name; in ubifs_purge_xattrs() [all …]
|
A D | dir.c | 191 if (memcmp(dent->name, fname_name(nm), fname_len(nm))) in dbg_check_name() 204 struct fscrypt_name nm; in ubifs_lookup() local 294 struct fscrypt_name nm; in ubifs_create() local 361 struct fscrypt_name nm; in create_whiteout() local 440 struct fscrypt_name nm; in ubifs_tmpfile() local 563 struct fscrypt_name nm; in ubifs_readdir() local 621 fname_len(&nm) = 0; in ubifs_readdir() 639 fname_len(&nm) = 0; in ubifs_readdir() 736 struct fscrypt_name nm; in ubifs_link() local 809 struct fscrypt_name nm; in ubifs_unlink() local [all …]
|
A D | key.h | 148 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()
|
A D | tnc.c | 561 err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); in matches_name() 563 if (nlen == fname_len(nm)) in matches_name() 565 else if (nlen < fname_len(nm)) in matches_name() 854 err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); in fallible_matches_name() 856 if (nlen == fname_len(nm)) in fallible_matches_name() 1878 if (fname_len(nm) == len && !memcmp(dent->name, fname_name(nm), len)) in ubifs_tnc_lookup_nm() 2433 nm, 1); in ubifs_tnc_add_nm() 2667 nm, 0); in ubifs_tnc_remove_nm() 2876 struct fscrypt_name nm = {0}; in ubifs_tnc_remove_ino() local 2975 if (fname_len(nm) > 0) { in ubifs_tnc_next_ent() [all …]
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | coretemp.rst | 12 - 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.3-rc2/Documentation/devicetree/bindings/display/msm/ |
A D | dsi-phy-7nm.yaml | 4 $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 60 compatible = "qcom,dsi-phy-7nm";
|
A D | dsi-phy-14nm.yaml | 4 $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 51 compatible = "qcom,dsi-phy-14nm";
|
A D | dsi-phy-28nm.yaml | 4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-28nm.yaml# 7 title: Qualcomm Display DSI 28nm PHY 18 - qcom,dsi-phy-28nm-hpm 19 - qcom,dsi-phy-28nm-hpm-fam-b 20 - qcom,dsi-phy-28nm-lp 21 - qcom,dsi-phy-28nm-8960 56 compatible = "qcom,dsi-phy-28nm-lp";
|
A D | dsi-phy-20nm.yaml | 4 $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";
|
A D | qcom,mdss.yaml | 121 - qcom,dsi-phy-14nm 122 - qcom,dsi-phy-14nm-660 123 - qcom,dsi-phy-14nm-8953 124 - qcom,dsi-phy-20nm 125 - qcom,dsi-phy-28nm-hpm 126 - qcom,dsi-phy-28nm-lp
|
A D | dsi-phy-10nm.yaml | 4 $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.3-rc2/security/selinux/ss/ |
A D | mls.c | 39 char *nm; in mls_compute_context_len() local 60 len += strlen(nm) + 1; in mls_compute_context_len() 63 len += strlen(nm) + 1; in mls_compute_context_len() 70 len += strlen(nm) + 1; in mls_compute_context_len() 93 char *scontextp, *nm; in mls_sid_to_context() local 124 strcpy(scontextp, nm); in mls_sid_to_context() 125 scontextp += strlen(nm); in mls_sid_to_context() 132 strcpy(scontextp, nm); in mls_sid_to_context() 133 scontextp += strlen(nm); in mls_sid_to_context() 145 strcpy(scontextp, nm); in mls_sid_to_context() [all …]
|
/linux-6.3-rc2/drivers/scsi/fcoe/ |
A D | fcoe_transport.c | 577 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.3-rc2/Documentation/devicetree/bindings/bus/ |
A D | brcm,gisb-arb.yaml | 17 - brcm,bcm7445-gisb-arb # for other 28nm chips 21 - brcm,bcm7278-gisb-arb # for V7 28nm chips 22 - brcm,bcm7435-gisb-arb # for newer 40nm chips 23 - brcm,bcm7400-gisb-arb # for older 40nm chips and all 65nm chips 24 - brcm,bcm7038-gisb-arb # for 130nm chips
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | Kconfig | 107 bool "Enable DSI 28nm PHY driver in MSM DRM" 111 Choose this option if the 28nm DSI PHY is used on the platform. 114 bool "Enable DSI 20nm PHY driver in MSM DRM" 118 Choose this option if the 20nm DSI PHY is used on the platform. 121 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM" 125 Choose this option if the 28nm DSI PHY 8960 variant is used on the 129 bool "Enable DSI 14nm PHY driver in MSM DRM (used by MSM8996/APQ8096)" 136 bool "Enable DSI 10nm PHY driver in MSM DRM (used by SDM845)" 143 bool "Enable DSI 7nm/5nm/4nm PHY driver in MSM DRM"
|
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/ |
A D | qcom,usb-hs-28nm.yaml | 4 $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.3-rc2/arch/powerpc/tools/ |
A D | unrel_branch_check.sh | 10 nm="$2" 15 end_intr=0x$($nm -p "$vmlinux" | 24 sim=0x$($nm -p "$vmlinux" |
|
A D | relocs_check.sh | 20 nm="$2" 27 undef_weak_symbols=$($nm "$vmlinux" | awk '$1 ~ /w/ { print $2 }')
|
/linux-6.3-rc2/scripts/ |
A D | recordmcount.pl | 124 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV; 155 $nm = 'nm' if (!$nm); 405 open (IN, "$nm $inputfile|") || die "error running $nm";
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | troubleshoot.c | 93 char *nm = "?"; in show_faulting_vma() local 96 nm = file_path(vma->vm_file, buf, ARC_PATH_MAX-1); in show_faulting_vma() 97 if (IS_ERR(nm)) in show_faulting_vma() 98 nm = "?"; in show_faulting_vma() 103 nm, vma->vm_start, vma->vm_end); in show_faulting_vma()
|
/linux-6.3-rc2/arch/x86/um/vdso/ |
A D | checkundef.sh | 3 nm="$1" 5 $nm "$file" | grep '^ *U' > /dev/null 2>&1
|
/linux-6.3-rc2/arch/x86/entry/vdso/ |
A D | checkundef.sh | 2 nm="$1" 4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
|
/linux-6.3-rc2/Documentation/devicetree/bindings/ufs/ |
A D | cdns,ufshc.yaml | 19 - cdns,ufshc-m31-16nm 31 # CDNS UFS HC + M31 16nm PHY 32 - cdns,ufshc-m31-16nm
|