Home
last modified time | relevance | path

Searched refs:tcio_baud (Results 1 - 2 of 2) sorted by relevance

/vendor/hihope/dayu210/bluetooth/src/
H A Duserial_vendor.c286 uint32_t tcio_baud; in userial_vendor_set_baud() local
292 userial_to_tcio_baud(userial_baud, &tcio_baud); in userial_vendor_set_baud()
294 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud()
295 cfsetispeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud()
/vendor/hihope/rk3568/bluetooth/src/
H A Duserial_vendor.c303 uint32_t tcio_baud; in userial_vendor_set_baud() local
309 userial_to_tcio_baud(userial_baud, &tcio_baud); in userial_vendor_set_baud()
311 cfsetospeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud()
312 cfsetispeed(&vnd_userial.termios, tcio_baud); in userial_vendor_set_baud()

Completed in 2 milliseconds