Home
last modified time | relevance | path

Searched refs:dt_name (Results 1 – 2 of 2) sorted by relevance

/u-boot/net/
A Dmdio-uclass.c40 const char *dt_name; in dm_mdio_post_bind() local
44 dt_name = dev_read_string(dev, "device-name"); in dm_mdio_post_bind()
45 if (dt_name) { in dm_mdio_post_bind()
46 debug("renaming dev %s to %s\n", dev->name, dt_name); in dm_mdio_post_bind()
47 device_set_name(dev, dt_name); in dm_mdio_post_bind()
/u-boot/drivers/power/regulator/
A Dda9063.c108 #define DA9063_BUCK(regl_name, dt_name, \ argument
111 .dt_node_name = dt_name, \

Completed in 4 milliseconds