Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H A Duart_adapter.c21 #include <linux/serial.h>
320 struct serial_struct serial; in UartAdapterSetBaud() local
343 if (UartAdapterIoctlInner(fp, TIOCGSERIAL, (unsigned long)&serial) < 0) { in UartAdapterSetBaud()
347 serial.flags |= ASYNC_LOW_LATENCY; in UartAdapterSetBaud()
348 ret = UartAdapterIoctlInner(fp, TIOCSSERIAL, (unsigned long)&serial); in UartAdapterSetBaud()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/
H A DMakefile70 FRAMEWORKS_USB_SERIAL_DEMO_ROOT = $(LITEOSTOPDIR)/../../drivers/peripheral/usb/serial

Completed in 2 milliseconds