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

1 2 3 4 5 6 7 8 91011>>

  /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
  /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.
node.h 8 * Basic handling of the devices is done in drivers/base/node.c
9 * and system devices are handled in drivers/base/sys.c.
16 * - drivers/base/intf.c
cpu.h 8 * Basic handling of the devices is done in drivers/base/cpu.c
9 * and system devices are handled in drivers/base/sys.c.
16 * - drivers/base/intf.c
clk.h 37 * Drivers must assume that the clock source is not enabled.
59 * multiple drivers, clk_enable() calls must be balanced by the
76 * Note: drivers must ensure that all clk_enable calls made on this
  /external/quake/quake/src/WinQuake/
3dfx.txt 1 GLQuake Drivers
16 Glide 2.31 or HIGHER runtime drivers *MUST* be installed to use this
17 GLQuake driver. Please download these drivers from your board
18 manufacturer OR unsupported drivers from http://www.3dfx.com
26 This distribution contains GLQuake Drivers for Voodoo Based 3D
27 Accelerators. These drivers were tested on the following boards:
42 NOTE: The enclosed drivers are not meant to replace any Direct3D or
43 Glide drivers provided by your Voodoo Graphics card manufacturer.
44 Please obtain supported drivers from your board manufacturer.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
generic_serial.h 7 * Contains the code that should be shared over all the serial drivers.
18 used in serial.c, but they are also used in all other serial drivers.
bpqether.h 21 * For SIOCSBPQETHOPT - this is compatible with PI2/PacketTwin card drivers,
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_amiga.h 53 /* Enable various audio drivers */
58 /* Enable various cdrom drivers */
61 /* Enable various input drivers */
73 /* Enable various video drivers */
SDL_config_dreamcast.h 82 /* Enable various audio drivers */
87 /* Enable various cdrom drivers */
90 /* Enable various input drivers */
102 /* Enable various video drivers */
SDL_config_macos.h 76 /* Enable various audio drivers */
81 /* Enable various cdrom drivers */
88 /* Enable various input drivers */
104 /* Enable various video drivers */
SDL_config_macosx.h 91 /* Enable various audio drivers */
97 /* Enable various cdrom drivers */
100 /* Enable various input drivers */
118 /* Enable various video drivers */
SDL_config_os2.h 111 /* Enable various audio drivers */
116 /* Enable various cdrom drivers */
119 /* Enable various input drivers */
131 /* Enable various video drivers */
SDL_config_win32.h 124 /* Enable various audio drivers */
132 /* Enable various cdrom drivers */
139 /* Enable various input drivers */
159 /* Enable various video drivers */
  /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/crespo4g/
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
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dsetup.h 41 #define DSETUP_DDRAWDRV 0x00000008 /* install DirectDraw Drivers */
42 #define DSETUP_DSOUNDDRV 0x00000010 /* install DirectSound Drivers */
46 #define DSETUP_DRVINFONLY 0x00000100 /* install DirectX inf files but not drivers */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DSETUP.H 41 #define DSETUP_DDRAWDRV 0x00000008 /* install DirectDraw Drivers */
42 #define DSETUP_DSOUNDDRV 0x00000010 /* install DirectSound Drivers */
46 #define DSETUP_DRVINFONLY 0x00000100 /* install DirectX inf files but not drivers */
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 33 * Provides facilities for managing JDBC drivers.
35 * The {@code DriverManager} class loads JDBC drivers during its initialization,
36 * from the list of drivers referenced by the system property {@code
37 * "jdbc.drivers"}.
53 * Set to hold Registered Drivers - initial capacity 10 drivers (will expand
62 * Load drivers on initialization
69 * Loads the set of JDBC drivers defined by the Property "jdbc.drivers" if
74 .doPrivileged(new PriviAction<String>("jdbc.drivers", null))
    [all...]
  /external/kernel-headers/original/linux/mtd/
nand_ecc.h 2 * drivers/mtd/nand_ecc.h
  /hardware/broadcom/wlan/bcm4329/src/include/
sdiovar.h 2 * Structure used by apps whose drivers access SDIO drivers.
  /libcore/luni/src/main/java/org/xml/sax/ext/
package.html 7 conformant SAX drivers won't necessarily support.
18 <li>SAX2 drivers are <em>not</em> required to recognize these handlers.
  /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...]
  /external/grub/netboot/
README.netboot 2 Nearly all the device drivers are coming from the network-based boot
25 Here is the information about the device drivers. They are all disabled
26 by default, so you must specify configure options to enable drivers you
27 want to use. Some drivers have extra per-driver options, so the extra
32 drivers at the same time.

Completed in 796 milliseconds

1 2 3 4 5 6 7 8 91011>>