Searched defs:stop_bits (Results 1 - 6 of 6) sorted by relevance

/external/qemu/
H A Dqemu-char.h26 int stop_bits; member in struct:__anon11041
H A Dqemu-char.c1085 int parity, int data_bits, int stop_bits)
1092 speed, parity, data_bits, stop_bits);
1193 if (stop_bits == 2)
1208 ssp->data_bits, ssp->stop_bits);
1084 tty_serial_init(int fd, int speed, int parity, int data_bits, int stop_bits) argument
/external/bluetooth/bluedroid/stack/include/
H A Dport_api.h61 UINT8 stop_bits; member in struct:__anon1329
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_int.h124 UINT8 stop_bits; member in struct:__anon1423::__anon1424::__anon1429
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c149 UINT8 stop_bits; member in struct:__anon7362
893 UINT8 stop_bits = 0; local
983 stop_bits = 0;
985 stop_bits = CSTOPB;
1211 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits);
/external/kernel-headers/original/linux/
H A Dwanrouter.h442 unsigned stop_bits; member in struct:wanif_conf

Completed in 185 milliseconds