Home
last modified time | relevance | path

Searched refs:bus_find_device_by_fwnode (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/base/
Ddevcon.c161 dev = bus_find_device_by_fwnode(bus, con->fwnode); in device_connection_fwnode_match()
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-platform.c49 dev = bus_find_device_by_fwnode(&platform_bus_type, fwnode); in coresight_find_device_by_fwnode()
57 return bus_find_device_by_fwnode(&amba_bustype, fwnode); in coresight_find_device_by_fwnode()
Dcoresight.c1049 dev = bus_find_device_by_fwnode(&coresight_bustype, conn->child_fwnode); in coresight_fixup_device_conns()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_misc.c762 dev = bus_find_device_by_fwnode(&platform_bus_type, fwnode); in hns_dsaf_find_platform_device()
/Linux-v5.4/include/linux/
Ddevice.h212 bus_find_device_by_fwnode(struct bus_type *bus, const struct fwnode_handle *fwnode) in bus_find_device_by_fwnode() function
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c4503 dev = bus_find_device_by_fwnode(&platform_bus_type, fwnode); in hns_roce_find_pdev()