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_enable
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/drivers/dma/
H
A
D
dma-g2.c
24
unsigned long
chan_enable
; /* Channel enable */
member
77
g2_dma->channel[chan_nr].
chan_enable
= 1;
in g2_enable_dma()
87
g2_dma->channel[chan_nr].
chan_enable
= 0;
in g2_disable_dma()
143
g2_dma->channel[chan_nr].
chan_enable
,
in g2_xfer_dma()
/kernel/linux/linux-6.6/arch/sh/drivers/dma/
H
A
D
dma-g2.c
24
unsigned long
chan_enable
; /* Channel enable */
member
77
g2_dma->channel[chan_nr].
chan_enable
= 1;
in g2_enable_dma()
87
g2_dma->channel[chan_nr].
chan_enable
= 0;
in g2_disable_dma()
143
g2_dma->channel[chan_nr].
chan_enable
,
in g2_xfer_dma()
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_port_wwan.c
63
if (!port_private->
chan_enable
)
in t7xx_port_ctrl_tx()
120
if (!atomic_read(&port->usage_cnt) || !port->
chan_enable
) {
in t7xx_port_wwan_recv_skb()
137
port->
chan_enable
= true;
in t7xx_port_wwan_enable_chl()
146
port->
chan_enable
= false;
in t7xx_port_wwan_disable_chl()
H
A
D
t7xx_port.h
126
bool
chan_enable
;
member
H
A
D
t7xx_port_proxy.c
445
port->
chan_enable
= false;
in t7xx_proxy_init_all_ports()
Completed in 3 milliseconds