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:kmod_test_device
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
test_kmod.c
88
struct
kmod_test_device
;
109
struct
kmod_test_device
*test_dev;
114
*
kmod_test_device
- test device to help test kmod
129
struct
kmod_test_device
{
struct
164
static struct
kmod_test_device
*misc_dev_to_test_dev(struct miscdevice *misc_dev)
in misc_dev_to_test_dev()
166
return container_of(misc_dev, struct
kmod_test_device
, misc_dev);
in misc_dev_to_test_dev()
169
static struct
kmod_test_device
*dev_to_test_dev(struct device *dev)
in dev_to_test_dev()
179
static void kmod_test_done_check(struct
kmod_test_device
*test_dev,
in kmod_test_done_check()
197
struct
kmod_test_device
*test_dev = info->test_dev;
in test_kmod_put_module()
220
struct
kmod_test_device
*test_de
in run_request()
[all...]
/kernel/linux/linux-6.6/lib/
H
A
D
test_kmod.c
77
struct
kmod_test_device
;
98
struct
kmod_test_device
*test_dev;
103
* struct
kmod_test_device
- test device to help test kmod
118
struct
kmod_test_device
{
struct
153
static struct
kmod_test_device
*misc_dev_to_test_dev(struct miscdevice *misc_dev)
in misc_dev_to_test_dev()
155
return container_of(misc_dev, struct
kmod_test_device
, misc_dev);
in misc_dev_to_test_dev()
158
static struct
kmod_test_device
*dev_to_test_dev(struct device *dev)
in dev_to_test_dev()
168
static void kmod_test_done_check(struct
kmod_test_device
*test_dev,
in kmod_test_done_check()
186
struct
kmod_test_device
*test_dev = info->test_dev;
in test_kmod_put_module()
209
struct
kmod_test_device
*test_de
in run_request()
[all...]
Completed in 3 milliseconds