HomeSort by relevance Sort by last modified time
    Searched full:ldisc (Results 1 - 6 of 6) sorted by null

  /external/kernel-headers/original/linux/
tty.h 178 struct tty_ldisc ldisc; member in struct:tty_struct
246 #define TTY_IO_ERROR 1 /* Canse an I/O error (may be no ldisc too) */
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 405 int ldisc, len; local
522 ldisc = line_discipline;
523 if (ioctl(dev_fd, TIOCSETD, &ldisc) < 0) {
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 351 int ldisc, len, fd; local
504 ldisc = 22;
505 if (ioctl(dev_fd, TIOCSETD, &ldisc) < 0) {
  /system/core/sh/
jobs.c 144 int ldisc; local
203 if (ioctl(ttyfd, TIOCGETD, (char *)&ldisc) < 0
204 || ldisc != NTTYDISC) {
  /device/moto/stingray/ril/
libmoto_ril.so 
libmoto_cdma_ril.so 

Completed in 475 milliseconds