Searched refs:scm_bus_type (Results 1 – 1 of 1) sorted by relevance
46 static const struct bus_type scm_bus_type = { variable61 drv->bus = &scm_bus_type; in scm_driver_register()150 scmdev->dev.bus = &scm_bus_type; in scmdev_setup()191 dev = bus_find_device(&scm_bus_type, NULL, sale, check_address); in scmdev_find()271 return bus_for_each_dev(&scm_bus_type, NULL, NULL, scm_dev_avail); in scm_process_availability_information()278 ret = bus_register(&scm_bus_type); in scm_init()284 bus_unregister(&scm_bus_type); in scm_init()
Completed in 4 milliseconds