HomeSort by relevance Sort by last modified time
    Searched refs:cfsetospeed (Results 51 - 62 of 62) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /bionic/libc/include/
termios.h 90 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /hardware/broadcom/libbt/src/
userial_vendor.c 249 cfsetospeed(&vnd_userial.termios, baud);
306 cfsetospeed(&vnd_userial.termios, tcio_baud);
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsevents.c 63 cfsetospeed(&tty, 9600);
  /external/openssh/
ttymodes.c 402 cfsetospeed(&tio, baud_to_speed(baud)) == -1)
403 error("cfsetospeed failed for %d", baud);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 341 cfsetospeed(&ti, B115200);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 281 cfsetospeed(&ti, B115200);
  /external/grub/grub/
asmstub.c 1144 cfsetospeed (&termios, termios_speed);
  /external/ppp/pppd/
sys-linux.c 949 cfsetospeed (&tios, speed);
    [all...]
sys-solaris.c 1245 cfsetospeed(&tios, speed);
    [all...]
  /external/qemu/
qemu-char.c 1160 cfsetospeed(&tty, spd);
    [all...]

Completed in 456 milliseconds

1 23