/u-boot/fs/ubifs/ |
A D | key.h | 142 const struct qstr *nm) in dent_key_init() argument 144 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() 176 ino_t inum, const struct qstr *nm) in dent_key_init_flash() argument 179 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() 210 const struct qstr *nm) in xent_key_init() argument 212 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() 227 ino_t inum, const struct qstr *nm) in xent_key_init_flash() argument 230 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash()
|
A D | ubifs.c | 293 struct qstr nm; in ubifs_printdir() local 311 nm.name = NULL; in ubifs_printdir() 330 nm.name = NULL; in ubifs_printdir() 348 nm.len = le16_to_cpu(dent->nlen); in ubifs_printdir() 356 nm.name = (char *)dent->name; in ubifs_printdir() 385 struct qstr nm; in ubifs_finddir() local 414 nm.name = NULL; in ubifs_finddir() 415 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_finddir() 432 nm.len = le16_to_cpu(dent->nlen); in ubifs_finddir() 434 (strlen(dirname) == nm.len)) { in ubifs_finddir() [all …]
|
A D | tnc.c | 562 err = memcmp(dent->name, nm->name, min_t(int, nlen, nm->len)); in matches_name() 855 err = memcmp(dent->name, nm->name, min_t(int, nlen, nm->len)); in fallible_matches_name() 1818 dbg_tnck(key, "name '%.*s' key ", nm->len, nm->name); in do_lookup_nm() 1875 if (nm->len == len && !memcmp(dent->name, nm->name, len)) in ubifs_tnc_lookup_nm() 2310 lnum, offs, nm->len, nm->name); in ubifs_tnc_add_nm() 2320 nm, 1); in ubifs_tnc_add_nm() 2544 dbg_tnck(key, "%.*s, key ", nm->len, nm->name); in ubifs_tnc_remove_nm() 2552 nm, 0); in ubifs_tnc_remove_nm() 2779 dbg_tnck(key, "%s ", nm->name ? (char *)nm->name : "(lowest)"); in ubifs_tnc_next_ent() 2787 if (nm->name) { in ubifs_tnc_next_ent() [all …]
|
A D | replay.c | 59 struct qstr nm; member 226 err = ubifs_tnc_remove_nm(c, &r->key, &r->nm); in apply_replay_entry() 229 r->len, &r->nm); in apply_replay_entry() 325 kfree(r->nm.name); in destroy_replay_list() 428 r->nm.len = nlen; in insert_dent() 431 r->nm.name = nbuf; in insert_dent()
|
A D | ubifs.h | 2141 const struct qstr *nm, const struct inode *inode, 2154 const struct inode *inode, const struct qstr *nm); 2189 void *node, const struct qstr *nm); 2197 int lnum, int offs, int len, const struct qstr *nm); 2200 const struct qstr *nm); 2206 const struct qstr *nm);
|
A D | debug.c | 240 struct qstr nm = { .name = NULL }; in ubifs_dump_inode() local 286 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_dump_inode() 296 nm.name = dent->name; in ubifs_dump_inode() 297 nm.len = le16_to_cpu(dent->nlen); in ubifs_dump_inode() 1148 struct qstr nm = { .name = NULL }; in dbg_check_dir() local 1161 dent = ubifs_tnc_next_ent(c, &key, &nm); in dbg_check_dir() 1169 nm.name = dent->name; in dbg_check_dir() 1170 nm.len = le16_to_cpu(dent->nlen); in dbg_check_dir() 1171 size += CALC_DENT_SIZE(nm.len); in dbg_check_dir()
|
/u-boot/drivers/phy/qcom/ |
A D | Kconfig | 16 tristate "Qualcomm 28nm High-Speed PHY" 19 Enable this to support the Qualcomm Synopsys DesignWare Core 28nm
|
A D | Makefile | 3 obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o
|
/u-boot/scripts/dtc/ |
A D | data.c | 25 struct marker *m, *nm; in data_free() local 29 nm = m->next; in data_free() 32 m = nm; in data_free()
|
A D | checks.c | 192 #define WARNING_IF_NOT_STRING(nm, propname) \ argument 193 WARNING(nm, check_is_string, (propname)) 194 #define ERROR_IF_NOT_STRING(nm, propname) \ argument 195 ERROR(nm, check_is_string, (propname)) 222 WARNING(nm, check_is_string_list, (propname)) 224 ERROR(nm, check_is_string_list, (propname)) 239 #define WARNING_IF_NOT_CELL(nm, propname) \ argument 240 WARNING(nm, check_is_cell, (propname)) 241 #define ERROR_IF_NOT_CELL(nm, propname) \ argument 242 ERROR(nm, check_is_cell, (propname)) [all …]
|
/u-boot/drivers/mtd/ubi/ |
A D | debug.c | 199 char nm[17]; in ubi_dump_mkvol_req() local 208 memcpy(nm, req->name, 16); in ubi_dump_mkvol_req() 209 nm[16] = 0; in ubi_dump_mkvol_req() 210 pr_err("\t1st 16 characters of name: %s\n", nm); in ubi_dump_mkvol_req()
|
/u-boot/doc/develop/ |
A D | event.rst | 63 in an image, use $(CROSS_COMPILE)nm:: 65 nm u-boot |grep evspy |grep list
|
A D | tests_sandbox.rst | 290 $ nm /tmp/b/sandbox_spl/spl/u-boot-spl |grep 2_dm_test
|
/u-boot/drivers/video/ |
A D | stb_truetype.h | 3104 stbtt_uint32 nm = stbtt__find_table(fc, offset, "name"); in stbtt_GetFontNameString() local 3105 if (!nm) return NULL; in stbtt_GetFontNameString() 3107 count = ttUSHORT(fc+nm+2); in stbtt_GetFontNameString() 3108 stringOffset = nm + ttUSHORT(fc+nm+4); in stbtt_GetFontNameString() 3110 stbtt_uint32 loc = nm + 6 + 12 * i; in stbtt_GetFontNameString() 3123 stbtt_int32 count = ttUSHORT(fc+nm+2); in stbtt__matchpair() 3124 stbtt_int32 stringOffset = nm + ttUSHORT(fc+nm+4); in stbtt__matchpair() 3127 stbtt_uint32 loc = nm + 6 + 12 * i; in stbtt__matchpair() 3170 stbtt_uint32 nm,hd; in stbtt__matches() local 3179 nm = stbtt__find_table(fc, offset, "name"); in stbtt__matches() [all …]
|
/u-boot/arch/arm/dts/ |
A D | qcs404-evb.dts | 242 compatible = "qcom,usb-ss-28nm-phy"; 254 compatible = "qcom,usb-hs-28nm-femtophy"; 266 compatible = "qcom,usb-hs-28nm-femtophy";
|
/u-boot/include/linux/mtd/ |
A D | rawnand.h | 1051 #define LEGACY_ID_NAND(nm, devid, chipsz, erasesz, opts) \ argument 1052 { .name = (nm), {{ .dev_id = (devid) }}, .pagesize = 512, \ 1065 #define EXTENDED_ID_NAND(nm, devid, chipsz, opts) \ argument 1066 { .name = (nm), {{ .dev_id = (devid) }}, .chipsize = (chipsz), \
|
/u-boot/include/linux/ |
A D | compat.h | 387 #define request_irq(nr, f, flags, nm, data) 0 argument
|
/u-boot/tools/buildman/ |
A D | builderthread.py | 406 nm = self.builder.GetFuncSizesFile(result.commit_upto, 408 with open(nm, 'w') as fd:
|
/u-boot/tools/docker/ |
A D | Dockerfile | 138 TARGET_NM=/opt/gcc-12.2.0-nolibc/aarch64-linux/bin/aarch64-linux-nm \ 152 TARGET_NM=/opt/gcc-12.2.0-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-nm \ 166 TARGET_NM=/opt/gcc-12.2.0-nolibc/riscv64-linux/bin/riscv64-linux-nm \
|
/u-boot/board/synopsys/iot_devkit/ |
A D | README | 14 55-nm ultra-low power process, and a rich set of peripherals commonly used
|
/u-boot/drivers/pinctrl/nuvoton/ |
A D | pinctrl-npcm7xx.c | 424 #define NPCM7XX_MKFUNC(nm) { .name = #nm, .ngroups = ARRAY_SIZE(nm ## _grp), \ argument 425 .groups = nm ## _grp }
|
/u-boot/ |
A D | Makefile | 404 NM = $(CROSS_COMPILE)nm 725 NM = $(shell $(CC) -print-prog-name=llvm-nm) 733 NM = $(CROSS_COMPILE)gcc-nm
|
/u-boot/cmd/ |
A D | mem.c | 1330 nm, 2, 1, do_mem_nm,
|
A D | i2c.c | 1927 U_BOOT_CMD_MKENT(nm, 2, 1, do_i2c_nm, "", ""),
|
/u-boot/board/freescale/m5373evb/ |
A D | README | 232 nm - memory modify (constant address)
|