Searched refs:dev_enable_by_path (Results 1 – 4 of 4) sorted by relevance
67 dev_enable_by_path("/localbus@e0005000/iocon_uart@2,0"); in board_early_init_r()68 dev_enable_by_path("/fpga1bus"); in board_early_init_r()72 dev_enable_by_path("/fpga0bus/fpga0_video1"); in board_early_init_r()73 dev_enable_by_path("/fpga0bus/fpga0_iic_video1"); in board_early_init_r()74 dev_enable_by_path("/fpga0bus/fpga0_axi_video1"); in board_early_init_r()78 dev_enable_by_path("/fpga0bus/fpga0_video0"); in board_early_init_r()79 dev_enable_by_path("/fpga0bus/fpga0_iic_video0"); in board_early_init_r()80 dev_enable_by_path("/fpga0bus/fpga0_axi_video0"); in board_early_init_r()
669 int dev_enable_by_path(const char *path);
722 dev_enable_by_path("/usb@2"); in dm_test_fdt_disable_enable_by_path()
884 int dev_enable_by_path(const char *path) in dev_enable_by_path() function