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:cdx_mcdi_cmd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cdx/controller/
H
A
D
mcdi.c
34
static void cdx_mcdi_cancel_cmd(struct cdx_mcdi *cdx, struct
cdx_mcdi_cmd
*cmd);
37
struct
cdx_mcdi_cmd
*cmd,
42
struct
cdx_mcdi_cmd
*cmd);
44
struct
cdx_mcdi_cmd
*cmd,
49
struct
cdx_mcdi_cmd
*cmd,
56
static bool cdx_cmd_cancelled(struct
cdx_mcdi_cmd
*cmd)
in cdx_cmd_cancelled()
63
kfree(container_of(ref, struct
cdx_mcdi_cmd
, ref));
in cdx_mcdi_cmd_release()
66
static unsigned int cdx_mcdi_cmd_handle(struct
cdx_mcdi_cmd
*cmd)
in cdx_mcdi_cmd_handle()
72
struct
cdx_mcdi_cmd
*cmd,
in _cdx_mcdi_remove_cmd()
87
struct
cdx_mcdi_cmd
*cm
in cdx_mcdi_remove_cmd()
[all...]
H
A
D
mcdi.h
95
* struct
cdx_mcdi_cmd
- An outstanding MCDI command
119
struct
cdx_mcdi_cmd
{
struct
165
struct
cdx_mcdi_cmd
*db_held_by;
166
struct
cdx_mcdi_cmd
*seq_held_by[16];
Completed in 2 milliseconds