HomeSort by relevance Sort by last modified time
    Searched full:platform_device (Results 1 - 25 of 33) sorted by null

1 2

  /external/kernel-headers/original/linux/
platform_device.h 2 * platform_device.h - generic, centralized driver model
16 struct platform_device { struct
24 #define to_platform_device(x) container_of((x), struct platform_device, dev)
26 extern int platform_device_register(struct platform_device *);
27 extern void platform_device_unregister(struct platform_device *);
32 extern struct resource *platform_get_resource(struct platform_device *, unsigned int, unsigned int);
33 extern int platform_get_irq(struct platform_device *, unsigned int);
34 extern struct resource *platform_get_resource_byname(struct platform_device *, unsigned int, char *);
35 extern int platform_get_irq_byname(struct platform_device *, char *);
36 extern int platform_add_devices(struct platform_device **, int)
    [all...]
omap_csmi.h 54 // in platform_device->platform_data where platform_device->name == "omap-csmi"
  /bionic/libc/kernel/common/linux/
platform_device.h 17 struct platform_device { struct
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
28 int (*probe)(struct platform_device *);
29 int (*remove)(struct platform_device *);
30 void (*shutdown)(struct platform_device *);
31 int (*suspend)(struct platform_device *, pm_message_t state);
32 int (*resume)(struct platform_device *);
ipmi_smi.h 19 #include <linux/platform_device.h>
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 17 struct platform_device { struct
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
28 int (*probe)(struct platform_device *);
29 int (*remove)(struct platform_device *);
30 void (*shutdown)(struct platform_device *);
31 int (*suspend)(struct platform_device *, pm_message_t state);
32 int (*resume)(struct platform_device *);
ipmi_smi.h 19 #include <linux/platform_device.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 17 struct platform_device { struct
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
28 int (*probe)(struct platform_device *);
29 int (*remove)(struct platform_device *);
30 void (*shutdown)(struct platform_device *);
31 int (*suspend)(struct platform_device *, pm_message_t state);
32 int (*resume)(struct platform_device *);
ipmi_smi.h 19 #include <linux/platform_device.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 17 struct platform_device { struct
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
28 int (*probe)(struct platform_device *);
29 int (*remove)(struct platform_device *);
30 void (*shutdown)(struct platform_device *);
31 int (*suspend)(struct platform_device *, pm_message_t state);
32 int (*resume)(struct platform_device *);
ipmi_smi.h 19 #include <linux/platform_device.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 17 struct platform_device { struct
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
28 int (*probe)(struct platform_device *);
29 int (*remove)(struct platform_device *);
30 void (*shutdown)(struct platform_device *);
31 int (*suspend)(struct platform_device *, pm_message_t state);
32 int (*resume)(struct platform_device *);
ipmi_smi.h 19 #include <linux/platform_device.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
platform_device.h 17 struct platform_device { struct
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
28 int (*probe)(struct platform_device *);
29 int (*remove)(struct platform_device *);
30 void (*shutdown)(struct platform_device *);
31 int (*suspend)(struct platform_device *, pm_message_t state);
32 int (*resume)(struct platform_device *);
ipmi_smi.h 19 #include <linux/platform_device.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
platform_device.h 17 struct platform_device { struct
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
28 int (*probe)(struct platform_device *);
29 int (*remove)(struct platform_device *);
30 void (*shutdown)(struct platform_device *);
31 int (*suspend)(struct platform_device *, pm_message_t state);
32 int (*resume)(struct platform_device *);
ipmi_smi.h 19 #include <linux/platform_device.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
platform_device.h 17 struct platform_device { struct
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
28 int (*probe)(struct platform_device *);
29 int (*remove)(struct platform_device *);
30 void (*shutdown)(struct platform_device *);
31 int (*suspend)(struct platform_device *, pm_message_t state);
32 int (*resume)(struct platform_device *);
ipmi_smi.h 19 #include <linux/platform_device.h>
  /bionic/libc/kernel/arch-sh/asm/
push-switch.h 18 #include <linux/platform_device.h>
28 struct platform_device *pdev;
device.h 14 struct platform_device;
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
host_platform.c 37 #include <linux/platform_device.h>
52 static int wifi_probe( struct platform_device *pdev )
78 static int wifi_remove( struct platform_device *pdev )
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
host_platform.c 37 #include <linux/platform_device.h>
52 static int wifi_probe( struct platform_device *pdev )
78 static int wifi_remove( struct platform_device *pdev )
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 58 #include <linux/platform_device.h>
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 58 #include <linux/platform_device.h>
  /development/pdk/docs/porting/
display_drivers.jd 75 #include &lt;linux/platform_device.h&gt;
228 static int pguide_fb_probe(struct platform_device *pdev)
301 static int pguide_fb_remove(struct platform_device *pdev)

Completed in 1431 milliseconds

1 2