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_obj
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
vmbus_drv.c
1877
struct hv_device *
child_device_obj
;
in vmbus_device_create()
local
1879
child_device_obj
= kzalloc(sizeof(struct hv_device), GFP_KERNEL);
in vmbus_device_create()
1880
if (!
child_device_obj
) {
in vmbus_device_create()
1885
child_device_obj
->channel = channel;
in vmbus_device_create()
1886
guid_copy(&
child_device_obj
->dev_type, type);
in vmbus_device_create()
1887
guid_copy(&
child_device_obj
->dev_instance, instance);
in vmbus_device_create()
1888
child_device_obj
->vendor_id = PCI_VENDOR_ID_MICROSOFT;
in vmbus_device_create()
1890
return
child_device_obj
;
in vmbus_device_create()
1896
int vmbus_device_register(struct hv_device *
child_device_obj
)
in vmbus_device_register()
argument
1898
struct kobject *kobj = &
child_device_obj
in vmbus_device_register()
[all...]
H
A
D
hyperv_vmbus.h
348
int vmbus_device_register(struct hv_device *
child_device_obj
);
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
vmbus_drv.c
1985
struct hv_device *
child_device_obj
;
in vmbus_device_create()
local
1987
child_device_obj
= kzalloc(sizeof(struct hv_device), GFP_KERNEL);
in vmbus_device_create()
1988
if (!
child_device_obj
) {
in vmbus_device_create()
1993
child_device_obj
->channel = channel;
in vmbus_device_create()
1994
guid_copy(&
child_device_obj
->dev_type, type);
in vmbus_device_create()
1995
guid_copy(&
child_device_obj
->dev_instance, instance);
in vmbus_device_create()
1996
child_device_obj
->vendor_id = 0x1414; /* MSFT vendor ID */
in vmbus_device_create()
1998
return
child_device_obj
;
in vmbus_device_create()
2004
int vmbus_device_register(struct hv_device *
child_device_obj
)
in vmbus_device_register()
argument
2006
struct kobject *kobj = &
child_device_obj
in vmbus_device_register()
[all...]
H
A
D
hyperv_vmbus.h
334
int vmbus_device_register(struct hv_device *
child_device_obj
);
Completed in 8 milliseconds