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

<<11121314151617181920>>

  /external/wpa_supplicant_6/wpa_supplicant/
config.h 73 * By default, wpa_supplicant requests driver to perform AP
75 * suitable AP. Another alternative is to allow the driver to
78 * 802.11 association information from the driver.
82 * 0: Driver takes care of scanning, AP selection, and IEEE 802.11
93 * one by one until the driver reports successful association; each
200 * driver_param - Driver interface parameters
202 * This text string is passed to the selected driver interface with the
204 * used to configure driver specific options without having to add new
205 * driver interface functionality.
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 2 * WPA Supplicant - driver interaction with old Broadcom wl.o driver
15 * Please note that the newer Broadcom driver ("hybrid Linux driver") supports
17 * driver wrapper. Use driver_wext.c with that driver.
40 #include "driver.h"
61 #if !defined(PSK_ENABLED) /* NEW driver interface */
590 .desc = "Broadcom wl.o driver",
  /external/wpa_supplicant_8/src/drivers/
driver_broadcom.c 2 * WPA Supplicant - driver interaction with old Broadcom wl.o driver
15 * Please note that the newer Broadcom driver ("hybrid Linux driver") supports
17 * driver wrapper. Use driver_wext.c with that driver.
40 #include "driver.h"
61 #if !defined(PSK_ENABLED) /* NEW driver interface */
587 .desc = "Broadcom wl.o driver",
driver_ralink.c 2 * WPA Supplicant - driver interaction with Ralink Wireless Client
22 #include "driver.h"
169 /* Read BSSID form driver */
172 "driver.");
183 /* match the config of driver */
192 "ieee_required_keys parameters to driver");
463 /* Host AP driver */
539 /* trigger driver support wpa_supplicant */
546 wpa_printf(MSG_ERROR, "ralink. Driver does not support "
826 /* trigger driver support wpa_supplicant *
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 94 * By default, wpa_supplicant requests driver to perform AP
96 * suitable AP. Another alternative is to allow the driver to
99 * 802.11 association information from the driver.
103 * 0: Driver takes care of scanning, AP selection, and IEEE 802.11
114 * one by one until the driver reports successful association; each
219 * driver_param - Driver interface parameters
221 * This text string is passed to the selected driver interface with the
223 * used to configure driver specific options without having to add new
224 * driver interface functionality.
  /external/freetype/src/truetype/
ttobjs.c 496 library = ttface->driver->root.library;
975 FT_Library library = face->root.driver->root.library;
1211 TT_Driver driver = (TT_Driver)ttdriver; local
1242 TT_Driver driver = (TT_Driver)ttdriver; local
    [all...]
  /external/qemu/android/camera/
camera-capture-windows.c 50 /* Input channel (video driver index). (default is 0) */
62 /* Bitmap info for the frames obtained from the video capture driver. */
65 * obtained from the video capture driver, because of the two issues. First,
66 * the driver may return an incompatible 'biCompresstion' value. For instance,
70 * bitmap info that capture driver has returned. Sometimes the captured bitmap
71 * is a 32-bit RGB, while bit count reported by the driver is 16. So, to
117 /* Disconnect from the driver. */
253 /* Connect capture window to the video capture driver. */
258 /* Get current frame information from the driver. */
285 /* We need to recalculate image size, since the capture window / driver
    [all...]
  /external/wpa_supplicant_8/src/ap/
hw_features.c 23 #include "drivers/driver.h"
491 wpa_printf(MSG_ERROR, "Driver does not support configured "
498 wpa_printf(MSG_ERROR, "Driver does not support configured "
505 wpa_printf(MSG_ERROR, "Driver does not support configured "
512 wpa_printf(MSG_ERROR, "Driver does not support configured "
519 wpa_printf(MSG_ERROR, "Driver does not support configured "
526 wpa_printf(MSG_ERROR, "Driver does not support configured "
532 wpa_printf(MSG_ERROR, "Driver does not support configured "
539 wpa_printf(MSG_ERROR, "Driver does not support configured "
546 wpa_printf(MSG_ERROR, "Driver does not support configured
    [all...]
  /external/jpeg/
jmemdosa.asm 218 ; Get the address of the XMS driver, or NULL if not available
234 xor dx,dx ; no XMS driver available
237 xmsavail: mov ax,4310h ; fetch driver address with
279 call dword ptr [bp+6] ; call the driver
300 ; Have we got an EMS driver? (this comes straight from the EMS 4.0 specs)
360 int 67h ; call the EMS driver
  /external/kernel-headers/original/linux/
capability.h 158 /* Allow clearing driver statistics */
222 /* Allow setting geometry in floppy driver */
223 /* Allow turning DMA on/off in xd driver */
226 /* Allow tuning the ide driver */
229 /* Allow manufacturer commands in isdn CAPI support driver */
231 /* Allow DDI debug ioctl on sbpcd driver */
  /external/mesa3d/docs/
fbdev-dri.html 143 graphics driver you need, delete the unwanted drivers names from the
197 Typically, this consists of the agpgart module, an fbdev driver module
208 modprobe intelfb # the Intel fbdev driver
216 modprobe radeonfb # the Radeon fbdev driver
224 modprobe aty128fb # the Rage 128 fbdev driver
232 modprobe mgafb # the Matrox fbdev driver
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 99 * have a specific need to specify the audio driver you want to use.
106 * current audio driver, and returns a pointer to it if the audio driver has
107 * been initialized. It returns NULL if no driver has been initialized.
125 * driver to a value more suitable for the hardware. Good values seem to
148 * for your audio callback function to be called. Since the audio driver
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_xbios.c 25 MiNT audio driver
67 /*--- Audio driver functions ---*/
78 /*--- Audio driver bootstrap functions ---*/
93 /* Check if user asked a different audio driver */
95 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
159 MINT_AUDIO_DRIVER_NAME, "MiNT XBIOS audio driver",
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 24 /* AAlib based SDL video driver implementation.
60 /* AAlib driver bootstrap functions */
176 fprintf(stderr,"Using AAlib driver: %s (%s)\n", AA_context->driver->name, AA_context->driver->shortname);
178 AA_in_x11 = (SDL_strcmp(AA_context->driver->shortname,"X11") == 0);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 80 str='<sql:connection id="conn1"> <sql:url>www.m.com</sql:url> <sql:driver>drive.class</sql:driver>\n<sql:userId>foo</sql:userId> <sql:password>goo</sql:password> </sql:connection>';
81 re = /<sql:connection id="([^\r\n]*?)">\s*<sql:url>\s*([^\r\n]*?)\s*<\/sql:url>\s*<sql:driver>\s*([^\r\n]*?)\s*<\/sql:driver>\s*(\s*<sql:userId>\s*([^\r\n]*?)\s*<\/sql:userId>\s*)?\s*(\s*<sql:password>\s*([^\r\n]*?)\s*<\/sql:password>\s*)?\s*<\/sql:connection>/;
82 expect = Array("<sql:connection id=\"conn1\"> <sql:url>www.m.com</sql:url> <sql:driver>drive.class</sql:driver>\n<sql:userId>foo</sql:userId> <sql:password>goo</sql:password> </sql:connection>","conn1","www.m.com","drive.class","<sql:userId>foo</sql:userId> ","foo","<sql:password>goo</sql:password> ","goo");
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 32 ports and changes the Driver binary to "MockDRT".
78 driver = self.create_driver(0)
79 return driver.cmd_line()
85 # We need to create a driver object as the delegate would, but
86 # overwrite the path to the driver binary in its command line. We do
89 # in place of the actual path to the driver binary.
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 110 ioc.driver = driver_magic;
152 strcpy(info.driver, "?");
153 strcat(info.driver, type);
165 strcpy(buf, info.driver);
236 * If dhd_check() fails then go for a regular wl driver verification
394 fprintf(stderr, "%s: dhd driver adapter not found\n", av0);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 110 ioc.driver = driver_magic;
152 strcpy(info.driver, "?");
153 strcat(info.driver, type);
165 strcpy(buf, info.driver);
236 * If dhd_check() fails then go for a regular wl driver verification
394 fprintf(stderr, "%s: dhd driver adapter not found\n", av0);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 99 * have a specific need to specify the audio driver you want to use.
106 * current audio driver, and returns a pointer to it if the audio driver has
107 * been initialized. It returns NULL if no driver has been initialized.
125 * driver to a value more suitable for the hardware. Good values seem to
148 * for your audio callback function to be called. Since the audio driver
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 99 * have a specific need to specify the audio driver you want to use.
106 * current audio driver, and returns a pointer to it if the audio driver has
107 * been initialized. It returns NULL if no driver has been initialized.
125 * driver to a value more suitable for the hardware. Good values seem to
148 * for your audio callback function to be called. Since the audio driver
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
sg.h 64 unsigned short int driver_status;/* [o] errors from software driver */
90 #define SG_INFO_OK 0x0 /* no sense, host nor driver "noise" */
139 /* Only supported by the ide-scsi driver */
197 /* Defaults, commented if they differ from original sg driver */
237 /* Driver status+suggestion. */
268 /* Defaults, commented if they differ from original sg driver */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 105 * have a specific need to specify the audio driver you want to use.
112 * current audio driver, and returns a pointer to it if the audio driver has
113 * been initialized. It returns NULL if no driver has been initialized.
131 * driver to a value more suitable for the hardware. Good values seem to
154 * for your audio callback function to be called. Since the audio driver
  /prebuilt/windows/sdl/include/SDL/
SDL_audio.h 99 * have a specific need to specify the audio driver you want to use.
106 * current audio driver, and returns a pointer to it if the audio driver has
107 * been initialized. It returns NULL if no driver has been initialized.
125 * driver to a value more suitable for the hardware. Good values seem to
148 * for your audio callback function to be called. Since the audio driver
  /external/grub/netboot/
depca.c 1 /* Etherboot: depca.h merged, comments from Linux driver retained */
2 /* depca.c: A DIGITAL DEPCA & EtherWORKS ethernet driver for linux.
18 This driver is written for the Digital Equipment Corporation series
30 The driver has been tested on DE100, DE200 and DE202 cards in a
33 This driver will NOT work for the DE203, DE204 and DE205 series of
35 chip. See the 'ewrk3.c' driver in the Linux source tree for running
38 I have benchmarked the driver with a DE100 at 595kB/s to (542kB/s from)
45 The driver was originally based on the 'lance.c' driver from Donald
46 Becker which is included with the standard driver distribution fo
    [all...]
  /development/pdk/docs/porting/
keymaps_keyboard_input.jd 15 <li><a href="#androidKeymapDriverTemplate">Implementing Your Own Driver (Driver Template)</a></li>
22 <p>Android uses the standard Linux input event device (<code>/dev/event0</code>) and driver as described in the <code>linux/input.h</code> kernel header file. For more information regarding standard Linux input drivers, please see <a href="http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.24.y.git;a=blob;f=Documentation/input/input.txt">Linux Input drivers</a> at <a href="http://kernel.org">http://kernel.org</a>.</p>
30 <p>The keymap driver's other primary function is to establish a probe function that sets up the interrupt or polling function, handles hardware initialization, and attaches the driver to the input subsystem with <code>input_register_device()</code>.</p>
40 <td>Window manager reads key event from Linux keyboard driver. </td>
41 <td>Events are typically positional. For example, the top-left position on a keypad returns 16 regardless of whether that key is printed with a Q (as on a QWERTY keypad) or an A (as on an AZERTY keypads). This first conversion by the Linux Keyboard Driver yields a scancode (for example, 16).</td>
46 <td>When the window manager reads a key event out of the driver, it maps the scancode to a keycode using a key layout map file. Typically, the keycode is the primary symbol screen-printed on a key. For example, <code>KEYCODE_DPAD_CENTER</code> is the center button on the five-way navigation control. Even though ALT + G generates a &quot;?&quot; character, <code>KEYCODE_G</code> is the keycode.</td>
357 <a name="androidKeymapDriverTemplate"></a><h3>Implementing Your Own Driver (Driver Template)</h3
    [all...]

Completed in 679 milliseconds

<<11121314151617181920>>