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:pvr2_sysfs_class
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-sysfs.h
14
struct
pvr2_sysfs_class
;
16
struct
pvr2_sysfs_class
*pvr2_sysfs_class_create(void);
17
void pvr2_sysfs_class_destroy(struct
pvr2_sysfs_class
*);
20
struct
pvr2_sysfs_class
*);
H
A
D
pvrusb2-sysfs.c
69
struct
pvr2_sysfs_class
{
struct
492
struct
pvr2_sysfs_class
*clp;
in pvr2_sysfs_class_release()
493
clp = container_of(class,struct
pvr2_sysfs_class
,class);
in pvr2_sysfs_class_release()
494
pvr2_sysfs_trace("Destroying
pvr2_sysfs_class
id=%p",clp);
in pvr2_sysfs_class_release()
618
struct
pvr2_sysfs_class
*class_ptr)
in class_dev_create()
757
struct
pvr2_sysfs_class
*class_ptr)
in pvr2_sysfs_create()
772
struct
pvr2_sysfs_class
*pvr2_sysfs_class_create(void)
in pvr2_sysfs_class_create()
774
struct
pvr2_sysfs_class
*clp;
in pvr2_sysfs_class_create()
777
pvr2_sysfs_trace("Creating and registering
pvr2_sysfs_class
id=%p",
in pvr2_sysfs_class_create()
784
"Registration failed for
pvr2_sysfs_class
i
in pvr2_sysfs_class_create()
[all...]
H
A
D
pvrusb2-main.c
40
static struct
pvr2_sysfs_class
*class_ptr = NULL;
Completed in 2 milliseconds