Searched refs:dev_read_name (Results 1 – 9 of 9) sorted by relevance
| /u-boot/drivers/video/rockchip/ |
| A D | rk_vop.c | 261 dev_read_name(dev), fbbase, ofnode_get_name(ep_node)); in rk_display_init() 296 __func__, dev_read_name(dev)); in rk_display_init() 307 __func__, dev_read_name(dev)); in rk_display_init() 323 __func__, dev_read_name(dev), compat); in rk_display_init() 463 __func__, dev_read_name(dev)); in rk_vop_probe()
|
| /u-boot/drivers/clk/ |
| A D | clk-uclass.c | 231 __func__, index, dev_read_name(dev)); in clk_set_default_parents() 252 __func__, index, dev_read_name(dev)); in clk_set_default_parents() 281 __func__, index, dev_read_name(dev)); in clk_set_default_parents() 381 debug("%s(%s)\n", __func__, dev_read_name(dev)); in clk_set_defaults()
|
| /u-boot/drivers/i2c/ |
| A D | i2c-uclass.c | 583 __func__, dev_read_name(bus), bus->name); in i2c_deblock_gpio() 594 __func__, dev_read_name(bus), bus->name); in i2c_deblock_gpio() 603 __func__, dev_read_name(bus), bus->name); in i2c_deblock_gpio() 641 dev_read_name(dev), dev->name); in i2c_chip_of_to_plat()
|
| /u-boot/drivers/gpio/ |
| A D | sl28cpld-gpio.c | 147 uc_priv->bank_name = dev_read_name(dev); in sl28cpld_gpio_probe()
|
| A D | hsdk-creg-gpio.c | 96 uc_priv->bank_name = dev_read_name(dev); in hsdk_creg_gpio_probe()
|
| /u-boot/include/dm/ |
| A D | read.h | 369 const char *dev_read_name(const struct udevice *dev); 1011 static inline const char *dev_read_name(const struct udevice *dev) in dev_read_name() function
|
| /u-boot/drivers/phy/ |
| A D | phy-ti-am654.c | 346 dev_read_name(dev), dev_ofnode(dev), in serdes_am654_bind()
|
| /u-boot/drivers/core/ |
| A D | read.c | 220 const char *dev_read_name(const struct udevice *dev) in dev_read_name() function
|
| /u-boot/drivers/power/regulator/ |
| A D | regulator-uclass.c | 427 uc_pdata->name = dev_read_name(dev); in regulator_post_bind()
|
Completed in 31 milliseconds