Searched refs:coresight_bustype (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c525 dev = bus_find_device(&coresight_bustype, NULL, &id,
895 bus_for_each_dev(&coresight_bustype, NULL, csdev,
973 return bus_for_each_dev(&coresight_bustype, NULL,
1154 csdev->dev.bus = &coresight_bustype;
1364 const struct bus_type coresight_bustype = { variable in typeref:struct:bus_type
1372 ret = bus_register(&coresight_bustype);
1387 bus_unregister(&coresight_bustype);
1395 bus_unregister(&coresight_bustype);
H A Dcoresight-platform.c132 dev = bus_find_device_by_fwnode(&coresight_bustype, r_fwnode);
/linux-master/include/linux/
H A Dcoresight.h38 extern const struct bus_type coresight_bustype;

Completed in 104 milliseconds