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:binary_config
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/
H
A
D
fw_dnld.c
112
priv->fw_dnld.
binary_config
= NULL;
in fw_dnld_over()
204
&priv->fw_dnld.
binary_config
->uart.baudrate,
in process_state_set_ref_clock()
207
priv->fw_dnld.
binary_config
->uart.flow_control;
in process_state_set_ref_clock()
212
&priv->fw_dnld.
binary_config
->i2c.clk,
in process_state_set_ref_clock()
219
&priv->fw_dnld.
binary_config
->spi.clk,
in process_state_set_ref_clock()
255
priv->fw_dnld.offset = priv->fw_dnld.
binary_config
->offset;
in process_state_open_lc()
383
&priv->fw_dnld.
binary_config
->config);
in process_state_boot()
385
if (priv->fw_dnld.
binary_config
== &priv->fw_dnld.header->helper) {
in process_state_boot()
392
priv->fw_dnld.
binary_config
= &priv->fw_dnld.header->firmware;
in process_state_boot()
534
fw_dnld->
binary_config
in nfcmrvl_fw_dnld_start()
[all...]
H
A
D
fw_dnld.h
77
const struct nfcmrvl_fw_binary_config *
binary_config
;
member
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/
H
A
D
fw_dnld.c
99
priv->fw_dnld.
binary_config
= NULL;
in fw_dnld_over()
192
&priv->fw_dnld.
binary_config
->uart.baudrate,
in process_state_set_ref_clock()
195
priv->fw_dnld.
binary_config
->uart.flow_control;
in process_state_set_ref_clock()
200
&priv->fw_dnld.
binary_config
->i2c.clk,
in process_state_set_ref_clock()
207
&priv->fw_dnld.
binary_config
->spi.clk,
in process_state_set_ref_clock()
243
priv->fw_dnld.offset = priv->fw_dnld.
binary_config
->offset;
in process_state_open_lc()
372
&priv->fw_dnld.
binary_config
->config);
in process_state_boot()
374
if (priv->fw_dnld.
binary_config
== &priv->fw_dnld.header->helper) {
in process_state_boot()
381
priv->fw_dnld.
binary_config
= &priv->fw_dnld.header->firmware;
in process_state_boot()
523
fw_dnld->
binary_config
in nfcmrvl_fw_dnld_start()
[all...]
H
A
D
fw_dnld.h
66
const struct nfcmrvl_fw_binary_config *
binary_config
;
member
Completed in 3 milliseconds