Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spmi/
Dspmi.c371 static struct bus_type spmi_bus_type = { variable
397 sdev->dev.bus = &spmi_bus_type; in spmi_device_alloc()
428 ctrl->dev.bus = &spmi_bus_type; in spmi_controller_alloc()
568 sdrv->driver.bus = &spmi_bus_type; in __spmi_driver_register()
576 bus_unregister(&spmi_bus_type); in spmi_exit()
584 ret = bus_register(&spmi_bus_type); in spmi_init()