Home
last modified time | relevance | path

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

/linux/drivers/tty/serdev/
H A Dcore.c427 static const struct bus_type serdev_bus_type = {
453 serdev->dev.bus = &serdev_bus_type; in serdev_device_alloc()
497 ctrl->dev.bus = &serdev_bus_type; in serdev_controller_alloc()
530 struct device *dev = bus_find_device_by_of_node(&serdev_bus_type, node); in of_serdev_register_devices()
871 sdrv->driver.bus = &serdev_bus_type; in serdev_init()
886 bus_unregister(&serdev_bus_type);
895 ret = bus_register(&serdev_bus_type);
426 static const struct bus_type serdev_bus_type = { global() variable