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:iocount
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/greybus/
H
A
D
uart.c
55
struct async_icount
iocount
;
member
665
new = gb_tty->
iocount
;
in wait_serial_change()
697
icount->dsr = gb_tty->
iocount
.dsr;
in gb_tty_get_icount()
698
icount->rng = gb_tty->
iocount
.rng;
in gb_tty_get_icount()
699
icount->dcd = gb_tty->
iocount
.dcd;
in gb_tty_get_icount()
700
icount->frame = gb_tty->
iocount
.frame;
in gb_tty_get_icount()
701
icount->overrun = gb_tty->
iocount
.overrun;
in gb_tty_get_icount()
702
icount->parity = gb_tty->
iocount
.parity;
in gb_tty_get_icount()
703
icount->brk = gb_tty->
iocount
.brk;
in gb_tty_get_icount()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
uart.c
55
struct async_icount
iocount
;
member
647
new = gb_tty->
iocount
;
in wait_serial_change()
679
icount->dsr = gb_tty->
iocount
.dsr;
in gb_tty_get_icount()
680
icount->rng = gb_tty->
iocount
.rng;
in gb_tty_get_icount()
681
icount->dcd = gb_tty->
iocount
.dcd;
in gb_tty_get_icount()
682
icount->frame = gb_tty->
iocount
.frame;
in gb_tty_get_icount()
683
icount->overrun = gb_tty->
iocount
.overrun;
in gb_tty_get_icount()
684
icount->parity = gb_tty->
iocount
.parity;
in gb_tty_get_icount()
685
icount->brk = gb_tty->
iocount
.brk;
in gb_tty_get_icount()
/kernel/linux/linux-5.10/drivers/usb/class/
H
A
D
cdc-acm.c
323
acm->oldcount = acm->
iocount
;
in acm_process_notification()
326
acm->
iocount
.dsr++;
in acm_process_notification()
328
acm->
iocount
.dcd++;
in acm_process_notification()
330
acm->
iocount
.brk++;
in acm_process_notification()
334
acm->
iocount
.rng++;
in acm_process_notification()
336
acm->
iocount
.frame++;
in acm_process_notification()
338
acm->
iocount
.parity++;
in acm_process_notification()
340
acm->
iocount
.overrun++;
in acm_process_notification()
987
new = acm->
iocount
;
in wait_serial_change()
1026
icount->dsr = acm->
iocount
in acm_tty_get_icount()
[all...]
H
A
D
cdc-acm.h
120
struct async_icount
iocount
; /* counters for control line changes */
member
/kernel/linux/linux-6.6/drivers/usb/class/
H
A
D
cdc-acm.c
334
acm->oldcount = acm->
iocount
;
in acm_process_notification()
337
acm->
iocount
.dsr++;
in acm_process_notification()
339
acm->
iocount
.dcd++;
in acm_process_notification()
341
acm->
iocount
.brk++;
in acm_process_notification()
345
acm->
iocount
.rng++;
in acm_process_notification()
347
acm->
iocount
.frame++;
in acm_process_notification()
349
acm->
iocount
.parity++;
in acm_process_notification()
351
acm->
iocount
.overrun++;
in acm_process_notification()
1007
new = acm->
iocount
;
in wait_serial_change()
1046
icount->dsr = acm->
iocount
in acm_tty_get_icount()
[all...]
H
A
D
cdc-acm.h
92
struct async_icount
iocount
; /* counters for control line changes */
member
Completed in 8 milliseconds