Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mfd/
Dmcp-core.c45 static struct bus_type mcp_bus_type = { variable
180 mcp->attached_device.bus = &mcp_bus_type; in mcp_host_alloc()
210 mcpdrv->drv.bus = &mcp_bus_type; in mcp_driver_register()
223 return bus_register(&mcp_bus_type); in mcp_init()
228 bus_unregister(&mcp_bus_type); in mcp_exit()