| /OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/ |
| H A D | siu.c | 19 PORT_UNKNOWN, 136 if (port.type == PORT_UNKNOWN) in vr41xx_siu_setup()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_core.c | 183 if (uport->type == PORT_UNKNOWN) in uart_port_startup() 505 if (!tty || uport->type == PORT_UNKNOWN) in uart_change_speed() 923 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_set_info() 936 if (uport->type != PORT_UNKNOWN && uport->ops->request_port) { in uart_set_info() 955 if (old_type != PORT_UNKNOWN) { in uart_set_info() 962 uport->type = PORT_UNKNOWN; in uart_set_info() 990 if (uport->type == PORT_UNKNOWN) in uart_set_info() 1124 if (uport->type != PORT_UNKNOWN && uport->ops->break_ctl) in uart_break_ctl() 1163 if (uport->type != PORT_UNKNOWN && uport->ops->release_port) in uart_do_autoconfig() 1657 if (port->type == PORT_UNKNOWN || port->fifosize == 0) { in uart_wait_until_sent() [all …]
|
| H A D | sunsu.c | 1044 up->type_probed = PORT_UNKNOWN; in sunsu_autoconfig() 1104 up->port.type = PORT_UNKNOWN; in sunsu_autoconfig() 1162 if (up->port.type == PORT_UNKNOWN) in sunsu_autoconfig() 1209 if (up->port.type == PORT_UNKNOWN) in sunsu_kbd_ms_init() 1472 up->port.type = PORT_UNKNOWN; in su_probe() 1497 if (up->port.type == PORT_UNKNOWN) in su_probe() 1539 } else if (up->port.type != PORT_UNKNOWN) in su_remove()
|
| H A D | vr41xx_siu.c | 160 return PORT_UNKNOWN; in siu_check_type() 700 if (port->type == PORT_UNKNOWN) in siu_init_ports() 826 if (port->type == PORT_UNKNOWN) in vr41xx_siu_early_setup()
|
| H A D | serial_txx9.c | 1069 uart->port.type = PORT_UNKNOWN; in serial_txx9_unregister_port() 1132 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_suspend() 1146 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial_txx9_resume()
|
| H A D | 21285.c | 364 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
|
| H A D | altera_jtaguart.c | 271 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
|
| H A D | timbuart.c | 309 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
|
| H A D | arc_uart.c | 423 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
|
| H A D | apbuart.c | 316 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
|
| H A D | xilinx_uartps.c | 944 if (ser->type != PORT_UNKNOWN && ser->type != PORT_XUARTPS) in cdns_uart_verify_port() 1552 port->type = PORT_UNKNOWN; in cdns_uart_probe()
|
| H A D | altera_uart.c | 389 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
|
| H A D | uartlite.c | 654 port->type = PORT_UNKNOWN; in ulite_assign()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_core.c | 881 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_suspend() 895 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev) in serial8250_resume() 938 if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused() 947 if (serial8250_ports[i].port.type == PORT_UNKNOWN && in serial8250_find_match_or_unused() 956 if (serial8250_ports[i].port.type == PORT_UNKNOWN) in serial8250_find_match_or_unused() 1163 uart->port.type = PORT_UNKNOWN; in serial8250_unregister_port()
|
| H A D | 8250_em.c | 109 up.port.type = PORT_UNKNOWN; in serial8250_em_probe()
|
| H A D | 8250_hp300.c | 109 port.type = PORT_UNKNOWN; in hp300_setup_serial_console()
|
| H A D | 8250_port.c | 60 [PORT_UNKNOWN] = { 1289 port->type = PORT_UNKNOWN; in autoconfig() 1315 if (port->type == PORT_UNKNOWN) in autoconfig() 3267 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port() 3270 if (port->type == PORT_UNKNOWN) in serial8250_config_port() 3281 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN || in serial8250_verify_port()
|
| H A D | 8250_of.c | 205 if (port_type == PORT_UNKNOWN) in of_platform_serial_probe()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | serial.h | 50 #define PORT_UNKNOWN 0 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | serial.h | 50 #define PORT_UNKNOWN 0 macro
|
| H A D | serial_core.h | 29 #define PORT_UNKNOWN 0 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | serial.h | 50 #define PORT_UNKNOWN 0 macro
|
| H A D | serial_core.h | 29 #define PORT_UNKNOWN 0 macro
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata_dwc.h | 207 PORT_UNKNOWN = 0, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/tty/ipwireless/ |
| H A D | tty.c | 262 ss->type = PORT_UNKNOWN; in ipwireless_get_serial_info()
|