Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmcb.h132 extern struct mcb_device *mcb_alloc_dev(struct mcb_bus *bus);
/Linux-v4.19/drivers/mcb/
Dmcb-core.c365 struct mcb_device *mcb_alloc_dev(struct mcb_bus *bus) in mcb_alloc_dev() function
377 EXPORT_SYMBOL_GPL(mcb_alloc_dev);
Dmcb-parse.c49 mdev = mcb_alloc_dev(bus); in chameleon_parse_gdd()