Home
last modified time | relevance | path

Searched refs:ssam_bus_type (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/platform/surface/aggregator/
Dbus.c83 sdev->dev.bus = &ssam_bus_type; in ssam_device_alloc()
327 struct bus_type ssam_bus_type = { variable
333 EXPORT_SYMBOL_GPL(ssam_bus_type);
347 sdrv->driver.bus = &ssam_bus_type; in __ssam_device_driver_register()
396 return bus_register(&ssam_bus_type); in ssam_bus_register()
404 return bus_unregister(&ssam_bus_type); in ssam_bus_unregister()
/linux-5.19.10/include/linux/surface_aggregator/
Ddevice.h180 extern struct bus_type ssam_bus_type;