/linux/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() 95 reg = readl(nm->common.base + nm->common.reg); in ccu_nm_recalc_rate() 136 if (nm->max_rate && rate > nm->max_rate) { in ccu_nm_round_rate() 156 _nm.max_n = nm->n.max ?: 1 << nm->n.width; in ccu_nm_round_rate() 158 _nm.max_m = nm->m.max ?: 1 << nm->m.width; in ccu_nm_round_rate() 186 reg &= ~GENMASK(nm->m.width + nm->m.shift - 1, nm->m.shift); in ccu_nm_set_rate() 200 _nm.max_n = nm->n.max ?: 1 << nm->n.width; in ccu_nm_set_rate() 202 _nm.max_m = nm->m.max ?: 1 << nm->m.width; in ccu_nm_set_rate() 218 reg &= ~GENMASK(nm->n.width + nm->n.shift - 1, nm->n.shift); in ccu_nm_set_rate() [all …]
|
/linux/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/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 | 188 if (memcmp(dent->name, fname_name(nm), fname_len(nm))) in dbg_check_name() 201 struct fscrypt_name nm; in ubifs_lookup() local 291 struct fscrypt_name nm; in ubifs_create() local 361 struct fscrypt_name nm; in do_tmpfile() local 500 struct fscrypt_name nm; in ubifs_readdir() local 558 fname_len(&nm) = 0; in ubifs_readdir() 576 fname_len(&nm) = 0; in ubifs_readdir() 699 struct fscrypt_name nm; in ubifs_link() local 772 struct fscrypt_name nm; in ubifs_unlink() local 877 struct fscrypt_name nm; in ubifs_rmdir() 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 | 554 err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); in matches_name() 556 if (nlen == fname_len(nm)) in matches_name() 558 else if (nlen < fname_len(nm)) in matches_name() 847 err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); in fallible_matches_name() 849 if (nlen == fname_len(nm)) in fallible_matches_name() 1871 if (fname_len(nm) == len && !memcmp(dent->name, fname_name(nm), len)) in ubifs_tnc_lookup_nm() 2426 nm, 1); in ubifs_tnc_add_nm() 2660 nm, 0); in ubifs_tnc_remove_nm() 2869 struct fscrypt_name nm = {0}; in ubifs_tnc_remove_ino() local 2968 if (fname_len(nm) > 0) { in ubifs_tnc_next_ent() [all …]
|
A D | journal.c | 591 if (fname_name(nm) == NULL) in ubifs_jnl_update() 603 dent->nlen = cpu_to_le16(fname_len(nm)); in ubifs_jnl_update() 604 memcpy(dent->name, fname_name(nm), fname_len(nm)); in ubifs_jnl_update() 605 dent->name[fname_len(nm)] = '\0'; in ubifs_jnl_update() 650 if (fname_name(nm) == NULL) in ubifs_jnl_update() 659 hash_dent, nm); in ubifs_jnl_update() 880 struct fscrypt_name nm = {0}; in ubifs_jnl_write_inode() local 902 fname_name(&nm) = xent->name; in ubifs_jnl_write_inode() 1673 const struct fscrypt_name *nm) in ubifs_jnl_delete_xattr() argument 1714 memcpy(xent->name, fname_name(nm), fname_len(nm)); in ubifs_jnl_delete_xattr() [all …]
|
/linux/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/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/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/Documentation/devicetree/bindings/display/msm/ |
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-660 20 - 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-lp 20 - qcom,dsi-phy-28nm-8960 51 compatible = "qcom,dsi-phy-28nm-lp";
|
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 57 compatible = "qcom,dsi-phy-7nm";
|
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 52 compatible = "qcom,dsi-phy-10nm";
|
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";
|
/linux/Documentation/devicetree/bindings/bus/ |
A D | brcm,gisb-arb.txt | 6 "brcm,bcm7278-gisb-arb" for V7 28nm chips 7 "brcm,gisb-arb" or "brcm,bcm7445-gisb-arb" for other 28nm chips 8 "brcm,bcm7435-gisb-arb" for newer 40nm chips 9 "brcm,bcm7400-gisb-arb" for older 40nm chips and all 65nm chips 10 "brcm,bcm7038-gisb-arb" for 130nm chips
|
/linux/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 19 - qcom,usb-hs-28nm-mdm9607 77 compatible = "qcom,usb-hs-28nm-femtophy";
|
/linux/drivers/gpu/drm/msm/ |
A D | Kconfig | 85 bool "Enable DSI 28nm PHY driver in MSM DRM" 89 Choose this option if the 28nm DSI PHY is used on the platform. 92 bool "Enable DSI 20nm PHY driver in MSM DRM" 96 Choose this option if the 20nm DSI PHY is used on the platform. 99 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM" 103 Choose this option if the 28nm DSI PHY 8960 variant is used on the 107 bool "Enable DSI 14nm PHY driver in MSM DRM (used by MSM8996/APQ8096)" 114 bool "Enable DSI 10nm PHY driver in MSM DRM (used by SDM845)" 121 bool "Enable DSI 7nm PHY driver in MSM DRM"
|
/linux/Documentation/devicetree/bindings/ufs/ |
A D | ufs-qcom.txt | 11 "qcom,ufs-phy-qmp-20nm" for 20nm ufs phy, 12 "qcom,ufs-phy-qmp-14nm" for legacy 14nm ufs phy, 13 "qcom,msm8996-ufs-phy-qmp-14nm" for 14nm ufs phy 37 compatible = "qcom,ufs-phy-qmp-20nm";
|
/linux/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" |
|
/linux/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/scripts/ |
A D | recordmcount.pl | 124 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV; 155 $nm = 'nm' if (!$nm); 408 open (IN, "$nm $inputfile|") || die "error running $nm";
|
/linux/arch/x86/um/vdso/ |
A D | checkundef.sh | 3 nm="$1" 5 $nm "$file" | grep '^ *U' > /dev/null 2>&1
|
/linux/arch/x86/entry/vdso/ |
A D | checkundef.sh | 2 nm="$1" 4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
|
/linux/drivers/usb/host/ |
A D | xhci-debugfs.h | 73 #define dump_register(nm) \ argument 75 .name = __stringify(nm), \ 76 .offset = REG_ ##nm, \
|