Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 192) sorted by relevance

12345678

/u-boot/drivers/core/
A Ddevice.c232 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 Dlists.c54 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 Dof_addr.c132 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 Drbtree.c56 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 Dphy.c23 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 Dnop.c19 static int noptest_bind(struct udevice *parent) in noptest_bind()
A Dfdtdec.c70 int blob_sz, parent, subnode; in dm_test_fdtdec_add_reserved_memory() local
/u-boot/drivers/clk/ti/
A Dclk-mux.c41 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 Dclk-am3-dpll-x2.c17 struct clk parent; member
/u-boot/drivers/clk/imx/
A Dclk.h57 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 Dsandbox-clk.h36 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 Dtegra-car-clk.c43 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 Drbtree-utils.c26 struct rb_node *parent = NULL; in rb_insert() local
50 struct rb_node *parent = NULL; in rb_search() local
/u-boot/cmd/
A Dbind.c19 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 Dphy-rockchip-inno-usb2.c82 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 Dqconf.h48 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 Dclk-rcar-gen3.c92 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 Dclk-rcar-gen2.c80 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 Dlpt.c556 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 Dclk_rk3308.c458 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 Ddevice.h172 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 Dclk.c19 struct udevice *parent; in clk_register() local
A Dclk_fixed_factor.c15 struct clk parent; member
/u-boot/drivers/clk/kendryte/
A Dbypass.c73 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 Dspl-boot-order.c35 struct udevice *parent; in spl_node_to_boot_device() local

Completed in 51 milliseconds

12345678