HomeSort by relevance Sort by last modified time
    Searched refs:CLOCAL (Results 26 - 40 of 40) sorted by null

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
termbits.h 148 #define CLOCAL 0004000
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
termbits.h 148 #define CLOCAL 0004000
  /device/moto/stingray/recovery/
masterclear_bp.c 125 tio.c_cflag |= ( CLOCAL | CREAD | CRTSCTS ); //enable receiver & hardware flow control
  /external/bluetooth/bluez/tools/
csr_bcsp.c 76 ti.c_cflag |= CLOCAL;
hciattach.c 1188 ti.c_cflag |= CLOCAL;
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 200 CLOCAL : local connection, no modem contol
203 gComPortContext.nIoConfig.c_cflag = DAL_BAUD_RATE | CS8 | CLOCAL | CREAD; /* Control mode flags */
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.c 363 mouse_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL;
SDL_fbevents.c 681 mouse_termios.c_cflag = CREAD | CLOCAL | HUPCL;
  /device/moto/stingray/whisper/
SA_Phys_Linux.c 452 tty.c_cflag |= CLOCAL; // ignore modem control lines //
  /external/kernel-headers/original/linux/
serial_core.h 528 !((cflag) & CLOCAL))
tty.h 142 #define C_CLOCAL(tty) _C_FLAG((tty),CLOCAL)
  /external/ppp/pppd/
sys-linux.c 897 * at the requested speed, etc. If `local' is true, set CLOCAL
916 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
926 tios.c_cflag ^= (CLOCAL | HUPCL);
    [all...]
sys-solaris.c 1178 * at the requested speed, etc. If `local' is true, set CLOCAL
1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1230 tios.c_cflag |= CLOCAL;
    [all...]
  /external/bluetooth/bluez/serial/
proxy.c 742 prx->proxy_ti.c_cflag |= (CLOCAL | CREAD);
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 562 mouse_termios.c_cflag = CREAD | CLOCAL | HUPCL;

Completed in 651 milliseconds

12