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:test_priv
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/test/
H
A
D
root-device-test.c
10
struct
test_priv
{
struct
19
struct
test_priv
*priv;
in root_device_devm_init()
32
struct
test_priv
*priv = ptr;
in devm_device_action()
46
struct
test_priv
*priv = test->priv;
in root_device_devm_register_unregister_test()
64
struct
test_priv
*priv = ptr;
in devm_put_device_action()
78
struct
test_priv
*priv = test->priv;
in root_device_devm_register_get_unregister_with_devm_test()
H
A
D
platform-device-test.c
10
struct
test_priv
{
struct
20
struct
test_priv
*priv;
in platform_device_devm_init()
34
struct
test_priv
*priv = ptr;
in devm_device_action()
42
struct
test_priv
*priv = ptr;
in devm_put_device_action()
58
struct
test_priv
*priv = test->priv;
in platform_device_devm_register_unregister_test()
87
struct
test_priv
*priv = test->priv;
in platform_device_devm_register_get_unregister_with_devm_test()
112
struct
test_priv
*priv = platform_get_drvdata(pdev);
in fake_probe()
134
struct
test_priv
*priv = test->priv;
in probed_platform_device_devm_register_unregister_test()
173
struct
test_priv
*priv = test->priv;
in probed_platform_device_devm_register_get_unregister_with_devm_test()
/kernel/linux/linux-6.6/sound/soc/generic/
H
A
D
test-component.c
23
struct
test_priv
{
struct
408
static void test_component_timer_stop(struct
test_priv
*priv)
in test_component_timer_stop()
413
static void test_component_timer_start(struct
test_priv
*priv)
in test_component_timer_start()
420
struct
test_priv
*priv = container_of(work, struct
test_priv
, dwork.work);
in test_component_dwork()
431
struct
test_priv
*priv = dev_get_drvdata(component->dev);
in test_component_trigger()
538
struct
test_priv
*priv;
in test_driver_probe()
Completed in 2 milliseconds