/external/quake/quake/src/WinQuake/ |
d_init.cpp | 20 // d_init.c: rasterization driver initialization
74 // back buffer, and there's some driver interface function that the driver
76 // console); Quake will then draw into wherever the driver points vid.buffer
169 // the software driver draws these directly to the vid buffer
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
driver_test.py | 31 # FIXME: this is a poor attempt at a unit tests driver. We should replace 35 """Simple test client for the port/Driver interface.""" 43 # |image_path| is a path to the image capture from the driver. 45 driver = port.start_driver(image_path, None) 50 driver.run_test(uri, int(options.timeout), None)
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
dhdioctl.h | 3 * Based on wlioctl.h (for Broadcom 802.11abg driver). 42 /* Linux network driver ioctl encoding */ 50 uint driver; /* to identify target driver */ member in struct:dhd_ioctl 53 /* per-driver magic numbers */
|
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
TWDriverInternal.h | 37 * \brief TWD Driver internal common internal declarations 59 /* Set A?Enable: Forward all frames to host driver */ 61 /* Cleared A? Disable: Do not orward all frames to the host driver */ 75 /* TWD Driver Structure */ 126 /* Count packets sent from upper driver. */
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
WlanDrvIf.h | 103 /* Driver object */ 106 TWlanDrvIfCommon tCommon; /* The driver object common part */ 115 struct net_device_stats stats; /* The driver's statistics for OS reports. */ 116 struct sock *wl_sock; /* The OS socket used for sending it the driver events */ 117 struct net_device *netdev; /* The OS handle for the driver interface. */
|
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
TWDriverInternal.h | 37 * \brief TWD Driver internal common internal declarations 59 /* Set A?Enable: Forward all frames to host driver */ 61 /* Cleared A? Disable: Do not orward all frames to the host driver */ 75 /* TWD Driver Structure */ 126 /* Count packets sent from upper driver. */
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/ |
WlanDrvIf.h | 101 /* Driver object */ 104 TWlanDrvIfCommon tCommon; /* The driver object common part */ 113 struct net_device_stats stats; /* The driver's statistics for OS reports. */ 114 struct sock *wl_sock; /* The OS socket used for sending it the driver events */ 115 struct net_device *netdev; /* The OS handle for the driver interface. */
|
/external/wpa_supplicant_6/wpa_supplicant/ |
README | 95 * LEAP (note: requires special support from the driver for IEEE 802.11 135 number of driver specific interface included in wpa_supplicant, please 138 default option to start with before falling back to driver specific 141 Host AP driver for Prism2/2.5/3 (development snapshot/v0.2.x) 143 Driver need to be set in Managed mode ('iwconfig wlan0 mode managed'). 148 with Windows NDIS driver for your wlan card supporting WPA. 150 Agere Systems Inc. Linux Driver 152 Please note that the driver interface file (driver_hermes.c) and 155 source package of the Agere driver. 157 madwifi driver for cards based on Atheros chip set (ar521x [all...] |
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
FwEvent.c | 118 TI_UINT32 uFwTimeOffset; /* Offset in microseconds between driver and FW clocks */ 202 * \param hFwEvent - FwEvent Driver handle 271 * \param hFwEvent - FwEvent Driver handle 331 * \brief Requests the context engine to schedule the driver task 333 * \param hFwEvent - FwEvent Driver handle 338 * Requests the context engine to schedule the driver task 351 /* Request switch to driver context for handling the FW-Interrupt event */ 361 * \param hFwEvent - FwEvent Driver handle 420 * \param hFwEvent - FwEvent Driver handle 443 * on the delta time that they spent in the driver [all...] |
/external/kernel-headers/original/linux/ |
serio.h | 46 struct mutex drv_mutex; /* protects serio->drv so attributes can pin driver */ 49 unsigned int registered; /* port has been fully registered with driver core */ 70 struct device_driver driver; member in struct:serio_driver 72 #define to_serio_driver(d) container_of(d, struct serio_driver, driver) 124 * driver-specific data. 138 * driver code from port's interrupt handler 151 * Use the following functions to pin serio's driver in process context
|
sysdev.h | 2 * System devices follow a slightly different driver model. 3 * They don't need to do dynammic driver binding, can't be probed, 7 * We still have a notion of a driver for a system device, because we still
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
ipc_sta.c | 69 * will allow us to talk to the driver. 120 /* open the socket to the driver */ 124 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcSta_Create - cant open socket for communication with the driver\n"); 128 /* set the driver name */ 138 /* close the socket to the driver */ 170 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IPC_STA_Private_Send - error sending Wext private IOCTL to STA driver (ioctl_cmd = %x, res = %d, errno = %d)\n", ioctl_cmd,res,errno); 187 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IPC_STA_Wext_Send - error sending Wext IOCTL to STA driver (wext_request_id = 0x%x, res = %d, errno = %d)\n",wext_request_id,res,errno);
|
/hardware/ti/wlan/wl1271/platforms/hw/linux/ |
SdioAdapter.h | 58 /** \brief sdioAdapt_ConnectBus: Init SDIO driver and HW 60 * \param fCbFunc - The bus driver's callback upon async transaction completion 71 * Called by BusDrv to initialize the SDIO driver and HW. 84 /** \brief sdioAdapt_DisconnectBus: Disconnect SDIO driver 90 * Called by BusDrv. Disconnect the SDIO driver. 108 * Call write or read SDIO-driver function according to the direction. 135 * Call write or read SDIO-driver Sync function according to the direction.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/ |
TNETW_Driver_api.h | 39 /* MODULE: TNETW-Driver */ 41 /* PURPOSE: Driver API functions prototypes. */ 54 TNETW-Driver Common API Functions 57 /* Functions that handle common procedures for multiple driver modules (mainly initialization). */ 69 /* TEMPORARY!! - untill the new TNETW-Driver architecture is completed!! */ 77 TNETW-Driver Tx API Functions 103 /* the host driver. */
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
ipc_sta.c | 69 * will allow us to talk to the driver. 120 /* open the socket to the driver */ 124 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcSta_Create - cant open socket for communication with the driver\n"); 128 /* set the driver name */ 138 /* close the socket to the driver */ 170 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IPC_STA_Private_Send - error sending Wext private IOCTL to STA driver (ioctl_cmd = %x, res = %d, errno = %d)\n", ioctl_cmd,res,errno); 187 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IPC_STA_Wext_Send - error sending Wext IOCTL to STA driver (wext_request_id = 0x%x, res = %d, errno = %d)\n",wext_request_id,res,errno);
|
/system/wlan/ti/wilink_6_1/platforms/hw/linux/ |
SdioAdapter.h | 58 /** \brief sdioAdapt_ConnectBus: Init SDIO driver and HW 60 * \param fCbFunc - The bus driver's callback upon async transaction completion 67 * Called by BusDrv to initialize the SDIO driver and HW. 77 /** \brief sdioAdapt_DisconnectBus: Disconnect SDIO driver 83 * Called by BusDrv. Disconnect the SDIO driver. 101 * Call write or read SDIO-driver function according to the direction. 128 * Call write or read SDIO-driver Sync function according to the direction.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
XMLReaderFactory.java | 42 * nothing bound its class name to <code>org.xml.sax.driver</code> so 60 private static final String property = "org.xml.sax.driver"; 68 * <li>If the system property <code>org.xml.sax.driver</code> 72 * in the <em>META-INF/services/org.xml.sax.driver</em> file in 158 + "is system property org.xml.sax.driver set?"); 192 throw new SAXException("SAX2 driver class " + className + 195 throw new SAXException("SAX2 driver class " + className + 198 throw new SAXException("SAX2 driver class " + className + 202 throw new SAXException("SAX2 driver class " + className +
|
/development/host/windows/usb/api/ |
adb_winusb_api.h | 31 driver, but has no traces to WinUsb. AdbWinUsbApi is capable of working on
34 is that customers may have a legacy driver that they don't want to upgrade
43 that USB driver underneath us is in deed WinUsb.
|
/hardware/ti/wlan/wl1271/stad/build/linux/ |
Makefile | 41 # Location and filename of the driver .lib file created by this makefile. 98 # Build the driver lib file 111 # Recursively cleans the driver files.
|
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
DrvMain.c | 36 * \brief The DrvMain module. Handles driver init, stop and recovery processes. 133 TStadHandlesList tStadHandles; /* All STAD modules handles (distributed in driver init process) */ 141 EActionType eAction; /* The last action (start/stop) inserted to the driver */ 143 TBusDrvCfg tBusDrvCfg; /* A union (struc per each supported bus type) for the bus driver configuration */ 144 TI_UINT32 uRxDmaBufLen; /* The bus driver Rx DMA buffer length (needed as a limit for Rx aggregation length) */ 145 TI_UINT32 uTxDmaBufLen; /* The bus driver Tx DMA buffer length (needed as a limit for Tx aggregation length) */ 163 /** \brief WLAN Driver I/F Get file 172 * Note that in Linux the files were previously loaded to driver memory by the loader 177 /** \brief WLAN Driver I/F Update Driver Stat [all...] |
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/ |
SmilXmlParser.java | 39 // use the Driver class temporarily. 40 System.setProperty("org.xml.sax.driver", "org.xmlpull.v1.sax2.Driver");
|
/system/wlan/ti/wilink_6_1/stad/build/linux/ |
Makefile | 41 # Location and filename of the driver .lib file created by this makefile. 98 # Build the driver lib file 111 # Recursively cleans the driver files.
|
/external/grub/netboot/ |
3c90x.txt | 2 Instructions for use of the 3C90X driver for EtherBoot 22 DMA cards from 3Com. This particular driver supports both the 3c90x and 38 documentation "3c90x.txt" before compiling and using this driver. 63 To use this driver in such a PROM, visit Atmel's web site and download 87 Normally, the basic procedure for using this driver is as follows: 89 1. Run the 3c90xcfg program on the driver diskette to enable the 118 1. Extend the driver to fully implement the auto-select 121 3. Extend the driver to support the 3c905c revision cards 127 This driver has been tested on roughly 300 systems. The main two 158 default, because the Windows NT 4.0 driver does not like it (no packet [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/ |
DrvMain.c | 36 * \brief The DrvMain module. Handles driver init, stop and recovery processes. 131 TStadHandlesList tStadHandles; /* All STAD modules handles (distributed in driver init process) */ 138 EActionType eAction; /* The last action (start/stop) inserted to the driver */ 141 TBusDrvCfg tBusDrvCfg; /* A union (struc per each supported bus type) for the bus driver configuration */ 159 /** \brief WLAN Driver I/F Get file 168 * Note that in Linux the files were previously loaded to driver memory by the loader 173 /** \brief WLAN Driver I/F Update Driver State 176 * \param eDriverState - New Driver State 180 * This function Update the driver state (Idle | Running | Stopped |Failed) [all...] |
/external/wpa_supplicant/ |
README | 94 * LEAP (note: requires special support from the driver for IEEE 802.11 134 number of driver specific interface included in wpa_supplicant, please 137 default option to start with before falling back to driver specific 140 Host AP driver for Prism2/2.5/3 (development snapshot/v0.2.x) 142 Driver need to be set in Managed mode ('iwconfig wlan0 mode managed'). 147 with Windows NDIS driver for your wlan card supporting WPA. 149 Agere Systems Inc. Linux Driver 151 Please note that the driver interface file (driver_hermes.c) and 154 source package of the Agere driver. 156 madwifi driver for cards based on Atheros chip set (ar521x [all...] |