Searched defs:phone_device (Results 1 – 2 of 2) sorted by relevance
11 struct phone_device { struct12 struct phone_device *next; argument14 int (*open) (struct phone_device *, struct file *); argument21 extern int phone_register_device(struct phone_device *, int unit); argument
40 static struct phone_device *phone_device[PHONE_NUM_DEVICES]; variable