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

  /bionic/libc/kernel/common/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /development/ndk/platforms/android-3/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /external/kernel-headers/original/linux/
sysdev.h 10 * We also support auxillary drivers binding to devices of a certain class.
12 * This allows configurable drivers to register themselves for devices of
14 * code while arch-specific code can register specific drivers.
16 * Auxillary drivers registered with a NULL cls are registered as drivers
31 struct list_head drivers; member in struct:sysdev_class
62 * Auxillary system device drivers.
device.h 39 struct kset drivers; member in struct:bus_type
363 * High level routines for use by the bus drivers
374 * Manual binding of a device to driver. See drivers/base/bus.c
410 /* drivers/base/power/shutdown.c */
414 /* drivers/base/firmware.c */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
sysdev.h 21 struct list_head drivers; member in struct:sysdev_class
device.h 39 struct kset drivers; member in struct:bus_type
  /external/bluetooth/bluez/src/
device.c 117 GSList *drivers; /* List of device drivers */ member in struct:btd_device
410 device->drivers = g_slist_remove(device->drivers, driver);
435 g_slist_foreach(device->drivers, (GFunc) driver_remove, device);
1096 g_slist_foreach(device->drivers, (GFunc) driver_remove, device);
1097 g_slist_free(device->drivers);
1098 device->drivers = NULL;
1198 DBG("Skipping drivers for blocked device %s", addr);
1202 DBG("Probing drivers for %s", addr)
    [all...]

Completed in 382 milliseconds