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:hpre_debugfs_file
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
H
A
D
hpre.h
41
struct
hpre_debugfs_file
{
struct
60
struct
hpre_debugfs_file
files[HPRE_DEBUGFS_FILE_NUM];
H
A
D
hpre_main.c
376
static inline struct hisi_qm *hpre_file_to_qm(struct
hpre_debugfs_file
*file)
in hpre_file_to_qm()
383
static u32 hpre_current_qm_read(struct
hpre_debugfs_file
*file)
in hpre_current_qm_read()
390
static int hpre_current_qm_write(struct
hpre_debugfs_file
*file, u32 val)
in hpre_current_qm_write()
426
static u32 hpre_clear_enable_read(struct
hpre_debugfs_file
*file)
in hpre_clear_enable_read()
434
static int hpre_clear_enable_write(struct
hpre_debugfs_file
*file, u32 val)
in hpre_clear_enable_write()
449
static u32 hpre_cluster_inqry_read(struct
hpre_debugfs_file
*file)
in hpre_cluster_inqry_read()
459
static int hpre_cluster_inqry_write(struct
hpre_debugfs_file
*file, u32 val)
in hpre_cluster_inqry_write()
474
struct
hpre_debugfs_file
*file = filp->private_data;
in hpre_ctrl_debug_read()
502
struct
hpre_debugfs_file
*file = filp->private_data;
in hpre_ctrl_debug_write()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H
A
D
hpre.h
48
struct
hpre_debugfs_file
{
struct
67
struct
hpre_debugfs_file
files[HPRE_DEBUGFS_FILE_NUM];
H
A
D
hpre_main.c
781
static inline struct hisi_qm *hpre_file_to_qm(struct
hpre_debugfs_file
*file)
in hpre_file_to_qm()
788
static u32 hpre_clear_enable_read(struct
hpre_debugfs_file
*file)
in hpre_clear_enable_read()
796
static int hpre_clear_enable_write(struct
hpre_debugfs_file
*file, u32 val)
in hpre_clear_enable_write()
811
static u32 hpre_cluster_inqry_read(struct
hpre_debugfs_file
*file)
in hpre_cluster_inqry_read()
821
static void hpre_cluster_inqry_write(struct
hpre_debugfs_file
*file, u32 val)
in hpre_cluster_inqry_write()
834
struct
hpre_debugfs_file
*file = filp->private_data;
in hpre_ctrl_debug_read()
870
struct
hpre_debugfs_file
*file = filp->private_data;
in hpre_ctrl_debug_write()
Completed in 5 milliseconds