Searched refs:platform_driver (Results 1 - 25 of 917) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dplatform_device.h114 struct platform_driver { struct
124 extern int platform_driver_register(struct platform_driver *);
125 extern void platform_driver_unregister(struct platform_driver *);
130 extern int platform_driver_probe(struct platform_driver *driver,
136 extern struct platform_device *platform_create_bundle(struct platform_driver *driver,
144 struct platform_driver *pdrv;
H A Dof_platform.h32 * platform_driver member of this structure will be removed.
45 struct platform_driver platform_driver; member in struct:of_platform_driver
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dplatform.c47 struct platform_driver *pdrv;
51 pdrv = container_of(pdev->dev.driver, struct platform_driver, driver);
52 ofpdrv = container_of(pdrv, struct of_platform_driver, platform_driver);
64 struct platform_driver *pdrv;
67 pdrv = container_of(pdev->dev.driver, struct platform_driver, driver);
68 ofpdrv = container_of(pdrv, struct of_platform_driver, platform_driver);
79 /* setup of_platform_driver to platform_driver adaptors */
80 drv->platform_driver.driver = drv->driver;
84 * register both an of_platform_driver and a platform_driver with
91 drv->platform_driver
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/cpufreq/
H A Dloongson2_cpufreq.c176 static struct platform_driver platform_driver = { variable in typeref:struct:platform_driver
189 ret = platform_driver_register(&platform_driver);
216 platform_driver_unregister(&platform_driver);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dlcdc_panel.c37 static struct platform_driver this_driver = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dpdc.c37 static struct platform_driver pdc_driver = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsamsung.h77 extern int s3c24xx_serial_initconsole(struct platform_driver *drv,
80 extern int s3c24xx_serial_init(struct platform_driver *drv,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-generic.c60 static struct platform_driver generic_rtc_driver = {
H A Drtc-ps3.c80 static struct platform_driver ps3_rtc_driver = {
H A Drtc-starfire.c61 static struct platform_driver starfire_rtc_driver = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-hp6xx.c84 static struct platform_driver hp6xxled_driver = {
H A Dleds-net48xx.c50 static struct platform_driver net48xx_led_driver = {
H A Dleds-rb532.c51 static struct platform_driver rb532_led_driver = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dsa1100_generic.c98 static struct platform_driver sa11x0_pcmcia_driver = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dxilinx_spi_pltfm.c79 static struct platform_driver xilinx_spi_driver = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmddi_client_dummy.c85 static struct platform_driver mddi_client_dummy = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_apollon.c114 struct platform_driver apollon_panel_driver = {
H A Dlcd_h3.c116 struct platform_driver h3_panel_driver = {
H A Dlcd_h4.c94 static struct platform_driver h4_panel_driver = {
H A Dlcd_htcherald.c107 struct platform_driver htcherald_panel_driver = {
H A Dlcd_inn1510.c101 struct platform_driver innovator1510_panel_driver = {
H A Dlcd_inn1610.c125 struct platform_driver innovator1610_panel_driver = {
H A Dlcd_omap3beagle.c110 struct platform_driver omap3beagle_panel_driver = {
H A Dlcd_osk.c119 struct platform_driver osk_panel_driver = {
H A Dlcd_palmte.c100 struct platform_driver palmte_panel_driver = {

Completed in 130 milliseconds

1234567891011>>