Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 14 of 14) sorted by relevance

/u-boot/drivers/usb/common/
A Dfsl-dt-fixup.c37 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 …]
/u-boot/lib/efi_loader/
A Defi_device_path_utilities.c183 uint8_t node_type, uint8_t node_sub_type, uint16_t node_length) in create_device_node() argument
185 EFI_ENTRY("%u, %u, %u", node_type, node_sub_type, node_length); in create_device_node()
186 return EFI_EXIT(efi_dp_create_device_node(node_type, node_sub_type, in create_device_node()
/u-boot/fs/ubifs/
A Dlpt_commit.c1040 switch (node_type) { in make_node_dirty()
1060 switch (node_type) { in get_lpt_node_len()
1100 int pos = 0, node_type; in get_lpt_node_type() local
1104 return node_type; in get_lpt_node_type()
1118 int pos = 0, node_type, node_len; in is_a_node() local
1124 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node()
1126 node_len = get_lpt_node_len(c, node_type); in is_a_node()
1175 node_len = get_lpt_node_len(c, node_type); in lpt_gc_lnum()
1615 switch (node_type) { in dbg_is_node_dirty()
1687 node_len = get_lpt_node_len(c, node_type); in dbg_check_ltab_lnum()
[all …]
A Dscan.c83 dbg_ntype(ch->node_type), lnum, offs); in ubifs_scan_a_node()
88 if (ch->node_type == UBIFS_PAD_NODE) { in ubifs_scan_a_node()
200 snod->type = ch->node_type; in ubifs_add_snod()
205 switch (ch->node_type) { in ubifs_add_snod()
A Dio.c261 type = ch->node_type; in ubifs_check_node()
334 ch->node_type = UBIFS_PAD_NODE; in ubifs_pad()
691 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock()
874 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node()
945 if (type != ch->node_type) { in ubifs_read_node_wbuf()
947 ch->node_type, type); in ubifs_read_node_wbuf()
1001 if (type != ch->node_type) { in ubifs_read_node()
1003 ch->node_type, type); in ubifs_read_node()
A Dsb.c166 sup->ch.node_type = UBIFS_SB_NODE; in create_default_filesystem()
208 mst->ch.node_type = UBIFS_MST_NODE; in create_default_filesystem()
274 idx->ch.node_type = UBIFS_IDX_NODE; in create_default_filesystem()
296 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem()
331 cs->ch.node_type = UBIFS_CS_NODE; in create_default_filesystem()
A Dlog.c233 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_add_bud_to_log()
369 cs->ch.node_type = UBIFS_CS_NODE; in ubifs_log_start_commit()
391 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_log_start_commit()
A Dubifs-media.h424 __u8 node_type; member
A Drecovery.c157 if (ch->node_type != UBIFS_MST_NODE) in get_master_node()
831 if (cs_node->ch.node_type != UBIFS_CS_NODE) { in get_cs_sqnum()
832 ubifs_err(c, "Node a CS node, type is %d", cs_node->ch.node_type); in get_cs_sqnum()
A Dlpt.c941 int node_type; in check_lpt_type() local
943 node_type = ubifs_unpack_bits(addr, pos, UBIFS_LPT_TYPE_BITS); in check_lpt_type()
944 if (node_type != type) { in check_lpt_type()
946 node_type, type); in check_lpt_type()
A Ddebug.c225 pr_err("\tnode_type %d (%s)\n", ch->node_type, in dump_ch()
226 dbg_ntype(ch->node_type)); in dump_ch()
322 switch (ch->node_type) { in ubifs_dump_node()
546 (int)ch->node_type); in ubifs_dump_node()
A Dorphan.c291 orph->ch.node_type = UBIFS_ORPH_NODE; in write_orph_node()
A Dtnc.c457 if (ch->node_type != type) in try_read_node()
1689 if (ch->node_type != UBIFS_DATA_NODE) { in validate_data_node()
1691 ch->node_type, UBIFS_DATA_NODE); in validate_data_node()
/u-boot/include/
A Defi_api.h852 uint8_t node_type,

Completed in 62 milliseconds