HomeSort by relevance Sort by last modified time
    Searched refs:DRIVER_NAME (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
ioctl_init.h 47 #ifndef DRIVER_NAME
48 #define DRIVER_NAME "TIWLAN"
52 # define print_deb(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
58 # define print_info(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg)
64 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg)
  /frameworks/base/services/jni/
com_android_server_UsbDeviceManager.cpp 32 #define DRIVER_NAME "/dev/usb_accessory"
67 int fd = open(DRIVER_NAME, O_RDWR);
69 ALOGE("could not open %s", DRIVER_NAME);
89 int fd = open(DRIVER_NAME, O_RDWR);
91 ALOGE("could not open %s", DRIVER_NAME);
104 int fd = open(DRIVER_NAME, O_RDWR);
106 ALOGE("could not open %s", DRIVER_NAME);
116 int fd = open(DRIVER_NAME, O_RDWR);
118 ALOGE("could not open %s", DRIVER_NAME);
  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c 42 #define DRIVER_NAME "qsa-nto"
218 DRIVER_NAME, "QNX6 QSA-NTO Audio",
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 45 #define DRIVER_NAME "alsa"
247 DRIVER_NAME, "ALSA 0.9 PCM audio",
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 155 printk(KERN_INFO DRIVER_NAME ": %d.%06d: %s",sec,uSec,p_msg);

Completed in 121 milliseconds