Home
last modified time | relevance | path

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

12

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

12