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:ci_pdev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
ci_hdrc_usb2.c
22
struct platform_device *
ci_pdev
;
member
85
priv->
ci_pdev
= ci_hdrc_add_device(dev, pdev->resource,
in ci_hdrc_usb2_probe()
87
if (IS_ERR(priv->
ci_pdev
)) {
in ci_hdrc_usb2_probe()
88
ret = PTR_ERR(priv->
ci_pdev
);
in ci_hdrc_usb2_probe()
113
ci_hdrc_remove_device(priv->
ci_pdev
);
in ci_hdrc_usb2_remove()
H
A
D
ci_hdrc_imx.c
94
struct platform_device *
ci_pdev
;
member
468
data->
ci_pdev
= ci_hdrc_add_device(dev,
in ci_hdrc_imx_probe()
471
if (IS_ERR(data->
ci_pdev
)) {
in ci_hdrc_imx_probe()
472
ret = PTR_ERR(data->
ci_pdev
);
in ci_hdrc_imx_probe()
490
ci_hdrc_query_available_role(data->
ci_pdev
);
in ci_hdrc_imx_probe()
509
ci_hdrc_remove_device(data->
ci_pdev
);
in ci_hdrc_imx_probe()
518
data->
ci_pdev
= NULL;
in ci_hdrc_imx_probe()
531
if (data->
ci_pdev
)
in ci_hdrc_imx_remove()
532
ci_hdrc_remove_device(data->
ci_pdev
);
in ci_hdrc_imx_remove()
535
if (data->
ci_pdev
) {
in ci_hdrc_imx_remove()
[all...]
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
ci_hdrc_usb2.c
22
struct platform_device *
ci_pdev
;
member
86
priv->
ci_pdev
= ci_hdrc_add_device(dev, pdev->resource,
in ci_hdrc_usb2_probe()
88
if (IS_ERR(priv->
ci_pdev
)) {
in ci_hdrc_usb2_probe()
89
ret = PTR_ERR(priv->
ci_pdev
);
in ci_hdrc_usb2_probe()
114
ci_hdrc_remove_device(priv->
ci_pdev
);
in ci_hdrc_usb2_remove()
H
A
D
ci_hdrc_imx.c
97
struct platform_device *
ci_pdev
;
member
466
data->
ci_pdev
= ci_hdrc_add_device(dev,
in ci_hdrc_imx_probe()
469
if (IS_ERR(data->
ci_pdev
)) {
in ci_hdrc_imx_probe()
470
ret = PTR_ERR(data->
ci_pdev
);
in ci_hdrc_imx_probe()
486
ci_hdrc_query_available_role(data->
ci_pdev
);
in ci_hdrc_imx_probe()
505
ci_hdrc_remove_device(data->
ci_pdev
);
in ci_hdrc_imx_probe()
514
data->
ci_pdev
= NULL;
in ci_hdrc_imx_probe()
527
if (data->
ci_pdev
)
in ci_hdrc_imx_remove()
528
ci_hdrc_remove_device(data->
ci_pdev
);
in ci_hdrc_imx_remove()
531
if (data->
ci_pdev
) {
in ci_hdrc_imx_remove()
[all...]
Completed in 3 milliseconds