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:dfl_id_type
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
dfl.h
15
* enum
dfl_id_type
- define the DFL FIU types
17
enum
dfl_id_type
{
enum
28
* @type: type of DFL FIU of the device. See enum
dfl_id_type
.
/kernel/linux/linux-5.10/drivers/fpga/
H
A
D
dfl.c
23
* add a new item in enum
dfl_id_type
and provide related information in below
24
* dfl_devs table which is indexed by
dfl_id_type
, e.g. name string used for
60
/* it is indexed by
dfl_id_type
*/
100
static int dfl_id_alloc(enum
dfl_id_type
type, struct device *dev)
in dfl_id_alloc()
112
static void dfl_id_free(enum
dfl_id_type
type, int id)
in dfl_id_free()
120
static enum
dfl_id_type
feature_dev_id_type(struct platform_device *pdev)
in feature_dev_id_type()
131
static enum
dfl_id_type
dfh_id_to_type(u16 id)
in dfh_id_to_type()
748
enum
dfl_id_type
type;
in build_info_commit_dev()
860
enum
dfl_id_type
type)
in build_info_create_dev()
1363
enum
dfl_id_type
typ
in remove_feature_dev()
[all...]
H
A
D
dfl.h
520
* enum
dfl_id_type
- define the DFL FIU types
522
enum
dfl_id_type
{
enum
530
* @type: contains 4 bits DFL FIU type of the device. See enum
dfl_id_type
.
545
* @type: type of DFL FIU of the device. See enum
dfl_id_type
.
/kernel/linux/linux-6.6/drivers/fpga/
H
A
D
dfl.c
25
* add a new item in enum
dfl_id_type
and provide related information in below
26
* dfl_devs table which is indexed by
dfl_id_type
, e.g. name string used for
62
/* it is indexed by
dfl_id_type
*/
102
static int dfl_id_alloc(enum
dfl_id_type
type, struct device *dev)
in dfl_id_alloc()
114
static void dfl_id_free(enum
dfl_id_type
type, int id)
in dfl_id_free()
122
static enum
dfl_id_type
feature_dev_id_type(struct platform_device *pdev)
in feature_dev_id_type()
133
static enum
dfl_id_type
dfh_id_to_type(u16 id)
in dfh_id_to_type()
767
enum
dfl_id_type
type;
in build_info_commit_dev()
890
enum
dfl_id_type
type)
in build_info_create_dev()
1014
enum
dfl_id_type
typ
in parse_feature_irqs()
[all...]
Completed in 6 milliseconds