/u-boot/drivers/core/ |
A D | device.c | 232 int device_bind_with_driver_data(struct udevice *parent, in device_bind_with_driver_data() 241 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind() 249 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name() 449 struct udevice *parent = dev->parent; in device_get_dma_constraints() local 692 int device_get_child(const struct udevice *parent, int index, in device_get_child() 705 int device_get_child_count(const struct udevice *parent) in device_get_child_count() 733 int device_get_child_by_seq(const struct udevice *parent, int seq, in device_get_child_by_seq() 848 struct udevice *parent = dev->parent; in device_find_next_child() local 860 int device_find_first_inactive_child(const struct udevice *parent, in device_find_first_inactive_child() 1022 struct udevice *parent = dev->parent; in device_is_last_sibling() local [all …]
|
A D | lists.c | 54 static int bind_drivers_pass(struct udevice *parent, bool pre_reloc_only) in bind_drivers_pass() 109 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only) in lists_bind_drivers() 132 int device_bind_driver(struct udevice *parent, const char *drv_name, in device_bind_driver() 139 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name, in device_bind_driver_to_node() 184 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp, in lists_bind_fdt()
|
A D | of_addr.c | 132 struct device_node *parent; in of_get_address() local 166 static int of_translate_one(const struct device_node *parent, in of_translate_one() 238 struct device_node *parent = NULL; in __of_translate_address() local 325 struct device_node *parent; in of_get_dma_range() local
|
/u-boot/lib/ |
A D | rbtree.c | 56 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local 66 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local 192 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color() 354 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color() 436 struct rb_node *parent; in rb_next() local 468 struct rb_node *parent; in rb_prev() local 498 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local 526 const struct rb_node *parent; in rb_next_postorder() local
|
/u-boot/test/dm/ |
A D | phy.c | 23 struct udevice *parent; in dm_test_phy_base() local 64 struct udevice *parent; in dm_test_phy_ops() local 119 struct udevice *parent; in dm_test_phy_bulk() local
|
A D | nop.c | 19 static int noptest_bind(struct udevice *parent) in noptest_bind()
|
A D | fdtdec.c | 70 int blob_sz, parent, subnode; in dm_test_fdtdec_add_reserved_memory() local
|
/u-boot/drivers/clk/ti/ |
A D | clk-mux.c | 41 struct clk *parent) in clk_ti_mux_get_parent_index() 77 static int clk_ti_mux_set_parent(struct clk *clk, struct clk *parent) in clk_ti_mux_set_parent() 107 struct clk *parent; in clk_ti_mux_set_rate() local 127 struct clk *parent; in clk_ti_mux_get_rate() local 143 struct clk *parent; in clk_ti_mux_round_rate() local 162 struct clk *parent; in clk_ti_mux_request() local
|
A D | clk-am3-dpll-x2.c | 17 struct clk parent; member
|
/u-boot/drivers/clk/imx/ |
A D | clk.h | 57 static inline struct clk *imx_clk_gate2(const char *name, const char *parent, in imx_clk_gate2() 64 static inline struct clk *imx_clk_gate4(const char *name, const char *parent, in imx_clk_gate4() 73 const char *parent, void __iomem *reg, u8 shift, in imx_clk_gate4_flags() 82 const char *parent, unsigned int mult, unsigned int div) in imx_clk_fixed_factor() 88 static inline struct clk *imx_clk_divider(const char *name, const char *parent, in imx_clk_divider() 96 imx_clk_busy_divider(const char *name, const char *parent, void __iomem *reg, in imx_clk_busy_divider() 103 static inline struct clk *imx_clk_divider2(const char *name, const char *parent, in imx_clk_divider2() 166 static inline struct clk *imx_clk_gate(const char *name, const char *parent, in imx_clk_gate() 173 static inline struct clk *imx_clk_gate_flags(const char *name, const char *parent, in imx_clk_gate_flags() 180 static inline struct clk *imx_clk_gate3(const char *name, const char *parent, in imx_clk_gate3()
|
/u-boot/include/ |
A D | sandbox-clk.h | 36 const char *parent, in sandbox_clk_fixed_factor() 45 const char *parent, in sandbox_clk_divider() 53 static inline struct clk *sandbox_clk_gate(const char *name, const char *parent, in sandbox_clk_gate() 68 const char *parent, in sandbox_clk_gate2()
|
/u-boot/drivers/clk/tegra/ |
A D | tegra-car-clk.c | 43 enum clock_id parent; in tegra_car_clk_get_rate() local 54 enum clock_id parent; in tegra_car_clk_set_rate() local
|
/u-boot/fs/btrfs/common/ |
A D | rbtree-utils.c | 26 struct rb_node *parent = NULL; in rb_insert() local 50 struct rb_node *parent = NULL; in rb_search() local
|
/u-boot/cmd/ |
A D | bind.c | 19 struct udevice *parent; in bind_by_class_index() local 98 struct udevice *parent; in unbind_child_by_class_index() local 126 struct udevice *parent = NULL; in bind_by_node_path() local
|
/u-boot/drivers/phy/rockchip/ |
A D | phy-rockchip-inno-usb2.c | 82 struct udevice *parent = dev_get_parent(phy->dev); in us2phy_get_port() local 91 struct udevice *parent = dev_get_parent(phy->dev); in rockchip_usb2phy_power_on() local 105 struct udevice *parent = dev_get_parent(phy->dev); in rockchip_usb2phy_power_off() local 116 struct udevice *parent = dev_get_parent(phy->dev); in rockchip_usb2phy_init() local 140 struct udevice *parent = dev_get_parent(phy->dev); in rockchip_usb2phy_exit() local
|
/u-boot/scripts/kconfig/ |
A D | qconf.h | 48 ConfigView* parent(void) const in parent() function 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() function 136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() 197 ConfigView* parent(void) const in parent() function
|
/u-boot/drivers/clk/renesas/ |
A D | clk-rcar-gen3.c | 92 struct cpg_mssr_info *info, struct clk *parent) in gen3_clk_get_parent() 118 struct clk parent; in gen3_clk_setup_sdif_div() local 162 struct clk parent; in gen3_clk_get_rate64() local
|
A D | clk-rcar-gen2.c | 80 struct clk parent; in gen2_clk_get_rate() local 216 struct clk parent, pparent; in gen2_clk_setup_mmcif_div() local
|
/u-boot/fs/ubifs/ |
A D | lpt.c | 556 struct ubifs_nnode *parent, int iip) in calc_nnode_num_from_parent() 581 struct ubifs_nnode *parent, int iip) in calc_pnode_num_from_parent() 1094 struct ubifs_nnode *parent, int iip) in validate_nnode() 1138 struct ubifs_nnode *parent, int iip) in validate_pnode() 1192 int ubifs_read_nnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip) in ubifs_read_nnode() 1396 struct ubifs_nnode *parent, int iip) in ubifs_get_nnode() 1422 struct ubifs_nnode *parent, int iip) in ubifs_get_pnode() 1802 struct ubifs_nnode *parent, int iip) in scan_get_nnode() 1861 struct ubifs_nnode *parent, int iip) in scan_get_pnode() 1994 struct ubifs_nnode *parent; in ubifs_lpt_scan_nolock() local [all …]
|
/u-boot/drivers/clk/rockchip/ |
A D | clk_rk3308.c | 458 u32 div, pll_sel, vol_sel, con, parent; in rk3308_vop_get_clk() local 548 u32 div, con, parent = priv->dpll_hz; in rk3308_bus_get_clk() local 612 u32 div, con, parent = priv->dpll_hz; in rk3308_peri_get_clk() local 675 u32 div, con, parent = priv->vpll0_hz; in rk3308_audio_get_clk() local 730 u32 div, con, parent; in rk3308_crypto_get_clk() local 943 static int __maybe_unused rk3308_mac_set_parent(struct clk *clk, struct clk *parent) in rk3308_mac_set_parent() 962 static int __maybe_unused rk3308_clk_set_parent(struct clk *clk, struct clk *parent) in rk3308_clk_set_parent()
|
/u-boot/include/dm/ |
A D | device.h | 172 struct udevice *parent; member 865 #define device_foreach_child_safe(pos, next, parent) \ argument 874 #define device_foreach_child(pos, parent) \ argument 890 #define device_foreach_child_of_to_plat(pos, parent) \ argument 907 #define device_foreach_child_probe(pos, parent) \ argument
|
/u-boot/drivers/clk/ |
A D | clk.c | 19 struct udevice *parent; in clk_register() local
|
A D | clk_fixed_factor.c | 15 struct clk parent; member
|
/u-boot/drivers/clk/kendryte/ |
A D | bypass.c | 73 struct clk *parent = clk_get_parent(child); in k210_bypass_dobypass() local 152 static int k210_bypass_set_parent(struct clk *clk, struct clk *parent) in k210_bypass_set_parent()
|
/u-boot/arch/arm/mach-rockchip/ |
A D | spl-boot-order.c | 35 struct udevice *parent; in spl_node_to_boot_device() local
|