HomeSort by relevance Sort by last modified time
    Searched refs:device_driver (Results 1 - 25 of 39) sorted by null

1 2

  /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...]
module.h 468 struct device_driver;
469 void module_add_driver(struct module *, struct device_driver *);
470 void module_remove_driver(struct device_driver *);
569 struct device_driver;
572 static inline void module_add_driver(struct module *module, struct device_driver *driver)
576 static inline void module_remove_driver(struct device_driver *driver)
platform_device.h 53 struct device_driver driver;
  /bionic/libc/kernel/common/linux/
platform_device.h 33 struct device_driver driver;
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;
mca.h 70 struct device_driver driver;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 33 struct device_driver driver;
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;
mca.h 70 struct device_driver driver;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 33 struct device_driver driver;
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;
mca.h 70 struct device_driver driver;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 33 struct device_driver driver;
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;
mca.h 70 struct device_driver driver;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
platform_device.h 33 struct device_driver driver;
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;
mca.h 70 struct device_driver driver;
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
platform_device.h 33 struct device_driver driver;
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;
mca.h 70 struct device_driver driver;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
platform_device.h 33 struct device_driver driver;
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;
mca.h 70 struct device_driver driver;
  /bionic/libc/kernel/common/linux/mmc/
card.h 92 struct device_driver drv;

Completed in 444 milliseconds

1 2