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

1 2

  /external/chromium_org/chrome/browser/usb/
usb_device.h 28 PlatformUsbDevice platform_device() const { return platform_device_; } function in class:UsbDevice
53 PlatformUsbDevice platform_device,
  /external/chromium_org/skia/ext/
platform_canvas.cc 17 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas)); local
18 return platform_device && platform_device->SupportsPlatformPaint();
22 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas)); local
23 if (platform_device)
24 return platform_device->BeginPlatformPaint();
30 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas)); local
31 if (platform_device)
32 platform_device->EndPlatformPaint();
37 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas)) local
    [all...]
  /bionic/libc/kernel/common/linux/
platform_device.h 22 struct platform_device { struct
31 #define to_platform_device(x) container_of((x), struct platform_device, dev)
34 int (*probe)(struct platform_device *);
35 int (*remove)(struct platform_device *);
36 void (*shutdown)(struct platform_device *);
37 int (*suspend)(struct platform_device *, pm_message_t state);
39 int (*resume)(struct platform_device *);
  /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 *);
  /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...]
  /prebuilts/ndk/4/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 *);
  /prebuilts/ndk/4/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 *);
  /prebuilts/ndk/4/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 *);
  /prebuilts/ndk/4/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 *);
  /prebuilts/ndk/4/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 *);
  /prebuilts/ndk/4/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 *);
  /prebuilts/ndk/5/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 *);
  /prebuilts/ndk/6/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 *);
  /prebuilts/ndk/6/platforms/android-3/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 *);
  /prebuilts/ndk/7/platforms/android-14/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 *);
  /prebuilts/ndk/7/platforms/android-14/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 *);
  /prebuilts/ndk/7/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 *);
  /prebuilts/ndk/7/platforms/android-3/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 *);
  /prebuilts/ndk/7/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 *);
  /prebuilts/ndk/7/platforms/android-4/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 *);
  /prebuilts/ndk/7/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 *);
  /prebuilts/ndk/7/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 *);
  /prebuilts/ndk/7/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 *);
  /prebuilts/ndk/7/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 *);
  /prebuilts/ndk/7/platforms/android-9/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 *);

Completed in 1852 milliseconds

1 2