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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dtiocx.c53 struct cx_dev *cx_dev = to_cx_dev(dev); local
61 if (ids->part_num == cx_dev->cx_id.part_num)
88 struct cx_dev *cx_device)
116 struct cx_dev *cx_dev = to_cx_dev(dev); local
119 if (!cx_dev->driver && cx_drv->probe) {
120 id = cx_device_match(cx_drv->id_table, cx_dev);
122 if ((error = cx_drv->probe(cx_dev, id)) < 0)
125 cx_dev
138 struct cx_dev *cx_dev = to_cx_dev(dev); local
194 struct cx_dev *cx_dev; local
224 cx_device_unregister(struct cx_dev *cx_dev) argument
240 cx_device_reload(struct cx_dev *cx_dev) argument
404 tiocx_reload(struct cx_dev *cx_dev) argument
445 struct cx_dev *cx_dev = to_cx_dev(dev); local
457 struct cx_dev *cx_dev = to_cx_dev(dev); local
538 struct cx_dev *cx_dev = to_cx_dev(dev); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dtiocx.h20 struct cx_dev { struct
38 int (*probe) (struct cx_dev * dev, const struct cx_device_id * id);
39 int (*remove) (struct cx_dev * dev);
57 #define to_cx_dev(n) container_of(n, struct cx_dev, dev)
62 extern int cx_device_unregister(struct cx_dev *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dmbcs.c59 struct cx_dev *cx_dev; member in struct:mbcs_callback_arg
399 struct cx_dev *cx_dev = fp->private_data; local
400 struct mbcs_soft *soft = cx_dev->soft;
424 struct cx_dev *cx_dev = fp->private_data; local
425 struct mbcs_soft *soft = cx_dev->soft;
496 struct cx_dev *cx_dev local
703 struct cx_dev *cx_dev = to_cx_dev(dev); local
720 struct cx_dev *cx_dev = to_cx_dev(dev); local
[all...]
H A Dmbcs.h519 struct cx_dev *cxdev;

Completed in 53 milliseconds