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

1 2

  /external/wpa_supplicant_6/wpa_supplicant/src/
Makefile 1 SUBDIRS=common crypto drivers hlr_auc_gw eapol_supp eap_common eap_peer eap_server l2_packet radius rsn_supp tls utils wps
  /device/samsung/crespo/
device.mk 19 # drivers, configuration files, settings, etc...
21 # Note that crespo is not a fully open device. Some of the drivers
24 # drivers aren't available. Such cases are handled by having this file
28 # associated drivers are available. Aspects that are irrelevant but
31 # the unavailable drivers: one is directly checked into the unreleased
34 # and is used by people who have access to binary versions of the drivers
45 # of the aspects that require proprietary drivers that aren't
device_base.mk 19 # drivers, configuration files, settings, etc...
21 # Note that crespo is not a fully open device. Some of the drivers
24 # drivers aren't available. Such cases are handled by having this file
28 # associated drivers are available. Aspects that are irrelevant but
31 # the unavailable drivers: one is directly checked into the unreleased
34 # and is used by people who have access to binary versions of the drivers
full_crespo.mk 18 # device-specific aspects (drivers) with a device-agnostic
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 48 INCLUDES += $(LOCAL_PATH)/src/drivers
143 OBJS_d += src/drivers/driver_hostap.c
154 OBJS_d += src/drivers/driver_nl80211.c
157 OBJS_d += src/drivers/radiotap.c
163 OBJS_d += src/drivers/driver_prism54.c
169 OBJS_d += src/drivers/driver_hermes.c
175 OBJS_d += src/drivers/driver_madwifi.c
181 OBJS_d += src/drivers/driver_atmel.c
187 OBJS_d += src/drivers/driver_ndiswrapper.c
193 OBJS_d += src/drivers/driver_ralink.
    [all...]
Makefile 124 OBJS_d += ../src/drivers/driver_hostap.o
135 OBJS_d += ../src/drivers/driver_nl80211.o
138 OBJS_d += ../src/drivers/radiotap.o
144 OBJS_d += ../src/drivers/driver_prism54.o
150 OBJS_d += ../src/drivers/driver_hermes.o
156 OBJS_d += ../src/drivers/driver_madwifi.o
162 OBJS_d += ../src/drivers/driver_atmel.o
168 OBJS_d += ../src/drivers/driver_ndiswrapper.o
174 OBJS_d += ../src/drivers/driver_ralink.o
179 OBJS_d += ../src/drivers/driver_broadcom.
    [all...]
  /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
  /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.
  /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
  /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
  /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
  /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
  /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
  /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
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
Android.mk 35 $(WPA_SUPPL_DIR)/src/drivers \
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
Android.mk 40 $(WPA_SUPPL_DIR)/src/drivers \
  /device/htc/passion/
full_passion.mk 18 # device-specific aspects (drivers) with a device-agnostic
  /device/samsung/crespo4g/
full_crespo4g.mk 18 # device-specific aspects (drivers) with a device-agnostic
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/
Android.mk 26 $(WPA_SUPPL_DIR)/src/drivers \
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Android.mk 30 $(WPA_SUPPL_DIR)/src/drivers \
  /system/wlan/ti/sta_dk_4_0_4_32/
Makefile 17 M = drivers/net/wireless/tiwlan1251
  /frameworks/base/opengl/libs/
Android.mk 49 # OpenGL drivers config file
  /external/bluetooth/bluez/src/
device.c 116 GSList *drivers; /* List of driver_data */ member in struct:btd_device
434 device->drivers = g_slist_remove(device->drivers, driver_data);
481 g_slist_foreach(device->drivers, (GFunc) driver_remove, device);
1198 g_slist_foreach(device->drivers, (GFunc) driver_remove, device);
1199 g_slist_free(device->drivers);
1200 device->drivers = NULL;
1296 DBG("Skipping drivers for blocked device %s", device->path);
1300 DBG("Probe drivers for %s", device->path);
1325 device->drivers = g_slist_append(device->drivers, driver_data)
    [all...]

Completed in 352 milliseconds

1 2