Home
last modified time | relevance | path

Searched refs:PORT_UNKNOWN (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/
H A Dsiu.c19 PORT_UNKNOWN,
136 if (port.type == PORT_UNKNOWN) in vr41xx_siu_setup()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c183 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 Dsunsu.c1044 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 Dvr41xx_siu.c160 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 Dserial_txx9.c1069 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 D21285.c364 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
H A Daltera_jtaguart.c271 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
H A Dtimbuart.c309 return port->type == PORT_UNKNOWN ? "timbuart" : NULL; in timbuart_type()
H A Darc_uart.c423 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
H A Dapbuart.c316 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
H A Dxilinx_uartps.c944 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 Daltera_uart.c389 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
H A Duartlite.c654 port->type = PORT_UNKNOWN; in ulite_assign()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_core.c881 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 D8250_em.c109 up.port.type = PORT_UNKNOWN; in serial8250_em_probe()
H A D8250_hp300.c109 port.type = PORT_UNKNOWN; in hp300_setup_serial_console()
H A D8250_port.c60 [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 D8250_of.c205 if (port_type == PORT_UNKNOWN) in of_platform_serial_probe()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial.h50 #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 Dserial.h50 #define PORT_UNKNOWN 0 macro
H A Dserial_core.h29 #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 Dserial.h50 #define PORT_UNKNOWN 0 macro
H A Dserial_core.h29 #define PORT_UNKNOWN 0 macro
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.h207 PORT_UNKNOWN = 0, enumerator
/OK3568_Linux_fs/kernel/drivers/tty/ipwireless/
H A Dtty.c262 ss->type = PORT_UNKNOWN; in ipwireless_get_serial_info()

123