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:adf_cfg_services
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
adf_cfg_services.c
8
#include "
adf_cfg_services
.h"
11
const char *const
adf_cfg_services
[] = {
variable
23
EXPORT_SYMBOL_GPL(
adf_cfg_services
);
variable
38
ret = match_string(
adf_cfg_services
, ARRAY_SIZE(
adf_cfg_services
),
in adf_get_service_enabled()
H
A
D
adf_cfg_services.h
24
extern const char *const
adf_cfg_services
[SVC_COUNT];
H
A
D
adf_sysfs.c
8
#include "
adf_cfg_services
.h"
122
ret = sysfs_match_string(
adf_cfg_services
, buf);
in cfg_services_store()
136
ret = adf_sysfs_update_dev_config(accel_dev,
adf_cfg_services
[ret]);
in cfg_services_store()
H
A
D
Makefile
6
adf_cfg_services
.o \
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_4xxx/
H
A
D
adf_4xxx_hw_data.c
6
#include <
adf_cfg_services
.h>
H
A
D
adf_drv.c
14
#include "
adf_cfg_services
.h"
272
ret = sysfs_match_string(
adf_cfg_services
, services);
in adf_gen4_dev_config()
Completed in 3 milliseconds