HomeSort by relevance Sort by last modified time
    Searched full:driver (Results 326 - 350 of 2316) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Driver/
ToolChain.h 13 #include "clang/Driver/Util.h"
14 #include "clang/Driver/Types.h"
21 namespace driver { namespace in namespace:clang
25 class Driver;
62 const Driver &getDriver() const;
208 } // end namespace driver
  /external/kernel-headers/original/linux/
init.h 152 * module_init() - driver initialization entry point
162 * module_exit() - driver exit entry point
163 * @x: function to be run when driver is removed
165 * module_exit() will wrap the driver clean-up code
167 * the driver is a module. If the driver is statically
i2c.h 109 * A driver is capable of handling one or more physical devices present on
110 * I2C adapters. This information is used to inform the driver of adapter
113 * The driver.owner field should be set to the module owner of this driver.
114 * The driver.name field should be set to the name of this driver.
121 /* Notifies the driver that a new bus has appeared. This routine
122 * can be used by the driver to test if the bus meets its conditions
130 /* tells the driver that a client is about to be deleted & gives it
132 * has been dynamically allocated by the driver in the function above
142 struct device_driver driver; member in struct:i2c_driver
160 struct i2c_driver *driver; \/* and our access routines *\/ member in struct:i2c_client
    [all...]
wireless.h 21 * driver.
22 * This is better than having each driver having its entry because
23 * its centralised and we may remove the driver module safely.
25 * Ioctl are used to configure the driver and issue commands. This is
27 * change dynamically (while the driver is running) some parameters.
37 * We have a structure for data passed from the driver to /proc/net/wireless
43 * New driver API (2002 -> onward) :
46 * The new driver API is defined and documented in :
63 * These wireless extensions are not magic : each driver has to provide
146 * - Document creation of new driver API
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_dma8.c 25 MiNT audio driver
64 /*--- Audio driver functions ---*/
75 /*--- Audio driver bootstrap functions ---*/
81 /* Check if user asked a different audio driver */
83 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
154 MINT_AUDIO_DRIVER_NAME, "MiNT DMA 8 bits audio driver",
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 64 * Power consumption when WiFi driver is scanning for networks.
69 * Power consumption when WiFi driver is on.
74 * Power consumption when WiFi driver is transmitting/receiving.
84 * Power consumption when Bluetooth driver is on.
89 * Power consumption when Bluetooth driver is transmitting/receiving.
94 * Power consumption when Bluetooth driver gets an AT command.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 154 /* Allow clearing driver statistics */
218 /* Allow setting geometry in floppy driver */
219 /* Allow turning DMA on/off in xd driver */
222 /* Allow tuning the ide driver */
225 /* Allow manufacturer commands in isdn CAPI support driver */
227 /* Allow DDI debug ioctl on sbpcd driver */
  /external/bluetooth/bluez/health/
hdp_manager.c 58 .name = "hdp-adapter-driver",
74 .name = "hdp-device-driver",
  /external/clang/lib/Driver/
Action.cpp 10 #include "clang/Driver/Action.h"
13 using namespace clang::driver;
  /external/freetype/src/cff/
cffdrivr.c 5 /* OpenType font driver implementation (body). */
77 /* A driver method used to return the kerning vector between two */
98 /* kernings, are out of scope of this method (the basic driver */
132 /* A driver method used to load a glyph within a given glyph slot. */
599 cff_get_interface( FT_Module driver, /* CFF_Driver */
610 if ( !driver )
614 sfnt = FT_Get_Module( driver->library, "sfnt" );
644 /* now the specific driver fields */
  /external/kernel-headers/original/linux/mmc/
card.h 8 * Card driver specific definitions.
93 * MMC device driver (e.g., Flash card, I/O card...)
  /external/mesa3d/docs/
relnotes-7.5.2.html 23 glGetString(GL_VERSION) depends on the particular driver being used.
48 <li>Detect B43 chipset in Intel driver
systems.html 36 <LI><a href="xlibdriver.html">Xlib software driver</a> for the X Window System
55 <LI>Direct3D driver <A HREF="README.D3D">(README.D3D)</A>
  /external/quake/quake/src/QW/client/
d_ifacea.h 23 // Include file for asm driver interface.
48 // driver-usable fields
vid.h 20 // vid.h -- video driver defs
71 // the video driver will need it again
  /external/quake/quake/src/WinQuake/
d_ifacea.h 23 // Include file for asm driver interface.
48 // driver-usable fields
vid.h 20 // vid.h -- video driver defs
71 // the video driver will need it again
  /external/webkit/PerformanceTests/SunSpider/hosted/
versions.html 49 <li><a href="sunspider-0.9/driver.html">Version 0.9</a></li>
50 <li><a href="sunspider-0.9.1/driver.html">Version 0.9.1</a></li>
  /external/wpa_supplicant/
driver_hostap.h 2 * WPA Supplicant - driver interaction with Linux Host AP driver
driver_ndis_.c 2 * WPA Supplicant - Windows/NDIS driver interface - event processing
18 #include "driver.h"
wireless_copy.h 21 * driver.
22 * This is better than having each driver having its entry because
23 * its centralised and we may remove the driver module safely.
25 * Ioctl are used to configure the driver and issue commands. This is
27 * change dynamically (while the driver is running) some parameters.
37 * We have a structure for data passed from the driver to /proc/net/wireless
43 * New driver API (2002 -> onward) :
46 * The new driver API is defined and documented in :
63 * These wireless extensions are not magic : each driver has to provide
146 * - Document creation of new driver API
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 21 * driver.
22 * This is better than having each driver having its entry because
23 * its centralised and we may remove the driver module safely.
25 * Ioctl are used to configure the driver and issue commands. This is
27 * change dynamically (while the driver is running) some parameters.
37 * We have a structure for data passed from the driver to /proc/net/wireless
43 * New driver API (2002 -> onward) :
46 * The new driver API is defined and documented in :
63 * These wireless extensions are not magic : each driver has to provide
146 * - Document creation of new driver API
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_hostap.h 2 * WPA Supplicant - driver interaction with Linux Host AP driver
driver_ndis_.c 2 * WPA Supplicant - Windows/NDIS driver interface - event processing
18 #include "driver.h"
  /external/wpa_supplicant_8/src/drivers/
driver_ndis_.c 2 * WPA Supplicant - Windows/NDIS driver interface - event processing
18 #include "driver.h"

Completed in 639 milliseconds

<<11121314151617181920>>