Searched refs:phone_device (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dphonedev.h10 struct phone_device { struct
11 struct phone_device *next;
13 int (*open) (struct phone_device *, struct file *);
20 extern int phone_register_device(struct phone_device *, int unit);
22 extern void phone_unregister_device(struct phone_device *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dphonedev.c39 static struct phone_device *phone_device[PHONE_NUM_DEVICES]; variable in typeref:struct:phone_device
50 struct phone_device *p;
57 p = phone_device[minor];
64 p = phone_device[minor];
89 int phone_register_device(struct phone_device *p, int unit)
105 if (phone_device[i] == NULL) {
106 phone_device[i] = p;
120 void phone_unregister_device(struct phone_device *pfd)
123 if (phone_device[pf
[all...]
H A Dixj.h1169 struct phone_device p;
H A Dixj.c2109 static int ixj_open(struct phone_device *p, struct file *file_p)

Completed in 198 milliseconds