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_r_tail
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H
A
D
jsm_tty.c
234
channel->ch_r_head = channel->
ch_r_tail
= 0;
in jsm_tty_open()
545
tail = ch->
ch_r_tail
& rmask;
in jsm_input()
631
ch->
ch_r_tail
= tail & rmask;
in jsm_input()
748
if ((qleft = ch->
ch_r_tail
- ch->ch_r_head - 1) < 0)
in jsm_check_queue_flow_control()
H
A
D
jsm_cls.c
366
tail = ch->
ch_r_tail
& RQUEUEMASK;
in cls_copy_data_from_uart_to_queue()
417
ch->
ch_r_tail
= tail;
in cls_copy_data_from_uart_to_queue()
698
ch->
ch_r_tail
= 0;
in cls_param()
H
A
D
jsm.h
223
u16
ch_r_tail
; /* Tail location of the read queue */
member
H
A
D
jsm_neo.c
287
tail = ch->
ch_r_tail
& RQUEUEMASK;
in neo_copy_data_from_uart_to_queue()
445
ch->
ch_r_tail
= tail = (tail + 1) & RQUEUEMASK;
in neo_copy_data_from_uart_to_queue()
941
ch->ch_r_head = ch->
ch_r_tail
= 0;
in neo_param()
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H
A
D
jsm_tty.c
234
channel->ch_r_head = channel->
ch_r_tail
= 0;
in jsm_tty_open()
545
tail = ch->
ch_r_tail
& rmask;
in jsm_input()
635
ch->
ch_r_tail
= tail & rmask;
in jsm_input()
752
qleft = ch->
ch_r_tail
- ch->ch_r_head - 1;
in jsm_check_queue_flow_control()
H
A
D
jsm_cls.c
366
tail = ch->
ch_r_tail
& RQUEUEMASK;
in cls_copy_data_from_uart_to_queue()
413
ch->
ch_r_tail
= tail;
in cls_copy_data_from_uart_to_queue()
694
ch->
ch_r_tail
= 0;
in cls_param()
H
A
D
jsm.h
223
u16
ch_r_tail
; /* Tail location of the read queue */
member
H
A
D
jsm_neo.c
287
tail = ch->
ch_r_tail
& RQUEUEMASK;
in neo_copy_data_from_uart_to_queue()
446
ch->
ch_r_tail
= tail = (tail + 1) & RQUEUEMASK;
in neo_copy_data_from_uart_to_queue()
942
ch->ch_r_head = ch->
ch_r_tail
= 0;
in neo_param()
Completed in 10 milliseconds