| /rk3399_rockchip-uboot/drivers/usb/common/ |
| H A D | fsl-dt-fixup.c | 37 int *node_offset, const char **node_type) in fdt_usb_get_node_type() argument 47 *node_type = compat_usb_fsl[i]; in fdt_usb_get_node_type() 61 const char *node_type = NULL; in fdt_fixup_usb_mode_phy_type() local 66 &node_offset, &node_type); in fdt_fixup_usb_mode_phy_type() 75 prop_mode, node_type, fdt_strerror(err)); in fdt_fixup_usb_mode_phy_type() 83 prop_type, node_type, fdt_strerror(err)); in fdt_fixup_usb_mode_phy_type() 94 const char *node_type = NULL; in fsl_fdt_fixup_usb_erratum() local 98 &node_offset, &node_type); in fsl_fdt_fixup_usb_erratum() 102 if (!strcmp(node_type, FSL_USB2_MPH) || !strcmp(node_type, FSL_USB2_DR)) in fsl_fdt_fixup_usb_erratum() 105 node_name = node_type; in fsl_fdt_fixup_usb_erratum() [all …]
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | lpt_commit.c | 1035 static int make_node_dirty(struct ubifs_info *c, int node_type, int node_num, in make_node_dirty() argument 1038 switch (node_type) { in make_node_dirty() 1056 static int get_lpt_node_len(const struct ubifs_info *c, int node_type) in get_lpt_node_len() argument 1058 switch (node_type) { in get_lpt_node_len() 1098 int pos = 0, node_type; in get_lpt_node_type() local 1100 node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS); in get_lpt_node_type() 1102 return node_type; in get_lpt_node_type() 1116 int pos = 0, node_type, node_len; in is_a_node() local 1121 node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS); in is_a_node() 1122 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node() [all …]
|
| H A D | scan.c | 82 dbg_ntype(ch->node_type), lnum, offs); in ubifs_scan_a_node() 87 if (ch->node_type == UBIFS_PAD_NODE) { in ubifs_scan_a_node() 199 snod->type = ch->node_type; in ubifs_add_snod() 204 switch (ch->node_type) { in ubifs_add_snod()
|
| H A D | io.c | 258 type = ch->node_type; in ubifs_check_node() 331 ch->node_type = UBIFS_PAD_NODE; in ubifs_pad() 688 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock() 871 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node() 942 if (type != ch->node_type) { in ubifs_read_node_wbuf() 944 ch->node_type, type); in ubifs_read_node_wbuf() 998 if (type != ch->node_type) { in ubifs_read_node() 1000 ch->node_type, type); in ubifs_read_node()
|
| H A D | sb.c | 165 sup->ch.node_type = UBIFS_SB_NODE; in create_default_filesystem() 207 mst->ch.node_type = UBIFS_MST_NODE; in create_default_filesystem() 273 idx->ch.node_type = UBIFS_IDX_NODE; in create_default_filesystem() 295 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem() 330 cs->ch.node_type = UBIFS_CS_NODE; in create_default_filesystem()
|
| H A D | log.c | 232 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_add_bud_to_log() 368 cs->ch.node_type = UBIFS_CS_NODE; in ubifs_log_start_commit() 390 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_log_start_commit()
|
| H A D | ubifs-media.h | 425 __u8 node_type; member
|
| H A D | recovery.c | 155 if (ch->node_type != UBIFS_MST_NODE) in get_master_node() 829 if (cs_node->ch.node_type != UBIFS_CS_NODE) { in get_cs_sqnum() 830 ubifs_err(c, "Node a CS node, type is %d", cs_node->ch.node_type); in get_cs_sqnum()
|
| H A D | lpt.c | 940 int node_type; in check_lpt_type() local 942 node_type = ubifs_unpack_bits(addr, pos, UBIFS_LPT_TYPE_BITS); in check_lpt_type() 943 if (node_type != type) { in check_lpt_type() 945 node_type, type); in check_lpt_type()
|
| H A D | debug.c | 224 pr_err("\tnode_type %d (%s)\n", ch->node_type, in dump_ch() 225 dbg_ntype(ch->node_type)); in dump_ch() 321 switch (ch->node_type) { in ubifs_dump_node() 545 (int)ch->node_type); in ubifs_dump_node()
|
| H A D | tnc.c | 470 if (ch->node_type != type) in try_read_node() 1702 if (ch->node_type != UBIFS_DATA_NODE) { in validate_data_node() 1704 ch->node_type, UBIFS_DATA_NODE); in validate_data_node()
|
| H A D | orphan.c | 290 orph->ch.node_type = UBIFS_ORPH_NODE; in write_orph_node()
|