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:dpfe_api
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/
H
A
D
brcmstb_dpfe.c
174
struct
dpfe_api
{
struct
187
const struct
dpfe_api
*
dpfe_api
;
member
234
static const struct
dpfe_api
dpfe_api_old_v2 = {
264
static const struct
dpfe_api
dpfe_api_new_v2 = {
285
static const struct
dpfe_api
dpfe_api_v3 = {
391
if (unlikely(priv->
dpfe_api
->version >= 3))
in get_msg_ptr()
429
release_mbox = (priv->
dpfe_api
->version < 2)
in __finalize_command()
446
msg = priv->
dpfe_api
->command[cmd];
in __send_command()
649
if (!priv->
dpfe_api
in brcmstb_dpfe_download_firmware()
[all...]
/kernel/linux/linux-6.6/drivers/memory/
H
A
D
brcmstb_dpfe.c
173
struct
dpfe_api
{
struct
186
const struct
dpfe_api
*
dpfe_api
;
member
233
static const struct
dpfe_api
dpfe_api_old_v2 = {
263
static const struct
dpfe_api
dpfe_api_new_v2 = {
284
static const struct
dpfe_api
dpfe_api_v3 = {
390
if (unlikely(priv->
dpfe_api
->version >= 3))
in get_msg_ptr()
428
release_mbox = (priv->
dpfe_api
->version < 2)
in __finalize_command()
445
msg = priv->
dpfe_api
->command[cmd];
in __send_command()
648
if (!priv->
dpfe_api
in brcmstb_dpfe_download_firmware()
[all...]
Completed in 3 milliseconds