| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | key.h | 143 const struct qstr *nm) in dent_key_init() argument 145 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() 177 ino_t inum, const struct qstr *nm) in dent_key_init_flash() argument 180 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() 211 const struct qstr *nm) in xent_key_init() argument 213 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() 228 ino_t inum, const struct qstr *nm) in xent_key_init_flash() argument 231 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash()
|
| H A D | ubifs.c | 304 struct qstr nm; in ubifs_printdir() local 322 nm.name = NULL; in ubifs_printdir() 323 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_printdir() 341 nm.name = NULL; in ubifs_printdir() 342 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_printdir() 359 nm.len = le16_to_cpu(dent->nlen); in ubifs_printdir() 360 over = filldir(c, (char *)dent->name, nm.len, in ubifs_printdir() 367 nm.name = (char *)dent->name; in ubifs_printdir() 368 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_printdir() 396 struct qstr nm; in ubifs_finddir() local [all …]
|
| H A D | tnc.c | 535 const struct qstr *nm) in matches_name() argument 558 err = memcmp(dent->name, nm->name, min_t(int, nlen, nm->len)); in matches_name() 560 if (nlen == nm->len) in matches_name() 562 else if (nlen < nm->len) in matches_name() 705 const struct qstr *nm) in resolve_collision() argument 709 err = matches_name(c, &(*zn)->zbranch[*n], nm); in resolve_collision() 770 err = matches_name(c, &(*zn)->zbranch[*n], nm); in resolve_collision() 792 err = matches_name(c, &znode->zbranch[nn], nm); in resolve_collision() 823 const struct qstr *nm) in fallible_matches_name() argument 851 err = memcmp(dent->name, nm->name, min_t(int, nlen, nm->len)); in fallible_matches_name() [all …]
|
| H A D | replay.c | 58 struct qstr nm; member 225 err = ubifs_tnc_remove_nm(c, &r->key, &r->nm); in apply_replay_entry() 228 r->len, &r->nm); in apply_replay_entry() 324 kfree(r->nm.name); in destroy_replay_list() 427 r->nm.len = nlen; in insert_dent() 430 r->nm.name = nbuf; in insert_dent()
|
| H A D | ubifs.h | 2142 const struct qstr *nm, const struct inode *inode, 2155 const struct inode *inode, const struct qstr *nm); 2190 void *node, const struct qstr *nm); 2198 int lnum, int offs, int len, const struct qstr *nm); 2201 const struct qstr *nm); 2207 const struct qstr *nm);
|
| H A D | debug.c | 237 struct qstr nm = { .name = NULL }; in ubifs_dump_inode() local 283 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_dump_inode() 293 nm.name = dent->name; in ubifs_dump_inode() 294 nm.len = le16_to_cpu(dent->nlen); in ubifs_dump_inode() 1119 struct qstr nm = { .name = NULL }; in dbg_check_dir() local 1132 dent = ubifs_tnc_next_ent(c, &key, &nm); in dbg_check_dir() 1140 nm.name = dent->name; in dbg_check_dir() 1141 nm.len = le16_to_cpu(dent->nlen); in dbg_check_dir() 1142 size += CALC_DENT_SIZE(nm.len); in dbg_check_dir()
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl-max96755f.c | 94 #define GROUP_DESC(nm) \ argument 96 .name = #nm, \ 97 .pins = nm ## _pins, \ 98 .num_pins = ARRAY_SIZE(nm ## _pins), \ 101 #define GROUP_DESC_CONFIG(nm) \ argument 103 .name = #nm, \ 104 .pins = nm ## _pins, \ 105 .num_pins = ARRAY_SIZE(nm ## _pins), \ 106 .configs = nm ## _configs, \ 107 .num_configs = ARRAY_SIZE(nm ## _configs), \
|
| H A D | pinctrl-max96745.c | 96 #define GROUP_DESC(nm) \ argument 98 .name = #nm, \ 99 .pins = nm ## _pins, \ 100 .num_pins = ARRAY_SIZE(nm ## _pins), \
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/maxim/ |
| H A D | maxim-max96755.c | 59 #define GROUP_DESC(nm) \ argument 61 .name = #nm, \ 62 .pins = nm ## _pins, \ 63 .num_pins = ARRAY_SIZE(nm ## _pins), \ 66 #define GROUP_DESC_CONFIG(nm) \ argument 68 .name = #nm, \ 69 .pins = nm ## _pins, \ 70 .num_pins = ARRAY_SIZE(nm ## _pins), \ 73 .configs = nm ## _configs, \ 74 .num_configs = ARRAY_SIZE(nm ## _configs), \ [all …]
|
| H A D | maxim-max96789.c | 59 #define GROUP_DESC(nm) \ argument 61 .name = #nm, \ 62 .pins = nm ## _pins, \ 63 .num_pins = ARRAY_SIZE(nm ## _pins), \ 66 #define GROUP_DESC_CONFIG(nm) \ argument 68 .name = #nm, \ 69 .pins = nm ## _pins, \ 70 .num_pins = ARRAY_SIZE(nm ## _pins), \ 73 .configs = nm ## _configs, \ 74 .num_configs = ARRAY_SIZE(nm ## _configs), \ [all …]
|
| H A D | maxim-max96745.c | 66 #define GROUP_DESC(nm) \ argument 68 .name = #nm, \ 69 .pins = nm ## _pins, \ 70 .num_pins = ARRAY_SIZE(nm ## _pins), \ 89 #define FUNCTION_DESC(nm) \ argument 91 .name = #nm, \ 92 .group_names = nm##_groups, \ 93 .num_group_names = ARRAY_SIZE(nm##_groups), \
|
| H A D | maxim-max96752.c | 41 #define GROUP_DESC(nm) \ argument 43 .name = #nm, \ 44 .pins = nm ## _pins, \ 45 .num_pins = ARRAY_SIZE(nm ## _pins), \
|
| H A D | maxim-max96772.c | 42 #define GROUP_DESC(nm) \ argument 44 .name = #nm, \ 45 .pins = nm ## _pins, \ 46 .num_pins = ARRAY_SIZE(nm ## _pins), \
|
| /rk3399_rockchip-uboot/board/logicpd/zoom1/ |
| H A D | MAINTAINERS | 2 M: Nishanth Menon <nm@ti.com>
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H 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()
|
| H A D | checks.c | 177 #define WARNING_IF_NOT_STRING(nm, propname) \ argument 178 WARNING(nm, check_is_string, (propname)) 179 #define ERROR_IF_NOT_STRING(nm, propname) \ argument 180 ERROR(nm, check_is_string, (propname)) 196 #define WARNING_IF_NOT_CELL(nm, propname) \ argument 197 WARNING(nm, check_is_cell, (propname)) 198 #define ERROR_IF_NOT_CELL(nm, propname) \ argument 199 ERROR(nm, check_is_cell, (propname)) 1047 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument 1048 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \ [all …]
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/rohm/ |
| H A D | rohm-bu18rl82.c | 22 #define GROUP_DESC(nm) \ argument 24 .name = #nm, \ 25 .pins = nm ## _pins, \ 26 .num_pins = ARRAY_SIZE(nm ## _pins), \
|
| H A D | rohm-bu18tl82.c | 24 #define GROUP_DESC(nm) \ argument 26 .name = #nm, \ 27 .pins = nm ## _pins, \ 28 .num_pins = ARRAY_SIZE(nm ## _pins), \
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.c | 197 char nm[17]; in ubi_dump_mkvol_req() local 206 memcpy(nm, req->name, 16); in ubi_dump_mkvol_req() 207 nm[16] = 0; in ubi_dump_mkvol_req() 208 pr_err("\t1st 16 characters of name: %s\n", nm); in ubi_dump_mkvol_req()
|
| /rk3399_rockchip-uboot/ |
| H A D | make.sh | 149 ''|loader|trust|uboot|debug*|itb|env|fit|map|sym|elf*|nm) 291 TOOLCHAIN_NM=${CROSS_COMPILE_ARM64}nm 296 TOOLCHAIN_NM=${CROSS_COMPILE_ARM32}nm 414 elf|nm)
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 3095 stbtt_uint32 nm = stbtt__find_table(fc, offset, "name"); in stbtt_GetFontNameString() local 3096 if (!nm) return NULL; in stbtt_GetFontNameString() 3098 count = ttUSHORT(fc+nm+2); in stbtt_GetFontNameString() 3099 stringOffset = nm + ttUSHORT(fc+nm+4); in stbtt_GetFontNameString() 3101 stbtt_uint32 loc = nm + 6 + 12 * i; in stbtt_GetFontNameString() 3111 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, … in stbtt__matchpair() argument 3114 stbtt_int32 count = ttUSHORT(fc+nm+2); in stbtt__matchpair() 3115 stbtt_int32 stringOffset = nm + ttUSHORT(fc+nm+4); in stbtt__matchpair() 3118 stbtt_uint32 loc = nm + 6 + 12 * i; in stbtt__matchpair() 3161 stbtt_uint32 nm,hd; in stbtt__matches() local [all …]
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 990 #define LEGACY_ID_NAND(nm, devid, chipsz, erasesz, opts) \ argument 991 { .name = (nm), {{ .dev_id = (devid) }}, .pagesize = 512, \ 1004 #define EXTENDED_ID_NAND(nm, devid, chipsz, opts) \ argument 1005 { .name = (nm), {{ .dev_id = (devid) }}, .chipsize = (chipsz), \
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builderthread.py | 321 nm = self.builder.GetFuncSizesFile(result.commit_upto, 323 with open(nm, 'w') as fd:
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compat.h | 357 #define request_irq(nr, f, flags, nm, data) 0 argument
|
| /rk3399_rockchip-uboot/board/freescale/m52277evb/ |
| H A D | README | 219 nm - memory modify (constant address)
|