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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
87 struct cx_dev *cx_device)
115 struct cx_dev *cx_dev = to_cx_dev(dev); local
118 if (!cx_dev->driver && cx_drv->probe) {
119 id = cx_device_match(cx_drv->id_table, cx_dev);
121 if ((error = cx_drv->probe(cx_dev, id)) < 0)
124 cx_dev
137 struct cx_dev *cx_dev = to_cx_dev(dev); local
193 struct cx_dev *cx_dev; local
222 cx_device_unregister(struct cx_dev *cx_dev) argument
238 cx_device_reload(struct cx_dev *cx_dev) argument
402 tiocx_reload(struct cx_dev *cx_dev) argument
443 struct cx_dev *cx_dev = to_cx_dev(dev); local
455 struct cx_dev *cx_dev = to_cx_dev(dev); local
536 struct cx_dev *cx_dev = to_cx_dev(dev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmbcs.c62 struct cx_dev *cx_dev; member in struct:mbcs_callback_arg
406 struct cx_dev *cx_dev = fp->private_data; local
407 struct mbcs_soft *soft = cx_dev->soft;
431 struct cx_dev *cx_dev = fp->private_data; local
432 struct mbcs_soft *soft = cx_dev->soft;
503 struct cx_dev *cx_dev local
710 struct cx_dev *cx_dev = to_cx_dev(dev); local
727 struct cx_dev *cx_dev = to_cx_dev(dev); local
[all...]
H A Dmbcs.h519 struct cx_dev *cxdev;

Completed in 105 milliseconds