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:ram_patch
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/fdp/
H
A
D
fdp.c
46
const struct firmware *
ram_patch
;
member
191
(type == NCI_PATCH_TYPE_RAM && !info->
ram_patch
))
in fdp_nci_send_patch()
197
fw = info->
ram_patch
;
in fdp_nci_send_patch()
277
r = request_firmware(&info->
ram_patch
, FDP_RAM_PATCH_NAME, dev);
in fdp_nci_request_firmware()
283
data = (u8 *) info->
ram_patch
->data;
in fdp_nci_request_firmware()
291
info->ram_patch_version, (int) info->
ram_patch
->size);
in fdp_nci_request_firmware()
324
if (info->
ram_patch
) {
in fdp_nci_release_firmware()
325
release_firmware(info->
ram_patch
);
in fdp_nci_release_firmware()
326
info->
ram_patch
= NULL;
in fdp_nci_release_firmware()
/kernel/linux/linux-6.6/drivers/nfc/fdp/
H
A
D
fdp.c
46
const struct firmware *
ram_patch
;
member
191
(type == NCI_PATCH_TYPE_RAM && !info->
ram_patch
))
in fdp_nci_send_patch()
197
fw = info->
ram_patch
;
in fdp_nci_send_patch()
274
r = request_firmware(&info->
ram_patch
, FDP_RAM_PATCH_NAME, dev);
in fdp_nci_request_firmware()
280
data = info->
ram_patch
->data;
in fdp_nci_request_firmware()
288
info->ram_patch_version, info->
ram_patch
->size);
in fdp_nci_request_firmware()
318
if (info->
ram_patch
) {
in fdp_nci_release_firmware()
319
release_firmware(info->
ram_patch
);
in fdp_nci_release_firmware()
320
info->
ram_patch
= NULL;
in fdp_nci_release_firmware()
Completed in 3 milliseconds