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

1 2 3 4 56 7 8 91011>>

  /bionic/libc/kernel/common/linux/
platform_device.h 33 struct device_driver driver; member in struct:platform_driver
  /external/dbus/bus/
Android.mk 26 driver.c \
  /external/icu4c/test/intltest/
dadrcal.h 47 TestDataModule *driver; member in class:DataDrivenCalendarTest
dadrfmt.h 47 TestDataModule *driver; member in class:DataDrivenFormatTest
  /external/kernel-headers/original/linux/
tpa2018d1.h 1 /* include/linux/tpa2018d1.h - tpa2018d1 speaker amplifier driver
tty.h 37 * This is the flip buffer used for the tty driver. The buffer is
39 * between the tty driver and the tty line discipline.
174 struct tty_driver *driver; member in struct:tty_struct
255 #define TTY_NO_WRITE_SPLIT 17 /* Preserve write boundaries to driver */
256 #define TTY_HUPPED 18 /* Post driver->hangup() */
278 extern int tty_register_driver(struct tty_driver *driver);
279 extern int tty_unregister_driver(struct tty_driver *driver);
280 extern struct class_device *tty_register_device(struct tty_driver *driver,
283 extern void tty_unregister_device(struct tty_driver *driver, unsigned index);
339 return MKDEV(tty->driver->major, tty->driver->minor_start) + tty->index
    [all...]
vmalloc.h 36 * Highlevel APIs for driver use
59 * Lowlevel-APIs (not for driver use!)
  /external/qemu/android/
gps.h 17 /* this is the internal character driver used to communicate with the
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 39 /* Audio driver functions */
46 /* Audio driver bootstrap functions */
95 DUMMYAUD_DRIVER_NAME, "SDL dummy audio driver",
111 /* no-op...this is a null driver. */
  /external/qemu/telephony/
modem_driver.h 19 /* this is the internal character driver used to communicate with the
  /hardware/ti/omap3/dspbridge/inc/
drv.h 19 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
21 * DRV Resource allocation module. Driver Object gets Created
46 *! 17-Jul-2000 rr: Driver Object holds the list of Device Objects.
257 * Creates the Driver Object. This is done during the driver loading.
258 * There is only one Driver Object in the DSP/BIOS Bridge.
275 * There is one Driver Object for the Driver representing
276 * the driver itself. It contains the list of device
288 * Called upon driver unLoading.or unsuccesful loading of the driver
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
perfutils.h 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
qos_ti_uuid.h 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverRate.h 47 * Driver's TX Control Frame Rate Format Type
75 DRV_RATE_MAX = DRV_RATE_MCS_7, /**< Maximum Driver's Rate Type */
76 DRV_RATE_INVALID = 0xFF /**< Invalid Driver's Rate Type */
83 * \brief Driver rate mask
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 33 struct device_driver driver; member in struct:platform_driver
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 33 struct device_driver driver; member in struct:platform_driver
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 33 struct device_driver driver; member in struct:platform_driver
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
platform_device.h 33 struct device_driver driver; member in struct:platform_driver
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
platform_device.h 33 struct device_driver driver; member in struct:platform_driver
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
platform_device.h 33 struct device_driver driver; member in struct:platform_driver
  /system/core/nexus/
Supplicant.cpp 39 #define DRIVER_PROP_NAME "wlan.driver.status"
281 if (sendCommand((active ? "DRIVER SCAN-ACTIVE" : "DRIVER SCAN-PASSIVE"),
305 if (sendCommand("DRIVER RSSI", reply, &len)) {
327 if (sendCommand("DRIVER LINKSPEED", reply, &len)) {
355 if (sendCommand("DRIVER STOP", reply, &len)) {
356 LOGW("Failed to stop driver (%s)", strerror(errno));
367 if (sendCommand("DRIVER START", reply, &len)) {
368 LOGW("Failed to start driver (%s)", strerror(errno));
553 snprintf(req, sizeof(req), "DRIVER RXFILTER-ADD %d", i)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.h 2 * WPA Supplicant - driver interaction with TI station
48 TIWLAN_KEY_FLAGS_SET_KEY_RSC = 0x20000000, /* Used to set RSC (receive sequence counter) to driver */
82 TI_HANDLE hEvents[IPC_EVENT_MAX]; /* Event handles - needed to register to driver events */
87 int driver_is_loaded; /* TRUE/FALSE flag if driver is already loaded and can be accessed */
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverRate.h 47 * Driver's TX Control Frame Rate Format Type
75 DRV_RATE_MAX = DRV_RATE_MCS_7, /**< Maximum Driver's Rate Type */
76 DRV_RATE_INVALID = 0xFF /**< Invalid Driver's Rate Type */
83 * \brief Driver rate mask
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
tiwlan_profile.c 88 /* Stop CPU estimation for a driver entry and maintains the resolution of the estimator */
101 /* Starts CPU estimation for a bus driver entry */
118 /* Update the total time of driver CPU usage */
127 /* Starts CPU estimation for a driver entry */
139 /* Stop CPU estimation for a driver entry and maintains the resolution of the estimator */
160 /* Update the total time of driver CPU usage */
246 * NOTE: this function does not run in a driver context
274 * NOTE: this function does not run in a driver context
292 * NOTE: this function is not run in a driver context
296 /* Reset accumulated driver time and the last estimation *
    [all...]
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 36 with USB driver.
40 detected that underlying USB driver is WinUsb.sys.

Completed in 339 milliseconds

1 2 3 4 56 7 8 91011>>