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:arch_nvram_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
nvram.h
44
extern const struct nvram_ops
arch_nvram_ops
;
52
if (
arch_nvram_ops
.get_size)
in nvram_get_size()
53
return
arch_nvram_ops
.get_size();
in nvram_get_size()
64
if (
arch_nvram_ops
.read_byte)
in nvram_read_byte()
65
return
arch_nvram_ops
.read_byte(addr);
in nvram_read_byte()
76
if (
arch_nvram_ops
.write_byte)
in nvram_write_byte()
77
arch_nvram_ops
.write_byte(val, addr);
in nvram_write_byte()
115
if (
arch_nvram_ops
.read)
in nvram_read()
116
return
arch_nvram_ops
.read(buf, count, ppos);
in nvram_read()
127
if (
arch_nvram_ops
in nvram_write()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
nvram.h
44
extern const struct nvram_ops
arch_nvram_ops
;
52
if (
arch_nvram_ops
.get_size)
in nvram_get_size()
53
return
arch_nvram_ops
.get_size();
in nvram_get_size()
64
if (
arch_nvram_ops
.read_byte)
in nvram_read_byte()
65
return
arch_nvram_ops
.read_byte(addr);
in nvram_read_byte()
76
if (
arch_nvram_ops
.write_byte)
in nvram_write_byte()
77
arch_nvram_ops
.write_byte(val, addr);
in nvram_write_byte()
115
if (
arch_nvram_ops
.read)
in nvram_read()
116
return
arch_nvram_ops
.read(buf, count, ppos);
in nvram_read()
127
if (
arch_nvram_ops
in nvram_write()
[all...]
/kernel/linux/linux-5.10/drivers/char/
H
A
D
nvram.c
206
const struct nvram_ops
arch_nvram_ops
= {
variable
215
EXPORT_SYMBOL(
arch_nvram_ops
);
variable
327
if (
arch_nvram_ops
.initialize != NULL) {
in nvram_misc_ioctl()
329
ret =
arch_nvram_ops
.initialize();
in nvram_misc_ioctl()
339
if (
arch_nvram_ops
.set_checksum != NULL) {
in nvram_misc_ioctl()
341
ret =
arch_nvram_ops
.set_checksum();
in nvram_misc_ioctl()
363
if ((
arch_nvram_ops
.set_checksum != NULL) &&
in nvram_misc_open()
/kernel/linux/linux-6.6/drivers/char/
H
A
D
nvram.c
206
const struct nvram_ops
arch_nvram_ops
= {
variable
215
EXPORT_SYMBOL(
arch_nvram_ops
);
variable
327
if (
arch_nvram_ops
.initialize != NULL) {
in nvram_misc_ioctl()
329
ret =
arch_nvram_ops
.initialize();
in nvram_misc_ioctl()
339
if (
arch_nvram_ops
.set_checksum != NULL) {
in nvram_misc_ioctl()
341
ret =
arch_nvram_ops
.set_checksum();
in nvram_misc_ioctl()
363
if ((
arch_nvram_ops
.set_checksum != NULL) &&
in nvram_misc_open()
/kernel/linux/linux-5.10/arch/m68k/kernel/
H
A
D
setup_mm.c
612
const struct nvram_ops
arch_nvram_ops
= {
variable
625
EXPORT_SYMBOL(
arch_nvram_ops
);
variable
/kernel/linux/linux-6.6/arch/m68k/kernel/
H
A
D
setup_mm.c
593
const struct nvram_ops
arch_nvram_ops
= {
variable
606
EXPORT_SYMBOL(
arch_nvram_ops
);
variable
Completed in 4 milliseconds