| /include/dm/ |
| A D | ofnode.h | 27 ofnode node; member 119 ofnode node; in noffset_to_ofnode() local 126 return node; in noffset_to_ofnode() 207 ofnode node; in offset_to_ofnode() local 214 return node; in offset_to_ofnode() 225 ofnode node; in np_to_ofnode() local 229 return node; in np_to_ofnode() 310 ofnode node; in ofnode_null() local 317 return node; in ofnode_null() 1462 node = ofnode_next_subnode(node)) [all …]
|
| A D | lists.h | 64 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp, 95 const char *dev_name, ofnode node,
|
| A D | of_extra.h | 50 int ofnode_read_fmap_entry(ofnode node, struct fmap_entry *entry); 67 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep,
|
| A D | ofnode_decl.h | 93 ofnode node; member
|
| A D | uclass-internal.h | 214 int uclass_find_device_by_of_offset(enum uclass_id id, int node, 230 int uclass_find_device_by_ofnode(enum uclass_id id, ofnode node,
|
| A D | device-internal.h | 117 const char *name, void *plat, ofnode node, 141 ulong driver_data, ofnode node,
|
| /include/linux/ |
| A D | rbtree.h | 43 #define RB_EMPTY_NODE(node) \ argument 44 ((node)->__rb_parent_color == (unsigned long)(node)) 45 #define RB_CLEAR_NODE(node) \ argument 46 ((node)->__rb_parent_color = (unsigned long)(node)) 65 static inline void rb_link_node(struct rb_node * node, struct rb_node * parent, in rb_link_node() argument 68 node->__rb_parent_color = (unsigned long)parent; in rb_link_node() 69 node->rb_left = node->rb_right = NULL; in rb_link_node() 71 *rb_link = node; in rb_link_node()
|
| A D | rbtree_augmented.h | 47 rbtype augmented = rbcompute(node); \ 48 if (node->rbaugmented == augmented) \ 50 node->rbaugmented = augmented; \ 51 rb = rb_parent(&node->rbfield); \ 116 struct rb_node *child = node->rb_right, *tmp = node->rb_left; in __rb_erase_augmented() 128 pc = node->__rb_parent_color; in __rb_erase_augmented() 141 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 159 augment->copy(node, successor); in __rb_erase_augmented() 183 augment->copy(node, successor); in __rb_erase_augmented() 187 successor->rb_left = tmp = node->rb_left; in __rb_erase_augmented() [all …]
|
| /include/ |
| A D | fdtdec.h | 196 int node; member 292 int fdtdec_next_compatible(const void *blob, int node, 410 fdt_addr_t fdtdec_get_addr(const void *blob, int node, 438 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node, 451 int fdtdec_get_pci_vendev(const void *blob, int node, 476 int fdtdec_get_pci_bus_range(const void *blob, int node, 543 int fdtdec_get_is_enabled(const void *blob, int node); 716 int fdtdec_get_int_array_count(const void *blob, int node, 735 const u32 *fdtdec_locate_array(const void *blob, int node, 758 int fdtdec_get_child_count(const void *blob, int node); [all …]
|
| A D | atf_common.h | 193 #define for_each_bl_params_node(bl_params, node) \ argument 194 for ((node) = (bl_params)->head; \ 195 (node); \ 196 (node) = (node)->next_params_info)
|
| A D | fdt_support.h | 143 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop, 369 #define fdt_for_each_node_by_compatible(node, fdt, start, compat) \ argument 370 for (node = fdt_node_offset_by_compatible(fdt, start, compat); \ 371 node >= 0; \ 372 node = fdt_node_offset_by_compatible(fdt, node, compat)) 383 u64 fdt_get_base_address(const void *fdt, int node); 384 int fdt_read_range(void *fdt, int node, int n, uint64_t *child_addr, 460 int fdt_setup_simplefb_node(void *fdt, int node, u64 base_address, u32 width, 496 int fdtdec_get_int(const void *blob, int node, const char *prop_name, 507 int fdtdec_get_child_count(const void *blob, int node);
|
| A D | reset.h | 165 ofnode node); 177 ofnode node); 210 int reset_get_by_index_nodev(ofnode node, int index, 392 ofnode node) in devm_reset_bulk_get_by_node() argument 398 ofnode node) in devm_reset_bulk_get_optional_by_node() argument
|
| A D | upl.h | 356 int _upl_add_image(int node, ulong load_addr, ulong size, const char *desc); 367 static inline int upl_add_image(const void *fit, int node, ulong load_addr, in upl_add_image() argument 371 const char *desc = fdt_getprop(fit, node, FIT_DESC_PROP, NULL); in upl_add_image() 373 return _upl_add_image(node, load_addr, size, desc); in upl_add_image()
|
| A D | clk.h | 158 int clk_get_by_index_nodev(ofnode node, int index, struct clk *clk); 201 int clk_get_by_name_nodev(ofnode node, const char *name, struct clk *clk); 274 static inline int clk_get_by_index_nodev(ofnode node, int index, in clk_get_by_index_nodev() argument 303 clk_get_by_name_nodev(ofnode node, const char *name, struct clk *clk) in clk_get_by_name_nodev() argument 350 static inline int clk_get_by_name_nodev_optional(ofnode node, const char *name, in clk_get_by_name_nodev_optional() argument 355 ret = clk_get_by_name_nodev(node, name, clk); in clk_get_by_name_nodev_optional()
|
| A D | syscon.h | 90 struct regmap *syscon_node_to_regmap(ofnode node);
|
| A D | phy.h | 138 ofnode node; member 214 struct phy_device *fixed_phy_create(ofnode node); 218 static inline struct phy_device *fixed_phy_create(ofnode node) in fixed_phy_create() argument 269 if (ofnode_valid(phydev->node)) in phy_get_ofnode() 270 return phydev->node; in phy_get_ofnode()
|
| /include/linux/usb/ |
| A D | otg.h | 28 enum usb_dr_mode usb_get_dr_mode(ofnode node); 38 enum usb_dr_mode usb_get_role_switch_default_mode(ofnode node); 47 enum usb_device_speed usb_get_maximum_speed(ofnode node);
|
| A D | phy.h | 32 enum usb_phy_interface usb_get_phy_mode(ofnode node); 34 static inline enum usb_phy_interface usb_get_phy_mode(ofnode node) in usb_get_phy_mode() argument
|
| /include/u-boot/ |
| A D | rsa-mod-exp.h | 65 struct key_prop *node, uint8_t *out); 68 struct key_prop *node, uint8_t *out); 99 uint32_t sig_len, struct key_prop *node,
|
| A D | uuid.h | 68 unsigned char node[6]; member
|
| /include/power/ |
| A D | act8846_pmic.h | 31 int node; /*device tree node*/ member
|
| /include/acpi/ |
| A D | acpi_dp.h | 247 int acpi_dp_ofnode_copy_int(ofnode node, struct acpi_dp *dp, const char *prop); 259 int acpi_dp_ofnode_copy_str(ofnode node, struct acpi_dp *dp, const char *prop);
|
| /include/linux/i3c/ |
| A D | master.h | 39 struct list_head node; member 98 struct list_head node; member 212 struct list_head node; member 554 list_for_each_entry(dev, &(bus)->devs.i2c, common.node) 565 list_for_each_entry(dev, &(bus)->devs.i3c, common.node)
|
| /include/cavium/ |
| A D | atf.h | 16 ssize_t atf_dram_size(unsigned int node);
|
| /include/xen/ |
| A D | xenbus.h | 107 const char *node, const char *path,
|