Home
last modified time | relevance | path

Searched defs:phone_device (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dphonedev.h10 struct phone_device { struct
11 struct phone_device *next; argument
13 int (*open) (struct phone_device *, struct file *); argument
20 extern int phone_register_device(struct phone_device *, int unit); argument
/linux-2.6.39/drivers/telephony/
Dphonedev.c39 static struct phone_device *phone_device[PHONE_NUM_DEVICES]; variable