/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
ScanSrvSM.c | 187 * \brief Request to enter driver mode from the power manager module.\n 198 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Requesting Driver mode from PowerSave Srv.\n"); 211 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode successful, continuing to scan.\n"); 218 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode pending, Waiting.\n"); 224 /* mark not to exit from driver mode (no entry was performed) */ 231 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode failed, continuing to scan.\n"); 240 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "Driver mode failed, aborting scan.\n"); 271 /* if exit from driver mode requested, do so */ 274 /* here we need to get an answer if we succeeded to exit driver mode */ 275 TRACE0( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Releasing Driver mode from Power Srv.\n") [all...] |
PowerSrv.h | 135 *holds the current mode of the PSS - driver or user... 148 *driver request struct 152 *pointer to the current request - user/driver request
|
/external/wpa_supplicant/ |
config.h | 98 * By default, wpa_supplicant requests driver to perform AP 100 * suitable AP. Another alternative is to allow the driver to 103 * 802.11 association information from the driver. 107 * 0: Driver takes care of scanning, AP selection, and IEEE 802.11 118 * one by one until the driver reports successful association; each 223 * driver_param - Driver interface parameters 225 * This text string is passed to the selected driver interface with the 227 * used to configure driver specific options without having to add new 228 * driver interface functionality.
|
ChangeLog | 15 interface (e.g., USB dongle or on resume if driver was unloaded for 39 using a longer hardcoded timeout for the scan if the driver supports 41 e.g., in cases where wpa_supplicant and madwifi driver ended up in 42 loop where the driver did not even try to associate 115 (Note: this requires driver support to work properly.) 245 * changed NDIS driver naming to only include device GUID, e.g., 250 * driver_ndis: re-initialize driver interface is the adapter is removed 292 a lot with, e.g., madwifi-ng driver) 304 if the driver does not support SIOCSIWAUTH 320 * driver_wext: Remove null-termination from SSID length if the driver [all...] |
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPManager.c | 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 23 * work is done at the driver level through the RM MGR module. 46 *! 27-Jun-2000 rr: Modified to call into the Class driver. 76 int hMediaFile = -1; /* class driver handle */ 88 * Open handle to the DSP/BIOS Bridge driver 105 if (usage_count == 0) { /* try opening handle to Bridge driver */ 112 /* Success in opening handle to Bridge driver */ 129 * Purpose: Close handle to the DSP/BIOS Bridge driver 144 /* Success in opening handle to Bridge driver */
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
BatchUpdateException.java | 34 * thrown, the JDBC driver may continue processing the remaining commands in the 35 * batch. If the driver does process more commands after the problem occurs, the 137 * thrown, the JDBC driver may continue processing the remaining commands in 138 * the batch. If the driver does so, the array returned by {@code 145 * exception was thrown. Alternatively, if the driver continues to
|
Struct.java | 43 * which matches this structured type, the JDBC driver uses the standard 57 * structured type, the JDBC driver uses the default mapping. The {@code
|
/external/wpa_supplicant_6/wpa_supplicant/ |
main.c | 31 " -i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] " 35 "[-D<driver>] \\\n" 55 " -D = driver name\n" 64 printf(" -p = driver parameters\n" 153 iface->driver = optarg;
|
todo.txt | 13 - if driver/hw is not WPA2 capable, must remove WPA_PROTO_RSN flag from 14 ssid->proto fields to avoid detecting downgrade attacks when the driver 19 for unicast); worked also with Host AP driver and madwifi 46 * global options (ap_scan, ctrl_interfaces) based on OS/driver 51 * "configuration wizard" (step 1: select OS, step 2: select driver, ...) to
|
/hardware/ti/wlan/wl1271/Txn/ |
TxnQueue.c | 38 * The Transaction Queue encapsulates the bus access from a functional driver (WLAN, BT). 49 * Support the TTxnStruct API (as the Bus Driver) with the ability to manage commands 50 * queuing of multiple functions on top of the Bus Driver. 51 * The TxnQ (as well as the layers above it) is agnostic to the bus driver used beneath it 74 #define MAX_PRIORITY 2 /* Maximum 2 prioritys per functional driver */ 83 /* Functional driver's SM States */ 115 TTxnStruct * pCurrTxn; /* The transaction currently processed in the bus driver (NULL if none) */ 180 /* Create the Bus-Driver module */ 273 /* Save functional driver info */ 279 /* Create the functional driver's queues. * [all...] |
/system/wlan/ti/wilink_6_1/Txn/ |
TxnQueue.c | 38 * The Transaction Queue encapsulates the bus access from a functional driver (WLAN, BT). 49 * Support the TTxnStruct API (as the Bus Driver) with the ability to manage commands 50 * queuing of multiple functions on top of the Bus Driver. 51 * The TxnQ (as well as the layers above it) is agnostic to the bus driver used beneath it 74 #define MAX_PRIORITY 2 /* Maximum 2 prioritys per functional driver */ 83 /* Functional driver's SM States */ 115 TTxnStruct * pCurrTxn; /* The transaction currently processed in the bus driver (NULL if none) */ 174 /* Create the Bus-Driver module */ 262 /* Save functional driver info */ 268 /* Create the functional driver's queues. * [all...] |
/external/kernel-headers/original/linux/ |
usb.h | 96 * @driver: the USB driver that is bound to this interface. 98 * interface is bound to a driver that uses the USB major number. 100 * be unused. The driver should set this value in the probe() 101 * function of the driver, after it has been assigned a minor 104 * (in probe()), bound to a driver, or unbinding (in disconnect()) 105 * @dev: driver model's view of this device 106 * @class_dev: driver model's class view of this device. 116 * The driver that is bound to the interface can use standard driver mode 609 struct device_driver driver; member in struct:usb_driver [all...] |
device.h | 2 * device.h - generic, centralized driver model 8 * See Documentation/driver-model/ for more information. 115 /* driverfs interface for exporting driver attributes */ 191 * @devt: for internal use by the driver core only. 192 * @node: for internal use by the driver core only. 193 * @kobj: for internal use by the driver core only. 194 * @devt_attr: for internal use by the driver core only. 312 * its driver. 316 struct device_driver *driver; /* which driver has allocated thi member in struct:device [all...] |
major.h | 155 #define VXVM_MAJOR 199 /* VERITAS volume i/o driver */ 156 #define VXSPEC_MAJOR 200 /* VERITAS volume config driver */ 157 #define VXDMP_MAJOR 201 /* VERITAS volume multipath driver */
|
mca.h | 52 /* is there a driver installed? 0 - No, 1 - Yes */ 97 struct device_driver driver; member in struct:mca_driver 99 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
|
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
|
/development/host/windows/usb/ |
android_winusb.inf | 2 ; Android WinUsb driver installation.
14 ; This section seems to be required for WinUsb driver installation.
130 WinUSB_SvcDesc = "Android USB Driver"
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmsdh_sdmmc.h | 2 * BCMSDH Function Driver for the native SDIO/MMC driver in the Linux Kernel 67 bool intr_handler_valid; /* client driver interrupt handler valid */
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
PowerSrv.h | 135 *holds the current mode of the PSS - driver or user... 148 *driver request struct 152 *pointer to the current request - user/driver request
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/ |
PowerSrv.h | 136 *holds the current mode of the PSS - driver or user... 149 *driver request struct 153 *pointer to the current request - user/driver request
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterApiC.h | 99 Desc: This function retrieves the driver and firmware version information. 129 Desc: This function retrieves the driver capabilities list. 132 structure that contains the WiLink? 4.0 driver 167 Desc: This function retrieves the BSSID list from the driver after a scan 196 Desc: Retrieves the BSSID information from the driver after a scan operation 211 Desc: Retrieves the primary BSSID information from the driver, i.e. the BSSID 485 Desc: This function retrieves driver statistics. pStatistics points to a 499 Desc: This function retrieves driver statistics. pStatistics points to a 531 Desc: This function adds the given filter to the WLAN driver's list of 547 Desc: This function adds the given filter to the WLAN driver's list o [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 | 55 * Power consumption when WiFi driver is scanning for networks. 60 * Power consumption when WiFi driver is on. 65 * Power consumption when WiFi driver is transmitting/receiving. 75 * Power consumption when Bluetooth driver is on. 80 * Power consumption when Bluetooth driver is transmitting/receiving. 85 * Power consumption when Bluetooth driver gets an AT command.
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/ |
osApi.h | 58 START OF OS API (Common to all GWSI LIB, Driver and TI Driver) 67 OS HW API NEEDED BY DRIVER 308 * all driver code is executed in context of a single tasklet, * 347 START OF GWSI DRIVER API 381 START OF TI DRIVER API
|
/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. */ 619 cff_get_interface( FT_Module driver, /* CFF_Driver */ 630 if ( !driver ) 634 sfnt = FT_Get_Module( driver->library, "sfnt" ); 664 /* now the specific driver fields */
|