Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmcb.h122 extern struct mcb_device *mcb_alloc_dev(struct mcb_bus *bus);
/linux/drivers/mcb/
H A Dmcb-core.c364 struct mcb_device *mcb_alloc_dev(struct mcb_bus *bus) in mcb_alloc_dev() function
376 EXPORT_SYMBOL_NS_GPL(mcb_alloc_dev, "MCB");
H A Dmcb-parse.c45 mdev = mcb_alloc_dev(bus); in chameleon_parse_gdd()