Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmcb.h125 extern struct mcb_device *mcb_alloc_dev(struct mcb_bus *bus);
/openbmc/linux/drivers/mcb/
H A Dmcb-core.c363 struct mcb_device *mcb_alloc_dev(struct mcb_bus *bus) in mcb_alloc_dev() function
375 EXPORT_SYMBOL_NS_GPL(mcb_alloc_dev, MCB);
H A Dmcb-parse.c50 mdev = mcb_alloc_dev(bus); in chameleon_parse_gdd()