HomeSort by relevance Sort by last modified time
    Searched defs:device_driver (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/common/linux/
device.h 31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
69 struct device_driver { struct
89 ssize_t (*show)(struct device_driver *, char * buf);
90 ssize_t (*store)(struct device_driver *, const char * buf, size_t count);
95 struct device * driver_find_device(struct device_driver *drv,
187 struct device_driver *driver;
  /development/ndk/platforms/android-3/include/linux/
device.h 31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
69 struct device_driver { struct
89 ssize_t (*show)(struct device_driver *, char * buf);
90 ssize_t (*store)(struct device_driver *, const char * buf, size_t count);
95 struct device * driver_find_device(struct device_driver *drv,
187 struct device_driver *driver;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
device.h 31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
69 struct device_driver { struct
89 ssize_t (*show)(struct device_driver *, char * buf);
90 ssize_t (*store)(struct device_driver *, const char * buf, size_t count);
95 struct device * driver_find_device(struct device_driver *drv,
187 struct device_driver *driver;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
device.h 31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
69 struct device_driver { struct
89 ssize_t (*show)(struct device_driver *, char * buf);
90 ssize_t (*store)(struct device_driver *, const char * buf, size_t count);
95 struct device * driver_find_device(struct device_driver *drv,
187 struct device_driver *driver;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
device.h 31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
69 struct device_driver { struct
89 ssize_t (*show)(struct device_driver *, char * buf);
90 ssize_t (*store)(struct device_driver *, const char * buf, size_t count);
95 struct device * driver_find_device(struct device_driver *drv,
187 struct device_driver *driver;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
device.h 31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
69 struct device_driver { struct
89 ssize_t (*show)(struct device_driver *, char * buf);
90 ssize_t (*store)(struct device_driver *, const char * buf, size_t count);
95 struct device * driver_find_device(struct device_driver *drv,
187 struct device_driver *driver;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
device.h 31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
69 struct device_driver { struct
89 ssize_t (*show)(struct device_driver *, char * buf);
90 ssize_t (*store)(struct device_driver *, const char * buf, size_t count);
95 struct device * driver_find_device(struct device_driver *drv,
187 struct device_driver *driver;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
device.h 31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
69 struct device_driver { struct
89 ssize_t (*show)(struct device_driver *, char * buf);
90 ssize_t (*store)(struct device_driver *, const char * buf, size_t count);
95 struct device * driver_find_device(struct device_driver *drv,
187 struct device_driver *driver;
  /external/kernel-headers/original/linux/
device.h 31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
70 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
71 void * data, int (*fn)(struct device_driver *, void *));
88 struct device_driver { struct
107 extern int driver_register(struct device_driver * drv);
108 extern void driver_unregister(struct device_driver * drv);
110 extern struct device_driver * get_driver(struct device_driver * drv);
111 extern void put_driver(struct device_driver * drv)
    [all...]

Completed in 245 milliseconds