OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hw_stopped
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
serial_core.h
405
((port)->info->tty->stopped || (port)->info->tty->
hw_stopped
)
489
if (tty->
hw_stopped
) {
491
tty->
hw_stopped
= 0;
497
tty->
hw_stopped
= 1;
tty.h
187
unsigned char stopped:1,
hw_stopped
:1, flow_stopped:1, packet:1;
member in struct:tty_struct
Completed in 696 milliseconds