Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmcb.h129 extern struct mcb_device *mcb_alloc_dev(struct mcb_bus *bus);
/linux-5.19.10/drivers/mcb/
Dmcb-core.c360 struct mcb_device *mcb_alloc_dev(struct mcb_bus *bus) in mcb_alloc_dev() function
372 EXPORT_SYMBOL_NS_GPL(mcb_alloc_dev, MCB);
Dmcb-parse.c50 mdev = mcb_alloc_dev(bus); in chameleon_parse_gdd()