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:offload_ch
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H
A
D
init.c
274
if (mhi_chan->
offload_ch
)
in mhi_init_dev_ctxt()
783
mhi_chan->
offload_ch
= ch_cfg->offload_channel;
in parse_ch_cfg()
802
mhi_chan->dir == DMA_NONE) && !mhi_chan->
offload_ch
) {
in parse_ch_cfg()
807
if (!mhi_chan->
offload_ch
) {
in parse_ch_cfg()
1184
if (!ul_chan->
offload_ch
&& !mhi_drv->ul_xfer_cb)
in mhi_driver_probe()
1205
if (!dl_chan->
offload_ch
&& !mhi_drv->dl_xfer_cb)
in mhi_driver_probe()
1278
if (!mhi_chan->
offload_ch
)
in mhi_driver_remove()
1297
!mhi_chan->
offload_ch
)
in mhi_driver_remove()
H
A
D
main.c
1350
if (!mhi_chan->
offload_ch
) {
in __mhi_unprepare_channel()
1385
if (!mhi_chan->
offload_ch
) {
in mhi_prepare_channel()
1462
if (!mhi_chan->
offload_ch
)
in mhi_prepare_channel()
1559
if (mhi_chan->
offload_ch
)
in mhi_reset_chan()
H
A
D
debugfs.c
98
if (mhi_chan->
offload_ch
) {
in mhi_debugfs_channels_show()
H
A
D
internal.h
564
bool
offload_ch
;
member
/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H
A
D
init.c
303
if (mhi_chan->
offload_ch
)
in mhi_init_dev_ctxt()
814
mhi_chan->
offload_ch
= ch_cfg->offload_channel;
in parse_ch_cfg()
833
mhi_chan->dir == DMA_NONE) && !mhi_chan->
offload_ch
) {
in parse_ch_cfg()
838
if (!mhi_chan->
offload_ch
) {
in parse_ch_cfg()
1269
if (!ul_chan->
offload_ch
&& !mhi_drv->ul_xfer_cb)
in mhi_driver_probe()
1285
if (!dl_chan->
offload_ch
&& !mhi_drv->dl_xfer_cb)
in mhi_driver_probe()
1355
if (!mhi_chan->
offload_ch
)
in mhi_driver_remove()
1374
!mhi_chan->
offload_ch
)
in mhi_driver_remove()
H
A
D
main.c
1444
if (!mhi_chan->
offload_ch
) {
in mhi_unprepare_channel()
1468
if (!mhi_chan->
offload_ch
) {
in mhi_prepare_channel()
1523
if (!mhi_chan->
offload_ch
)
in mhi_prepare_channel()
1623
if (mhi_chan->
offload_ch
)
in mhi_reset_chan()
H
A
D
internal.h
239
bool
offload_ch
;
member
H
A
D
debugfs.c
98
if (mhi_chan->
offload_ch
) {
in mhi_debugfs_channels_show()
Completed in 12 milliseconds