Home
last modified time | relevance | path

Searched refs:mc_device (Results 1 – 5 of 5) sorted by relevance

/arch/um/include/shared/
Dmconsole_kern.h18 struct mc_device { struct
42 extern void mconsole_register_dev(struct mc_device *new); argument
46 static inline void mconsole_register_dev(struct mc_device *new) in mconsole_register_dev()
Dline.h30 struct mc_device mc;
/arch/um/drivers/
Dmconsole_kern.c339 void mconsole_register_dev(struct mc_device *new) in mconsole_register_dev()
347 static struct mc_device *mconsole_find_dev(char *name) in mconsole_find_dev()
350 struct mc_device *dev; in mconsole_find_dev()
353 dev = list_entry(ele, struct mc_device, list); in mconsole_find_dev()
491 static struct mc_device mem_mc = {
558 struct mc_device *dev; in mconsole_config()
585 struct mc_device *dev; in mconsole_remove()
Dnet_kern.c742 static struct mc_device net_mc = {
Dubd_kern.c1019 static struct mc_device ubd_mc = {