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

/arch/um/drivers/
H A Dmconsole_kern.h18 struct mc_device { struct
42 extern void mconsole_register_dev(struct mc_device *new);
46 static inline void mconsole_register_dev(struct mc_device *new)
H A Dmconsole_kern.c253 void mconsole_register_dev(struct mc_device *new)
261 static struct mc_device *mconsole_find_dev(char *name)
264 struct mc_device *dev;
267 dev = list_entry(ele, struct mc_device, list);
405 static struct mc_device mem_mc = {
472 struct mc_device *dev;
498 struct mc_device *dev;
H A Dline.h30 struct mc_device mc;
H A Dnet_kern.c734 static struct mc_device net_mc = {
H A Dubd_kern.c1017 static struct mc_device ubd_mc = {

Completed in 299 milliseconds