Home
last modified time | relevance | path

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

/linux-5.19.10/arch/um/drivers/
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()
Dmconsole_kern.c256 void mconsole_register_dev(struct mc_device *new) in mconsole_register_dev()
264 static struct mc_device *mconsole_find_dev(char *name) in mconsole_find_dev()
267 struct mc_device *dev; in mconsole_find_dev()
270 dev = list_entry(ele, struct mc_device, list); in mconsole_find_dev()
408 static struct mc_device mem_mc = {
475 struct mc_device *dev; in mconsole_config()
501 struct mc_device *dev; in mconsole_remove()
Dline.h28 struct mc_device mc;
Dnet_kern.c715 static struct mc_device net_mc = {
Dubd_kern.c1048 static struct mc_device ubd_mc = {
Dvector_kern.c1723 static struct mc_device vector_mc = {