| /u-boot/drivers/clk/renesas/ |
| A D | rcar-cpg-lib.c | 73 s64 rcar_clk_get_rate64_div_table(unsigned int parent, u64 parent_rate, in rcar_clk_get_rate64_div_table() 92 int rcar_clk_set_rate64_div_table(unsigned int parent, u64 parent_rate, ulong rate, in rcar_clk_set_rate64_div_table() 111 s64 rcar_clk_get_rate64_rpc(unsigned int parent, u64 parent_rate, void __iomem *reg) in rcar_clk_get_rate64_rpc() 118 u64 rcar_clk_get_rate64_rpcd2(unsigned int parent, u64 parent_rate) in rcar_clk_get_rate64_rpcd2() 129 s64 rcar_clk_get_rate64_sdh(unsigned int parent, u64 parent_rate, void __iomem *reg) in rcar_clk_get_rate64_sdh() 142 s64 rcar_clk_get_rate64_sd(unsigned int parent, u64 parent_rate, void __iomem *reg) in rcar_clk_get_rate64_sd() 149 int rcar_clk_set_rate64_sdh(unsigned int parent, u64 parent_rate, ulong rate, in rcar_clk_set_rate64_sdh() 163 int rcar_clk_set_rate64_sd(unsigned int parent, u64 parent_rate, ulong rate, in rcar_clk_set_rate64_sd()
|
| A D | clk-rcar-gen3.c | 61 struct cpg_mssr_info *info, struct clk *parent) in gen3_clk_get_parent() 105 struct clk parent, grandparent; in gen3_clk_setup_sdif_div() local 164 struct clk *parent, in gen3_clk_get_rate64_pll_mul_reg() 188 struct clk parent; in gen3_clk_get_rate64() local 570 int gen3_cpg_bind(struct udevice *parent) in gen3_cpg_bind()
|
| /u-boot/drivers/core/ |
| A D | device.c | 239 int device_bind_with_driver_data(struct udevice *parent, in device_bind_with_driver_data() 248 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind() 256 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name() 455 struct udevice *parent = dev->parent; in device_get_dma_constraints() local 700 const struct udevice *parent = dev_get_parent(dev); in dev_get_attach_size() local 787 int device_get_child(const struct udevice *parent, int index, in device_get_child() 800 int device_get_child_count(const struct udevice *parent) in device_get_child_count() 811 int device_get_decendent_count(const struct udevice *parent) in device_get_decendent_count() 946 struct udevice *parent = dev->parent; in device_find_next_child() local 1127 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()
|
| /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 133 struct udevice *parent; in dm_test_phy_bulk() local 168 struct udevice *parent; in dm_test_phy_multi_exit() local
|
| A D | nop.c | 19 static int noptest_bind(struct udevice *parent) in noptest_bind()
|
| /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/drivers/clk/imx/ |
| A D | clk.h | 62 static inline struct clk *imx_clk_gate2(const char *name, const char *parent, in imx_clk_gate2() 70 const char *parent, in imx_clk_gate2_shared() 79 const char *parent, in imx_clk_gate2_shared2() 88 static inline struct clk *imx_clk_gate4(const char *name, const char *parent, in imx_clk_gate4() 97 const char *parent, void __iomem *reg, u8 shift, in imx_clk_gate4_flags() 106 const char *parent, unsigned int mult, unsigned int div) in imx_clk_fixed_factor() 112 static inline struct clk *imx_clk_divider(const char *name, const char *parent, in imx_clk_divider() 120 imx_clk_busy_divider(const char *name, const char *parent, void __iomem *reg, in imx_clk_busy_divider() 127 static inline struct clk *imx_clk_divider2(const char *name, const char *parent, in imx_clk_divider2() 190 static inline struct clk *imx_clk_gate(const char *name, const char *parent, in imx_clk_gate() [all …]
|
| /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
|
| /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()
|
| A D | bootdev.h | 425 static inline int bootdev_setup_for_dev(struct udevice *parent, in bootdev_setup_for_dev() 437 static inline int bootdev_unbind_dev(struct udevice *parent) in bootdev_unbind_dev()
|
| /u-boot/drivers/firmware/scmi/ |
| A D | scmi_agent-uclass.c | 115 struct udevice *parent = dev; in find_scmi_transport_device() local 134 struct udevice *parent; in devm_scmi_of_get_channel() local 153 struct udevice *parent; in devm_scmi_process_msg() local
|
| /u-boot/drivers/clk/tegra/ |
| A D | tegra-car-clk.c | 35 enum clock_id parent; in tegra_car_clk_get_rate() local 46 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/drivers/phy/rockchip/ |
| A D | phy-rockchip-inno-usb2.c | 96 struct udevice *parent = dev_get_parent(phy->dev); in us2phy_get_port() local 105 struct udevice *parent = dev_get_parent(phy->dev); in rockchip_usb2phy_power_on() local 119 struct udevice *parent = dev_get_parent(phy->dev); in rockchip_usb2phy_power_off() local 130 struct udevice *parent = dev_get_parent(phy->dev); in rockchip_usb2phy_init() local 154 struct udevice *parent = dev_get_parent(phy->dev); in rockchip_usb2phy_exit() local 205 struct udevice *parent = dev_get_parent(clk->dev); in rockchip_usb2phy_clk_enable() local 228 struct udevice *parent = dev_get_parent(clk->dev); in rockchip_usb2phy_clk_disable() local
|
| /u-boot/drivers/clk/rockchip/ |
| A D | clk_rv1126.c | 595 u32 con, div, sel, parent; in rv1126_pdbus_get_clk() local 689 u32 con, div, parent; in rv1126_pdphp_get_clk() local 914 u32 div, sel, con, parent; in rv1126_crypto_get_clk() local 1080 u32 div, sel, con, parent; in rv1126_sfc_get_clk() local 1112 u32 div, sel, con, parent; in rv1126_nand_get_clk() local 1144 u32 div, sel, con, parent; in rv1126_aclk_vop_get_clk() local 1177 u32 div, sel, con, parent; in rv1126_dclk_vop_get_clk() local 1240 u32 div, sel, con, parent; in rv1126_scr1_get_clk() local 1273 u32 div, sel, con, parent; in rv1126_gmac_src_get_clk() local 1306 u32 div, sel, con, parent; in rv1126_gmac_out_get_clk() local [all …]
|
| 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/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/disk/ |
| A D | disk-uclass.c | 71 struct udevice *parent; in part_blk_read() local 94 struct udevice *parent; in part_blk_write() local 117 struct udevice *parent; in part_blk_erase() 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/ |
| A D | clk.c | 21 struct udevice *parent; in clk_register() local 100 int ccf_clk_set_parent(struct clk *clk, struct clk *parent) in ccf_clk_set_parent()
|
| /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/mediatek/ |
| A D | clk-mtk.h | 65 const int parent; member 86 const int parent; member 115 const int *parent; member 191 const int parent; member 211 struct udevice *parent; member 217 struct udevice *parent; member
|
| A D | clk-mtk.c | 47 struct clk parent = { .id = id, }; in mtk_clk_find_parent_rate() local 57 static int mtk_clk_mux_set_parent(void __iomem *base, u32 parent, in mtk_clk_mux_set_parent() 475 static int mtk_common_clk_set_parent(struct clk *clk, struct clk *parent) in mtk_common_clk_set_parent() 581 struct udevice *parent; in mtk_common_clk_init() local 607 struct udevice *parent; in mtk_common_clk_gate_init() local
|
| /u-boot/boot/ |
| A D | bootdev-uclass.c | 90 int bootdev_bind(struct udevice *parent, const char *drv_name, const char *name, in bootdev_bind() 230 int bootdev_setup_for_dev(struct udevice *parent, const char *drv_name) in bootdev_setup_for_dev() 267 struct udevice *parent, *dev; in bootdev_setup_sibling_blk() local 301 struct udevice *parent = dev_get_parent(dev); in bootdev_get_sibling_blk() local 330 struct udevice *parent = dev_get_parent(blk); in bootdev_get_from_blk() local 350 int bootdev_unbind_dev(struct udevice *parent) in bootdev_unbind_dev()
|