Searched refs:dev_enable_by_path (Results 1 - 4 of 4) sorted by relevance

/u-boot/board/gdsys/mpc8308/
H A Dgazerbeam.c72 dev_enable_by_path("/localbus@e0005000/iocon_uart@2,0");
73 dev_enable_by_path("/fpga1bus");
77 dev_enable_by_path("/fpga0bus/fpga0_video1");
78 dev_enable_by_path("/fpga0bus/fpga0_iic_video1");
79 dev_enable_by_path("/fpga0bus/fpga0_axi_video1");
83 dev_enable_by_path("/fpga0bus/fpga0_video0");
84 dev_enable_by_path("/fpga0bus/fpga0_iic_video0");
85 dev_enable_by_path("/fpga0bus/fpga0_axi_video0");
/u-boot/include/dm/
H A Ddevice.h993 * dev_enable_by_path() - Enable a device given its device tree path
998 int dev_enable_by_path(const char *path);
/u-boot/drivers/core/
H A Ddevice.c1223 int dev_enable_by_path(const char *path) function
/u-boot/test/dm/
H A Dtest-fdt.c779 dev_enable_by_path("/usb@2");

Completed in 90 milliseconds