Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mfd/
Dmcp-core.c44 static struct bus_type mcp_bus_type = { variable
179 mcp->attached_device.bus = &mcp_bus_type; in mcp_host_alloc()
209 mcpdrv->drv.bus = &mcp_bus_type; in mcp_driver_register()
222 return bus_register(&mcp_bus_type); in mcp_init()
227 bus_unregister(&mcp_bus_type); in mcp_exit()