HomeSort by relevance Sort by last modified time
    Searched full:driver (Results 551 - 575 of 1788) sorted by null

<<21222324252627282930>>

  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 41 wpa_printf(MSG_ERROR,"TI: Driver not initialized yet"); \
145 wpa_printf(MSG_ERROR, "ERROR - wpa_driver_tista_private_send - error sending Wext private IOCTL to STA driver (ioctl_cmd = %x, res = %d, errno = %d)", ioctl_cmd, res, errno);
168 wpa_printf(MSG_ERROR, "ERROR - Failed to start driver!");
187 wpa_printf(MSG_ERROR, "ERROR - Failed to stop driver!");
256 Routine Description: request scan from driver
415 /* Mapping the mode between UI enum and driver enum */
582 Routine Description: executes driver-specific commands
911 * wpa_driver_tista_init - Initialize WE driver interface
940 /* Signal that driver is not stopped */
951 /* Link Speed will be set by the message from the driver */
    [all...]
  /external/grub/netboot/
via-rhine.c 1 /* rhine.c:Fast Ethernet driver for Linux. */
16 This driver is designed for the VIA VT86C100A Rhine-II PCI Fast Ethernet
536 This driver is designed for the VIA 86c100A Rhine-II PCI Fast Ethernet
544 offset 0x78. This driver assumes that they are correct.
545 If this driver is compiled to use PCI memory space operations the EEPROM
548 III. Driver operation
552 This driver uses two statically allocated fixed-size descriptor lists
558 This driver attempts to use a zero-copy receive and transmit scheme.
561 the driver must often copy transmit packets into bounce buffers.
563 The driver allocates full frame size skbuffs for the Rx ring buffers a
    [all...]
davicom.c 2 DAVICOM DM9009/DM9102/DM9102A Etherboot Driver V1.00
4 This driver was ported from Marty Conner's Tulip Etherboot driver.
6 You can get Tulip driver source file from this URL:
10 This davicom etherboot driver supports DM9009/DM9102/DM9102A/
28 This driver was ported from tulip driver and it
31 Deleted some code that did not use in this driver.
  /external/kernel-headers/original/linux/
cdrom.h 40 /* When a driver supports a certain function, but the cdrom drive we are
93 * This ioctl is only used by the scsi-cd driver.
106 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
114 * These ioctls are implemented through the uniform CD-ROM driver
116 * drivers are eventually ported to the uniform CD-ROM driver interface.
370 /* capability flags used with the uniform CD-ROM driver */
381 #define CDC_DRIVE_STATUS 0x800 /* driver implements drive status */
382 #define CDC_GENERIC_PACKET 0x1000 /* driver implements generic packets */
409 /* User-configurable behavior options for the uniform CD-ROM driver */
936 void *handle; /* driver-dependent data *
    [all...]
a1026.h 1 /* include/linux/a1026.h - a1026 voice processor driver
51 A1026_NS_STATE_AUTO, /* leave mode as selected by driver */
ftape.h 28 * for the QIC-40/80/3010/3020 floppy-tape driver for Linux.
88 /* This defines the number of retries that the driver will allow
sockios.h 57 #define SIOCGIFSLAVE 0x8929 /* Driver slaving support */
98 /* Driver configuration calls */
  /external/libpcap/
pcap-dos.c 131 "Packet-Driver",
146 * Open MAC-driver with name 'device_name' for live capture of
236 /* If driver has a zero-copy receive facility, peek at the queue,
468 strcpy (ebuf, "No driver found");
674 * Deinitialise MAC driver.
782 * If driver is NOT a 16-bit "pkt/ndis" driver (having a 'copy_rx_buf'
933 /* if pcap is using a 32-bit driver w/o a pktdrvr loaded, we
991 * Application config hooks to set various driver parameters.
1172 dev->get_rx_buf = NULL; /* upcall is from rmode driver */
    [all...]
README.linux 24 This driver is also available as a module called af_packet.o ( =
38 to work, choose Y. This driver is also available as a module called
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c 2 * Broadcom Dongle Host Driver (DHD), Linux-specific network interface
165 .driver = {
391 static char dhd_version[] = "Dongle Host Driver, version " EPI_VERSION_STR
674 /* Finally, pick up the PROMISC flag as well, like the NIC driver does */
1526 uint driver = 0; local
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLData.java 52 * represents. This method, usually invoked by the JDBC driver, retrieves
79 * driver with the type map before {@code readSQL} is called.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
ErrorHandler.java 32 * <p>For XML processing errors, a SAX driver must use this interface
37 * {@link #fatalError fatalError}. In other words, a SAX driver class
Locator.java 98 * <p>If possible, the SAX driver should provide the line position
125 * <p>If possible, the SAX driver should provide the line position
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.h 22 a custom (legacy) USB driver.
29 a custom (legacy) USB driver.
  /external/bluetooth/bluez/src/
adapter.h 151 int btd_register_adapter_driver(struct btd_adapter_driver *driver);
152 void btd_unregister_adapter_driver(struct btd_adapter_driver *driver);
  /external/freetype/include/freetype/config/
ftoption.h 245 /* - The TrueType driver will provide its own set of glyph names, */
249 /* - The Type 1 driver will not be able to synthesize a Unicode */
253 /* a version of FreeType that doesn't contain a Type 1 or CFF driver. */
265 /* synthesize on the fly a Unicode charmap from the CFF/Type 1 driver */
269 /* compiled in your `PSNames' module. The Type 1 driver will not be */
491 /* a bytecode interpreter in the TrueType driver. Note that there are */
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 249 /* now a _single_ execution context in the TrueType driver which is */
262 TT_New_Context( TT_Driver driver ); variable
  /external/qemu/distrib/sdl-1.2.12/src/audio/baudio/
SDL_beaudio.cc 39 /* Audio driver functions */
46 /* Audio driver bootstrap functions */
  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 47 /* Audio driver functions */
54 /* Audio driver bootstrap functions */
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.c 32 /* Audio driver functions */
40 /* Audio driver bootstrap functions */
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macgl.c 40 /* load the gl driver from a default path */
42 /* no driver has been loaded, use default (ourselves) */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 151 * The key is the interface name and the value is the driver identifier, e.g.,
152 * en1: com.apple.driver.AirPort.Atheros
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 47 interfaceWidget->headerItem()->setText(0, "driver");
200 * INTERFACE_ADD <ifname>TAB<confname>TAB<driver>TAB<ctrl_interface>TAB
  /external/yaffs2/yaffs2/
Kconfig 38 the ones from the generic MTD-NAND driver.
121 Suggest setting Y during development and ironing out driver issues
  /frameworks/base/libs/audioflinger/
AudioHardwareInterface.cpp 78 // if running in emulation - use the emulator driver
80 LOGD("Running in emulation - using generic audio driver");

Completed in 251 milliseconds

<<21222324252627282930>>