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_iface
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cdx/controller/
H
A
D
mcdi.c
39
static void cdx_mcdi_start_or_queue(struct
cdx_mcdi_iface
*mcdi,
41
static void cdx_mcdi_cmd_start_or_queue(struct
cdx_mcdi_iface
*mcdi,
43
static bool cdx_mcdi_complete_cmd(struct
cdx_mcdi_iface
*mcdi,
48
static void cdx_mcdi_timeout_cmd(struct
cdx_mcdi_iface
*mcdi,
71
static void _cdx_mcdi_remove_cmd(struct
cdx_mcdi_iface
*mcdi,
in _cdx_mcdi_remove_cmd()
86
static void cdx_mcdi_remove_cmd(struct
cdx_mcdi_iface
*mcdi,
in cdx_mcdi_remove_cmd()
108
struct
cdx_mcdi_iface
*mcdi;
in cdx_mcdi_init()
138
struct
cdx_mcdi_iface
*mcdi;
in cdx_mcdi_finish()
151
static bool cdx_mcdi_flushed(struct
cdx_mcdi_iface
*mcdi, bool ignore_cleanups)
in cdx_mcdi_flushed()
165
struct
cdx_mcdi_iface
*mcd
in cdx_mcdi_wait_for_cleanup()
[all...]
H
A
D
mcdi.h
124
struct
cdx_mcdi_iface
*mcdi;
143
* struct
cdx_mcdi_iface
- MCDI protocol context
157
struct
cdx_mcdi_iface
{
struct
179
struct
cdx_mcdi_iface
iface;
183
static inline struct
cdx_mcdi_iface
*cdx_mcdi_if(struct cdx_mcdi *cdx)
in cdx_mcdi_if()
Completed in 2 milliseconds