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:cmd_tre
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H
A
D
main.c
1282
struct mhi_ring_element *
cmd_tre
= NULL;
in mhi_send_cmd()
local
1298
cmd_tre
= ring->wp;
in mhi_send_cmd()
1301
cmd_tre
->ptr = MHI_TRE_CMD_RESET_PTR;
in mhi_send_cmd()
1302
cmd_tre
->dword[0] = MHI_TRE_CMD_RESET_DWORD0;
in mhi_send_cmd()
1303
cmd_tre
->dword[1] = MHI_TRE_CMD_RESET_DWORD1(chan);
in mhi_send_cmd()
1306
cmd_tre
->ptr = MHI_TRE_CMD_STOP_PTR;
in mhi_send_cmd()
1307
cmd_tre
->dword[0] = MHI_TRE_CMD_STOP_DWORD0;
in mhi_send_cmd()
1308
cmd_tre
->dword[1] = MHI_TRE_CMD_STOP_DWORD1(chan);
in mhi_send_cmd()
1311
cmd_tre
->ptr = MHI_TRE_CMD_START_PTR;
in mhi_send_cmd()
1312
cmd_tre
in mhi_send_cmd()
[all...]
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H
A
D
main.c
1262
struct mhi_tre *
cmd_tre
= NULL;
in mhi_send_cmd()
local
1278
cmd_tre
= ring->wp;
in mhi_send_cmd()
1281
cmd_tre
->ptr = MHI_TRE_CMD_RESET_PTR;
in mhi_send_cmd()
1282
cmd_tre
->dword[0] = MHI_TRE_CMD_RESET_DWORD0;
in mhi_send_cmd()
1283
cmd_tre
->dword[1] = MHI_TRE_CMD_RESET_DWORD1(chan);
in mhi_send_cmd()
1286
cmd_tre
->ptr = MHI_TRE_CMD_START_PTR;
in mhi_send_cmd()
1287
cmd_tre
->dword[0] = MHI_TRE_CMD_START_DWORD0;
in mhi_send_cmd()
1288
cmd_tre
->dword[1] = MHI_TRE_CMD_START_DWORD1(chan);
in mhi_send_cmd()
Completed in 4 milliseconds