Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 8 of 8) sorted by relevance

/components/legacy/fdt/src/
A Ddtb_get.c113 dtb_node->properties = (struct dtb_property *)malloc(sizeof(struct dtb_property)); in _dtb_node_get_dtb_nodes_list()
116 if (dtb_node->properties == NULL || dtb_node->child == NULL) in _dtb_node_get_dtb_nodes_list()
123 fdt_exec_status = _dtb_node_get_dtb_properties_list(dtb_node->properties, node_off); in _dtb_node_get_dtb_nodes_list()
126 free(dtb_node->properties); in _dtb_node_get_dtb_nodes_list()
127 dtb_node->properties = NULL; in _dtb_node_get_dtb_nodes_list()
244 dtb_node_head->properties = (struct dtb_property *)malloc(sizeof(struct dtb_property)); in dtb_node_get_dtb_list()
248 if (dtb_node_head->properties == NULL || dtb_node_head->child == NULL) in dtb_node_get_dtb_list()
254 …if ((fdt_exec_status = _dtb_node_get_dtb_properties_list(dtb_node_head->properties, root_off)) != … in dtb_node_get_dtb_list()
287 dtb_property = dtb_node->properties; in _dtb_node_free_dtb_node()
393 dtb_property = dtb_node->properties; in _dtb_node_printf_dtb_node_info()
[all …]
A Ddtb_access.c218 dtb_property = dtb_node->properties; in dtb_node_get_dtb_node_property()
238 for (pp = dn->properties; pp != NULL; pp = pp->next)
A Ddtb_base.c388 for (pp = node->properties; pp; pp = pp->next) in dtb_node_write_prop()
/components/drivers/usb/cherryusb/class/mtp/
A Dusbd_mtp_support.h23 uint16_t *properties; member
/components/legacy/fdt/inc/
A Ddtb_node.h82 struct dtb_property *properties; member
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs.x688 uint32 properties; member
A Dnfs.h849 uint32 properties; member
A Dnfs_xdr.c1491 if (!xdr_uint32(xdrs, &objp->properties)) in xdr_FSINFO3resok()

Completed in 21 milliseconds