Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/common/
H A Dfsl-dt-fixup.c36 int *node_offset, const char **node_type) in fdt_usb_get_node_type() argument
46 *node_type = compat_usb_fsl[i]; in fdt_usb_get_node_type()
60 const char *node_type = NULL; in fdt_fixup_usb_mode_phy_type() local
65 &node_offset, &node_type); in fdt_fixup_usb_mode_phy_type()
74 prop_mode, node_type, fdt_strerror(err)); in fdt_fixup_usb_mode_phy_type()
82 prop_type, node_type, fdt_strerror(err)); in fdt_fixup_usb_mode_phy_type()
93 const char *node_type = NULL; in fsl_fdt_fixup_usb_erratum() local
97 &node_offset, &node_type); in fsl_fdt_fixup_usb_erratum()
101 if (!strcmp(node_type, FSL_USB2_MPH) || !strcmp(node_type, FSL_USB2_DR)) in fsl_fdt_fixup_usb_erratum()
104 node_name = node_type; in fsl_fdt_fixup_usb_erratum()
[all …]
/openbmc/u-boot/lib/efi_loader/
H 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()
/openbmc/u-boot/fs/ubifs/
H A Dlpt_commit.c1034 static int make_node_dirty(struct ubifs_info *c, int node_type, int node_num, in make_node_dirty() argument
1037 switch (node_type) { in make_node_dirty()
1055 static int get_lpt_node_len(const struct ubifs_info *c, int node_type) in get_lpt_node_len() argument
1057 switch (node_type) { in get_lpt_node_len()
1097 int pos = 0, node_type; in get_lpt_node_type() local
1099 node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS); in get_lpt_node_type()
1101 return node_type; in get_lpt_node_type()
1115 int pos = 0, node_type, node_len; in is_a_node() local
1120 node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS); in is_a_node()
1121 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node()
[all …]
H A Dscan.c81 dbg_ntype(ch->node_type), lnum, offs); in ubifs_scan_a_node()
86 if (ch->node_type == UBIFS_PAD_NODE) { in ubifs_scan_a_node()
198 snod->type = ch->node_type; in ubifs_add_snod()
203 switch (ch->node_type) { in ubifs_add_snod()
H A Dio.c257 type = ch->node_type; in ubifs_check_node()
330 ch->node_type = UBIFS_PAD_NODE; in ubifs_pad()
687 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock()
870 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node()
941 if (type != ch->node_type) { in ubifs_read_node_wbuf()
943 ch->node_type, type); in ubifs_read_node_wbuf()
997 if (type != ch->node_type) { in ubifs_read_node()
999 ch->node_type, type); in ubifs_read_node()
H A Dsb.c164 sup->ch.node_type = UBIFS_SB_NODE; in create_default_filesystem()
206 mst->ch.node_type = UBIFS_MST_NODE; in create_default_filesystem()
272 idx->ch.node_type = UBIFS_IDX_NODE; in create_default_filesystem()
294 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem()
329 cs->ch.node_type = UBIFS_CS_NODE; in create_default_filesystem()
H A Dlog.c231 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_add_bud_to_log()
367 cs->ch.node_type = UBIFS_CS_NODE; in ubifs_log_start_commit()
389 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_log_start_commit()
H A Dubifs-media.h424 __u8 node_type; member
H A Drecovery.c154 if (ch->node_type != UBIFS_MST_NODE) in get_master_node()
828 if (cs_node->ch.node_type != UBIFS_CS_NODE) { in get_cs_sqnum()
829 ubifs_err(c, "Node a CS node, type is %d", cs_node->ch.node_type); in get_cs_sqnum()
H A Dlpt.c939 int node_type; in check_lpt_type() local
941 node_type = ubifs_unpack_bits(addr, pos, UBIFS_LPT_TYPE_BITS); in check_lpt_type()
942 if (node_type != type) { in check_lpt_type()
944 node_type, type); in check_lpt_type()
H A Ddebug.c223 pr_err("\tnode_type %d (%s)\n", ch->node_type, in dump_ch()
224 dbg_ntype(ch->node_type)); in dump_ch()
320 switch (ch->node_type) { in ubifs_dump_node()
544 (int)ch->node_type); in ubifs_dump_node()
H A Dtnc.c452 if (ch->node_type != type) in try_read_node()
1684 if (ch->node_type != UBIFS_DATA_NODE) { in validate_data_node()
1686 ch->node_type, UBIFS_DATA_NODE); in validate_data_node()
H A Dorphan.c289 orph->ch.node_type = UBIFS_ORPH_NODE; in write_orph_node()
/openbmc/u-boot/include/
H A Defi_api.h705 uint8_t node_type,