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:er_index
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H
A
D
init.c
287
chan_ctxt->erindex = mhi_chan->
er_index
;
in mhi_init_dev_ctxt()
653
mhi_event->
er_index
= i;
in parse_ev_cfg()
768
mhi_chan->
er_index
= ch_cfg->event_ring;
in parse_ch_cfg()
935
mhi_event = &mhi_cntrl->mhi_event[mhi_chan->
er_index
];
in mhi_register_controller()
1208
mhi_event = &mhi_cntrl->mhi_event[dl_chan->
er_index
];
in mhi_driver_probe()
H
A
D
main.c
376
&mhi_cntrl->mhi_ctxt->er_ctxt[mhi_event->
er_index
];
in mhi_irq_handler()
736
&mhi_cntrl->mhi_ctxt->er_ctxt[mhi_event->
er_index
];
in mhi_process_ctrl_ev_ring()
908
&mhi_cntrl->mhi_ctxt->er_ctxt[mhi_event->
er_index
];
in mhi_process_data_event_ring()
1563
mhi_event = &mhi_cntrl->mhi_event[mhi_chan->
er_index
];
in mhi_reset_chan()
1564
er_ctxt = &mhi_cntrl->mhi_ctxt->er_ctxt[mhi_chan->
er_index
];
in mhi_reset_chan()
1625
struct mhi_event *mhi_event = &mhi_cntrl->mhi_event[mhi_chan->
er_index
];
in mhi_poll()
H
A
D
internal.h
520
u32
er_index
;
member
548
u32
er_index
;
member
/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H
A
D
init.c
316
chan_ctxt->erindex = cpu_to_le32(mhi_chan->
er_index
);
in mhi_init_dev_ctxt()
684
mhi_event->
er_index
= i;
in parse_ev_cfg()
799
mhi_chan->
er_index
= ch_cfg->event_ring;
in parse_ch_cfg()
972
mhi_event = &mhi_cntrl->mhi_event[mhi_chan->
er_index
];
in mhi_register_controller()
1288
mhi_event = &mhi_cntrl->mhi_event[dl_chan->
er_index
];
in mhi_driver_probe()
H
A
D
internal.h
195
u32
er_index
;
member
223
u32
er_index
;
member
H
A
D
main.c
450
er_ctxt = &mhi_cntrl->mhi_ctxt->er_ctxt[mhi_event->
er_index
];
in mhi_irq_handler()
813
&mhi_cntrl->mhi_ctxt->er_ctxt[mhi_event->
er_index
];
in mhi_process_ctrl_ev_ring()
984
&mhi_cntrl->mhi_ctxt->er_ctxt[mhi_event->
er_index
];
in mhi_process_data_event_ring()
1627
mhi_event = &mhi_cntrl->mhi_event[mhi_chan->
er_index
];
in mhi_reset_chan()
1628
er_ctxt = &mhi_cntrl->mhi_ctxt->er_ctxt[mhi_chan->
er_index
];
in mhi_reset_chan()
/kernel/linux/linux-6.6/drivers/bus/mhi/ep/
H
A
D
ring.c
179
ring->
er_index
= le32_to_cpu(ring->ring_ctx->ch.erindex);
in mhi_ep_ring_start()
H
A
D
internal.h
136
u32
er_index
;
member
H
A
D
main.c
85
ret = mhi_ep_send_event(mhi_cntrl, ring->
er_index
, event, MHI_TRE_DATA_GET_BEI(tre));
in mhi_ep_send_completion_event()
Completed in 13 milliseconds