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:priv_match
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-plat.c
142
int xhci_plat_probe(struct platform_device *pdev, struct device *sysdev, const struct xhci_plat_priv *
priv_match
)
in xhci_plat_probe()
argument
228
if (
priv_match
) {
in xhci_plat_probe()
231
*priv = *
priv_match
;
in xhci_plat_probe()
368
const struct xhci_plat_priv *
priv_match
;
in xhci_generic_plat_probe()
local
398
priv_match
= of_device_get_match_data(&pdev->dev);
in xhci_generic_plat_probe()
400
priv_match
= dev_get_platdata(&pdev->dev);
in xhci_generic_plat_probe()
402
return xhci_plat_probe(pdev, sysdev,
priv_match
);
in xhci_generic_plat_probe()
H
A
D
xhci-rcar.c
270
const struct xhci_plat_priv *
priv_match
;
in xhci_renesas_probe()
local
272
priv_match
= of_device_get_match_data(&pdev->dev);
in xhci_renesas_probe()
274
return xhci_plat_probe(pdev, NULL,
priv_match
);
in xhci_renesas_probe()
H
A
D
xhci-plat.h
26
const struct xhci_plat_priv *
priv_match
);
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-plat.c
189
const struct xhci_plat_priv *
priv_match
;
in xhci_plat_probe()
local
291
priv_match
= of_device_get_match_data(&pdev->dev);
in xhci_plat_probe()
293
priv_match
= dev_get_platdata(&pdev->dev);
in xhci_plat_probe()
295
if (
priv_match
) {
in xhci_plat_probe()
298
*priv = *
priv_match
;
in xhci_plat_probe()
Completed in 6 milliseconds