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:vhcis
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/
H
A
D
vhci_hcd.c
47
struct vhci *
vhcis
;
variable
1533
pdev =
vhcis
[i].pdev;
in del_platform_devices()
1536
vhcis
[i].pdev = NULL;
in del_platform_devices()
1551
vhcis
= kcalloc(vhci_num_controllers, sizeof(struct vhci), GFP_KERNEL);
in vhci_hcd_init()
1552
if (
vhcis
== NULL)
in vhci_hcd_init()
1556
vhcis
[i].pdev = platform_device_alloc(driver_name, i);
in vhci_hcd_init()
1557
if (!
vhcis
[i].pdev) {
in vhci_hcd_init()
1560
platform_device_put(
vhcis
[i--].pdev);
in vhci_hcd_init()
1566
void *vhci = &
vhcis
[i];
in vhci_hcd_init()
1567
ret = platform_device_add_data(
vhcis
[
in vhci_hcd_init()
[all...]
H
A
D
vhci_sysfs.c
65
struct platform_device *pdev =
vhcis
[pdev_nr].pdev;
in status_show_vhci()
250
hcd = platform_get_drvdata(
vhcis
[pdev_nr].pdev);
in detach_store()
343
hcd = platform_get_drvdata(
vhcis
[pdev_nr].pdev);
in attach_store()
H
A
D
vhci.h
122
extern struct vhci *
vhcis
;
/kernel/linux/linux-6.6/drivers/usb/usbip/
H
A
D
vhci_hcd.c
47
struct vhci *
vhcis
;
variable
1500
pdev =
vhcis
[i].pdev;
in del_platform_devices()
1503
vhcis
[i].pdev = NULL;
in del_platform_devices()
1518
vhcis
= kcalloc(vhci_num_controllers, sizeof(struct vhci), GFP_KERNEL);
in vhci_hcd_init()
1519
if (
vhcis
== NULL)
in vhci_hcd_init()
1523
vhcis
[i].pdev = platform_device_alloc(driver_name, i);
in vhci_hcd_init()
1524
if (!
vhcis
[i].pdev) {
in vhci_hcd_init()
1527
platform_device_put(
vhcis
[i--].pdev);
in vhci_hcd_init()
1533
void *vhci = &
vhcis
[i];
in vhci_hcd_init()
1534
ret = platform_device_add_data(
vhcis
[
in vhci_hcd_init()
[all...]
H
A
D
vhci_sysfs.c
65
struct platform_device *pdev =
vhcis
[pdev_nr].pdev;
in status_show_vhci()
250
hcd = platform_get_drvdata(
vhcis
[pdev_nr].pdev);
in detach_store()
343
hcd = platform_get_drvdata(
vhcis
[pdev_nr].pdev);
in attach_store()
H
A
D
vhci.h
122
extern struct vhci *
vhcis
;
Completed in 6 milliseconds