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:chan_in
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
chan_kern.c
296
chan = line->
chan_in
;
in chan_window_size()
387
struct chan *in = line->
chan_in
, *out = line->chan_out;
in chan_config_string()
496
line->
chan_in
= line->chan_out = NULL;
in parse_chan_pair()
515
line->
chan_in
= new;
in parse_chan_pair()
533
line->
chan_in
= line->chan_out = new;
in parse_chan_pair()
541
struct chan *chan = line->
chan_in
;
in chan_interrupt()
H
A
D
line.h
40
struct chan *
chan_in
, *chan_out;
member
H
A
D
line.c
223
deactivate_chan(line->
chan_in
, line->driver->read_irq);
in line_throttle()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
chan_kern.c
296
chan = line->
chan_in
;
in chan_window_size()
387
struct chan *in = line->
chan_in
, *out = line->chan_out;
in chan_config_string()
496
line->
chan_in
= line->chan_out = NULL;
in parse_chan_pair()
515
line->
chan_in
= new;
in parse_chan_pair()
533
line->
chan_in
= line->chan_out = new;
in parse_chan_pair()
541
struct chan *chan = line->
chan_in
;
in chan_interrupt()
H
A
D
line.h
40
struct chan *
chan_in
, *chan_out;
member
H
A
D
line.c
218
deactivate_chan(line->
chan_in
, line->read_irq);
in line_throttle()
Completed in 5 milliseconds