Home
last modified time | relevance | path

Searched refs:UART_CONFIG_TYPE (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.12.1/drivers/tty/serial/8250/
D8250_rsa.c61 } else if (flags & UART_CONFIG_TYPE) { in univ8250_config_port()
/linux-6.12.1/drivers/tty/serial/
Desp32_acm.c245 if (flags & UART_CONFIG_TYPE) in esp32s3_acm_config_port()
D21285.c333 if (flags & UART_CONFIG_TYPE && serial21285_request_port(port) == 0) in serial21285_config_port()
Dapbuart.c277 if (flags & UART_CONFIG_TYPE) { in apbuart_config_port()
Dtimbuart.c366 if (flags & UART_CONFIG_TYPE) { in timbuart_config_port()
Darc_uart.c426 if (flags & UART_CONFIG_TYPE) in arc_serial_config_port()
Ddigicolor-usart.c354 if (flags & UART_CONFIG_TYPE) in digicolor_uart_config_port()
Dclps711x.c319 if (flags & UART_CONFIG_TYPE) in uart_clps711x_config_port()
Dmps2-uart.c386 if (type & UART_CONFIG_TYPE && !mps2_uart_request_port(port)) in mps2_uart_config_port()
Dsunplus-uart.c432 if (type & UART_CONFIG_TYPE) in sunplus_config_port()
Dmilbeaut_usio.c381 if (flags & UART_CONFIG_TYPE) in mlb_usio_config_port()
Ddz.c716 if (flags & UART_CONFIG_TYPE) { in dz_config_port()
Dbcm63xx_uart.c576 if (flags & UART_CONFIG_TYPE) { in bcm_uart_config_port()
Damba-pl010.c488 if (flags & UART_CONFIG_TYPE) { in pl010_config_port()
Dar933x_uart.c539 if (flags & UART_CONFIG_TYPE) in ar933x_uart_config_port()
Drda-uart.c508 if (flags & UART_CONFIG_TYPE) { in rda_uart_config_port()
Dst-asc.c628 if ((flags & UART_CONFIG_TYPE)) in asc_config_port()
Desp32_uart.c474 if (flags & UART_CONFIG_TYPE) in esp32_uart_config_port()
Dowl-uart.c438 if (flags & UART_CONFIG_TYPE) { in owl_uart_config_port()
Dmeson_uart.c448 if (flags & UART_CONFIG_TYPE) { in meson_uart_config_port()
Dfsl_linflexuart.c532 if (flags & UART_CONFIG_TYPE) in linflex_config_port()
Dlantiq.c541 if (flags & UART_CONFIG_TYPE) { in lqasc_config_port()
Dmax3100.c616 if (flags & UART_CONFIG_TYPE) in max3100_config_port()
Dpic32_uart.c720 if (flags & UART_CONFIG_TYPE) { in pic32_uart_config_port()
/linux-6.12.1/include/linux/
Dserial_core.h410 #define UART_CONFIG_TYPE (1 << 0) macro

12