Home
last modified time | relevance | path

Searched defs:baud (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dttymodes.c164 baud_to_speed(int baud) in baud_to_speed()
284 int baud; in tty_make_modes() local
352 int opcode, baud; in tty_parse_modes() local
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c146 UINT16 baud; member
496 UDRV_API extern UINT32 USERIAL_GetLineSpeed(UINT8 baud) in USERIAL_GetLineSpeed()
815 BOOLEAN userial_to_tcio_baud(UINT8 cfg_baud, UINT32 * baud) in userial_to_tcio_baud()
890 UINT32 baud = 0; in USERIAL_Open() local
1193 void userial_change_rate(UINT8 baud) in userial_change_rate()
/external/libnfc-nci/src/udrv/include/
Dusb.h181 UINT8 baud; /* Baud rate */ member
193 UINT8 baud; member
/external/libnfc-nci/halimpl/bcm2079x/include/
Duserial.h208 UINT8 baud; /* Baud rate */ member
220 UINT8 baud; member
/external/arduino/hardware/arduino/cores/arduino/
DHardwareSerial.cpp194 void HardwareSerial::begin(long baud) in begin()
/external/quake/quake/src/WinQuake/
Dnet_comx.cpp320 void TTY_GetComPortConfig (int portNumber, int *port, int *irq, int *baud, qboolean *useModem) in TTY_GetComPortConfig()
331 void TTY_SetComPortConfig (int portNumber, int port, int irq, int baud, qboolean useModem) in TTY_SetComPortConfig()