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:child_device
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
vmbus_drv.c
840
static int vmbus_probe(struct device *
child_device
)
in vmbus_probe()
argument
844
drv_to_hv_drv(
child_device
->driver);
in vmbus_probe()
845
struct hv_device *dev = device_to_hv_device(
child_device
);
in vmbus_probe()
853
dev_name(
child_device
), ret);
in vmbus_probe()
857
dev_name(
child_device
));
in vmbus_probe()
866
static int vmbus_dma_configure(struct device *
child_device
)
in vmbus_dma_configure()
argument
873
hv_setup_dma_ops(
child_device
,
in vmbus_dma_configure()
881
static void vmbus_remove(struct device *
child_device
)
in vmbus_remove()
argument
884
struct hv_device *dev = device_to_hv_device(
child_device
);
in vmbus_remove()
886
if (
child_device
in vmbus_remove()
896
vmbus_shutdown(struct device *
child_device
)
vmbus_shutdown()
argument
916
vmbus_suspend(struct device *
child_device
)
vmbus_suspend()
argument
935
vmbus_resume(struct device *
child_device
)
vmbus_resume()
argument
[all...]
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
vmbus_drv.c
876
static int vmbus_probe(struct device *
child_device
)
in vmbus_probe()
argument
880
drv_to_hv_drv(
child_device
->driver);
in vmbus_probe()
881
struct hv_device *dev = device_to_hv_device(
child_device
);
in vmbus_probe()
889
dev_name(
child_device
), ret);
in vmbus_probe()
893
dev_name(
child_device
));
in vmbus_probe()
902
static int vmbus_remove(struct device *
child_device
)
in vmbus_remove()
argument
905
struct hv_device *dev = device_to_hv_device(
child_device
);
in vmbus_remove()
907
if (
child_device
->driver) {
in vmbus_remove()
908
drv = drv_to_hv_drv(
child_device
->driver);
in vmbus_remove()
920
static void vmbus_shutdown(struct device *
child_device
)
in vmbus_shutdown()
argument
940
vmbus_suspend(struct device *
child_device
)
vmbus_suspend()
argument
959
vmbus_resume(struct device *
child_device
)
vmbus_resume()
argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
r8a66597.h
124
struct list_head
child_device
;
member
H
A
D
r8a66597-hcd.c
352
list_add_tail(&dev->device_list, &r8a66597->
child_device
);
in make_r8a66597_device()
2039
struct list_head *list = &r8a66597->
child_device
;
in get_r8a66597_device()
2486
INIT_LIST_HEAD(&r8a66597->
child_device
);
in r8a66597_probe()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
r8a66597.h
124
struct list_head
child_device
;
member
H
A
D
r8a66597-hcd.c
352
list_add_tail(&dev->device_list, &r8a66597->
child_device
);
in make_r8a66597_device()
2038
struct list_head *list = &r8a66597->
child_device
;
in get_r8a66597_device()
2484
INIT_LIST_HEAD(&r8a66597->
child_device
);
in r8a66597_probe()
Completed in 12 milliseconds