Home
last modified time | relevance | path

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

/linux/drivers/mcb/
H A Dmcb-core.c109 struct mcb_bus *bus = to_mcb_bus(dev); in revision_show()
118 struct mcb_bus *bus = to_mcb_bus(dev); in model_show()
127 struct mcb_bus *bus = to_mcb_bus(dev); in minor_show()
136 struct mcb_bus *bus = to_mcb_bus(dev); in name_show()
258 struct mcb_bus *bus = to_mcb_bus(dev); in mcb_free_bus()
/linux/include/linux/
H A Dmcb.h42 static inline struct mcb_bus *to_mcb_bus(struct device *dev) in to_mcb_bus() function