Searched defs:phone_device (Results 1 – 2 of 2) sorted by relevance
10 struct phone_device { struct11 struct phone_device *next; argument13 int (*open) (struct phone_device *, struct file *); argument20 extern int phone_register_device(struct phone_device *, int unit); argument
39 static struct phone_device *phone_device[PHONE_NUM_DEVICES]; variable