Searched refs:of_device (Results 1 - 25 of 93) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Ddevice.h10 struct of_device;
18 struct of_device *op;
H A Dof_device.h16 * The of_device is a kind of "base class" that is a superset of
20 struct of_device struct
34 #define to_of_device(d) container_of(d, struct of_device, dev)
39 extern struct of_device *of_find_device_by_node(struct device_node *);
42 const struct of_device_id *matches, const struct of_device *dev);
44 extern struct of_device *of_dev_get(struct of_device *dev);
45 extern void of_dev_put(struct of_device *dev);
48 * An of_platform_driver driver is attached to a basic of_device on
57 int (*probe)(struct of_device* de
[all...]
H A Disa.h12 #include <asm/of_device.h>
17 struct of_device ofdev;
28 struct of_device ofdev;
H A Debus.h13 #include <asm/of_device.h>
27 struct of_device ofdev;
40 struct of_device ofdev;
H A Dsbus.h15 #include <asm/of_device.h>
47 struct of_device ofdev;
71 struct of_device ofdev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dof_device.h15 * The of_device is a kind of "base class" that is a superset of
19 struct of_device struct
33 #define to_of_device(d) container_of(d, struct of_device, dev)
38 extern struct of_device *of_find_device_by_node(struct device_node *);
41 const struct of_device_id *matches, const struct of_device *dev);
43 extern struct of_device *of_dev_get(struct of_device *dev);
44 extern void of_dev_put(struct of_device *dev);
47 * An of_platform_driver driver is attached to a basic of_device on
56 int (*probe)(struct of_device* de
[all...]
H A Debus.h17 #include <asm/of_device.h>
31 struct of_device ofdev;
44 struct of_device ofdev;
H A Dsbus.h15 #include <asm/of_device.h>
46 struct of_device ofdev;
70 struct of_device ofdev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dof_device.h11 * The of_device is a kind of "base class" that is a superset of
15 struct of_device struct
21 #define to_of_device(d) container_of(d, struct of_device, dev)
26 const struct of_device_id *matches, const struct of_device *dev);
28 extern struct of_device *of_dev_get(struct of_device *dev);
29 extern void of_dev_put(struct of_device *dev);
31 extern int of_device_register(struct of_device *ofdev);
32 extern void of_device_unregister(struct of_device *ofdev);
35 extern ssize_t of_device_get_modalias(struct of_device *ofde
[all...]
H A Dof_platform.h12 #include <asm/of_device.h>
22 * An of_platform_driver driver is attached to a basic of_device on
31 int (*probe)(struct of_device* dev,
33 int (*remove)(struct of_device* dev);
35 int (*suspend)(struct of_device* dev, pm_message_t state);
36 int (*resume)(struct of_device* dev);
37 int (*shutdown)(struct of_device* dev);
49 extern struct of_device *of_platform_device_create(struct device_node *np,
59 extern struct of_device *of_find_device_by_node(struct device_node *np);
60 extern struct of_device *of_find_device_by_phandl
[all...]
H A Dpmi.h32 #include <asm/of_device.h>
58 void (*handle_pmi_message) (struct of_device *, pmi_message_t);
61 void pmi_register_handler(struct of_device *, struct pmi_handler *);
62 void pmi_unregister_handler(struct of_device *, struct pmi_handler *);
64 void pmi_send_message(struct of_device *, pmi_message_t);
H A Dibmebus.h46 #include <asm/of_device.h>
51 struct of_device ofdev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Di8042-sparcio.h7 #include <asm/of_device.h>
49 static int __devinit sparc_i8042_probe(struct of_device *op, const struct of_device_id *match)
57 struct of_device *kbd = of_find_device_by_node(dp);
67 struct of_device *ms = of_find_device_by_node(dp);
80 static int __devexit sparc_i8042_remove(struct of_device *op)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_device.c9 #include <asm/of_device.h>
40 * of_match_device - Tell if an of_device structure has a matching
45 * Used by a driver to check whether an of_device present in the
49 const struct of_device *dev)
56 struct of_device *of_dev_get(struct of_device *dev)
69 void of_dev_put(struct of_device *dev)
78 struct of_device *ofdev;
95 struct of_device *ofdev;
102 int of_device_register(struct of_device *ofde
[all...]
H A Dof_platform.c25 #include <asm/of_device.h>
66 struct of_device * of_dev = to_of_device(dev);
80 struct of_device *of_dev;
102 struct of_device * of_dev = to_of_device(dev);
112 struct of_device * of_dev = to_of_device(dev);
123 struct of_device * of_dev = to_of_device(dev);
167 static void of_platform_make_bus_id(struct of_device *dev)
219 struct of_device* of_platform_device_create(struct device_node *np,
223 struct of_device *dev;
272 struct of_device *de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c9 #include <asm/of_device.h>
12 * of_match_device - Tell if an of_device structure has a matching
17 * Used by a driver to check whether an of_device present in the
21 const struct of_device *dev)
45 struct of_device * of_dev = to_of_device(dev);
55 struct of_device *of_dev_get(struct of_device *dev)
68 void of_dev_put(struct of_device *dev)
79 struct of_device *of_dev;
101 struct of_device * of_de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/ams/
H A Dams.h7 #include <asm/of_device.h>
26 struct of_device *of_dev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmacio_sysfs.c18 struct of_device *of;
44 struct of_device *ofdev = to_of_device(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dpmi.c32 #include <asm/of_device.h>
45 struct of_device *dev;
128 static int pmi_of_probe(struct of_device *dev,
188 static int pmi_of_remove(struct of_device *dev)
229 void pmi_send_message(struct of_device *device, pmi_message_t msg)
262 void pmi_register_handler(struct of_device *device,
277 void pmi_unregister_handler(struct of_device *device,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dof_serial.c23 static int __devinit of_platform_serial_setup(struct of_device *ofdev,
62 static int __devinit of_platform_serial_probe(struct of_device *ofdev,
103 static int of_platform_serial_remove(struct of_device *ofdev)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dof_device.c9 #include <asm/of_device.h>
12 * of_match_device - Tell if an of_device structure has a matching
17 * Used by a driver to check whether an of_device present in the
21 const struct of_device *dev)
45 struct of_device * of_dev = to_of_device(dev);
55 struct of_device *of_dev_get(struct of_device *dev)
68 void of_dev_put(struct of_device *dev)
79 struct of_device *of_dev;
101 struct of_device * of_de
[all...]
H A Disa.c7 #include <asm/of_device.h>
27 struct of_device *op = of_find_device_by_node(isa_dev->prom_node);
34 struct of_device *op = of_find_device_by_node(isa_dev->prom_node);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dsysfs.c19 struct of_device *of = &sdev->ofdev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-ppc-of.c85 ohci_hcd_ppc_of_probe(struct of_device *op, const struct of_device_id *match)
157 static int ohci_hcd_ppc_of_remove(struct of_device *op)
175 static int ohci_hcd_ppc_of_shutdown(struct of_device *op)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/hw_random/
H A Dpasemi-rng.c89 static int __devinit rng_probe(struct of_device *ofdev,
118 static int __devexit rng_remove(struct of_device *dev)

Completed in 337 milliseconds

1234