Searched refs:ofnode_by_compatible (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/net/qe/ |
A D | dm_qe_uec_phy.c | 116 node = ofnode_by_compatible(ofnode_null(), "ucc_geth"); in qe_uec_mdio_probe() 125 node = ofnode_by_compatible(node, "ucc_geth"); in qe_uec_mdio_probe() 137 node = ofnode_by_compatible(node, "ucc_geth"); in qe_uec_mdio_probe()
|
/u-boot/arch/arm/mach-rockchip/ |
A D | board.c | 77 node = ofnode_by_compatible(ofnode_null(), "snps,dwc2"); in board_usb_init() 85 node = ofnode_by_compatible(node, "snps,dwc2"); in board_usb_init()
|
/u-boot/board/sipeed/maix/ |
A D | maix.c | 25 memory = ofnode_by_compatible(ofnode_null(), "kendryte,k210-sram"); in board_init()
|
/u-boot/arch/x86/lib/ |
A D | mrccache.c | 252 node = ofnode_by_compatible(ofnode_null(), "jedec,spi-nor"); in mrccache_get_region()
|
/u-boot/include/dm/ |
A D | ofnode.h | 925 ofnode ofnode_by_compatible(ofnode from, const char *compat);
|
/u-boot/drivers/usb/mtu3/ |
A D | mtu3_plat.c | 316 node = ofnode_by_compatible(dev_ofnode(parent), "mediatek,ssusb"); in mtu3_glue_bind()
|
/u-boot/drivers/usb/cdns3/ |
A D | core.c | 396 node = ofnode_by_compatible(dev_ofnode(parent), "cdns,usb3"); in cdns3_bind()
|
/u-boot/drivers/fpga/ |
A D | socfpga_arria10.c | 461 return ofnode_by_compatible(from, "altr,socfpga-a10-fpga-mgr"); in get_fpga_mgr_ofnode()
|
/u-boot/drivers/core/ |
A D | ofnode.c | 950 ofnode ofnode_by_compatible(ofnode from, const char *compat) in ofnode_by_compatible() function
|
/u-boot/drivers/clk/ |
A D | clk_stm32mp1.c | 1288 node = ofnode_by_compatible(ofnode_null(), "operating-points-v2"); in stm32mp1_get_max_opp_freq()
|
Completed in 19 milliseconds