Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ch_c_iflag
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H
A
D
jsm_tty.c
247
channel->
ch_c_iflag
= termios->c_iflag;
in jsm_tty_open()
312
channel->
ch_c_iflag
= termios->c_iflag;
in jsm_tty_set_termios()
778
else if (ch->
ch_c_iflag
& IXOFF) {
in jsm_check_queue_flow_control()
816
else if (ch->
ch_c_iflag
& IXOFF && ch->ch_stops_sent) {
in jsm_check_queue_flow_control()
H
A
D
jsm_neo.c
195
if (ch->
ch_c_iflag
& IXON)
in neo_set_no_input_flow_control()
233
if (ch->
ch_c_iflag
& IXOFF)
in neo_set_no_output_flow_control()
384
if (ch->
ch_c_iflag
& IGNBRK)
in neo_copy_data_from_uart_to_queue()
1054
else if (ch->
ch_c_iflag
& IXON) {
in neo_param()
1066
else if (ch->
ch_c_iflag
& IXOFF) {
in neo_param()
H
A
D
jsm_cls.c
381
if (ch->
ch_c_iflag
& IGNBRK)
in cls_copy_data_from_uart_to_queue()
782
else if (ch->
ch_c_iflag
& IXON) {
in cls_param()
797
else if (ch->
ch_c_iflag
& IXOFF) {
in cls_param()
H
A
D
jsm.h
205
tcflag_t
ch_c_iflag
; /* channel iflags */
member
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H
A
D
jsm_tty.c
247
channel->
ch_c_iflag
= termios->c_iflag;
in jsm_tty_open()
312
channel->
ch_c_iflag
= termios->c_iflag;
in jsm_tty_set_termios()
783
else if (ch->
ch_c_iflag
& IXOFF) {
in jsm_check_queue_flow_control()
821
else if (ch->
ch_c_iflag
& IXOFF && ch->ch_stops_sent) {
in jsm_check_queue_flow_control()
H
A
D
jsm_neo.c
195
if (ch->
ch_c_iflag
& IXON)
in neo_set_no_input_flow_control()
233
if (ch->
ch_c_iflag
& IXOFF)
in neo_set_no_output_flow_control()
385
if (ch->
ch_c_iflag
& IGNBRK)
in neo_copy_data_from_uart_to_queue()
1035
else if (ch->
ch_c_iflag
& IXON) {
in neo_param()
1047
else if (ch->
ch_c_iflag
& IXOFF) {
in neo_param()
H
A
D
jsm_cls.c
379
if (ch->
ch_c_iflag
& IGNBRK)
in cls_copy_data_from_uart_to_queue()
758
else if (ch->
ch_c_iflag
& IXON) {
in cls_param()
773
else if (ch->
ch_c_iflag
& IXOFF) {
in cls_param()
H
A
D
jsm.h
205
tcflag_t
ch_c_iflag
; /* channel iflags */
member
Completed in 9 milliseconds