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:coproc_device
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas-api.c
45
}
coproc_device
;
variable
216
rc = alloc_chrdev_region(&
coproc_device
.devt, 1, 1, name);
in vas_register_coproc_api()
223
MAJOR(
coproc_device
.devt), MINOR(
coproc_device
.devt));
in vas_register_coproc_api()
225
coproc_device
.class = class_create(mod, name);
in vas_register_coproc_api()
226
if (IS_ERR(
coproc_device
.class)) {
in vas_register_coproc_api()
227
rc = PTR_ERR(
coproc_device
.class);
in vas_register_coproc_api()
231
coproc_device
.class->devnode = coproc_devnode;
in vas_register_coproc_api()
232
coproc_device
.cop_type = cop_type;
in vas_register_coproc_api()
235
cdev_init(&
coproc_device
in vas_register_coproc_api()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/book3s/
H
A
D
vas-api.c
51
}
coproc_device
;
variable
574
rc = alloc_chrdev_region(&
coproc_device
.devt, 1, 1, name);
in vas_register_coproc_api()
581
MAJOR(
coproc_device
.devt), MINOR(
coproc_device
.devt));
in vas_register_coproc_api()
583
coproc_device
.class = class_create(name);
in vas_register_coproc_api()
584
if (IS_ERR(
coproc_device
.class)) {
in vas_register_coproc_api()
585
rc = PTR_ERR(
coproc_device
.class);
in vas_register_coproc_api()
589
coproc_device
.class->devnode = coproc_devnode;
in vas_register_coproc_api()
590
coproc_device
.cop_type = cop_type;
in vas_register_coproc_api()
591
coproc_device
in vas_register_coproc_api()
[all...]
Completed in 2 milliseconds