Home
last modified time | relevance | path

Searched refs:PORT_SA1100 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dserial_core.h56 #define PORT_SA1100 34 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial_core.h58 #define PORT_SA1100 34 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dserial_core.h42 #define PORT_SA1100 34 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dserial_core.h42 #define PORT_SA1100 34 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dserial_core.h43 #define PORT_SA1100 34 macro
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsa1100.c523 return sport->port.type == PORT_SA1100 ? "SA1100" : NULL; in sa1100_type()
559 sport->port.type = PORT_SA1100; in sa1100_config_port()
565 * even then only between PORT_SA1100 and PORT_UNKNOWN
574 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100) in sa1100_verify_port()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsa1100.c496 return sport->port.type == PORT_SA1100 ? "SA1100" : NULL; in sa1100_type()
532 sport->port.type = PORT_SA1100; in sa1100_config_port()
538 * even then only between PORT_SA1100 and PORT_UNKNOWN
547 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100) in sa1100_verify_port()

Completed in 5 milliseconds