Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mcb/
Dmcb-core.c106 struct mcb_bus *bus = to_mcb_bus(dev); in revision_show()
115 struct mcb_bus *bus = to_mcb_bus(dev); in model_show()
124 struct mcb_bus *bus = to_mcb_bus(dev); in minor_show()
133 struct mcb_bus *bus = to_mcb_bus(dev); in name_show()
254 struct mcb_bus *bus = to_mcb_bus(dev); in mcb_free_bus()
/Linux-v5.15/include/linux/
Dmcb.h42 static inline struct mcb_bus *to_mcb_bus(struct device *dev) in to_mcb_bus() function