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:set_suspend
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
phy.h
137
int (*
set_suspend
)(struct usb_phy *x,
member
304
if (x && x->
set_suspend
!= NULL)
in usb_phy_set_suspend()
305
return x->
set_suspend
(x, suspend);
in usb_phy_set_suspend()
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
phy.h
137
int (*
set_suspend
)(struct usb_phy *x,
member
304
if (x && x->
set_suspend
!= NULL)
in usb_phy_set_suspend()
305
return x->
set_suspend
(x, suspend);
in usb_phy_set_suspend()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_fbdev.c
669
goto
set_suspend
;
in intel_fbdev_set_suspend()
713
set_suspend
:
in intel_fbdev_set_suspend()
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-gpio-vbus-usb.c
254
gpio_vbus->phy.
set_suspend
= gpio_vbus_set_suspend;
in gpio_vbus_probe()
H
A
D
phy-generic.c
281
nop->phy.
set_suspend
= nop_set_suspend;
in usb_phy_gen_create_phy()
H
A
D
phy-tahvo.c
381
tu->phy.
set_suspend
= tahvo_usb_set_suspend;
in tahvo_usb_probe()
H
A
D
phy-mxs-usb.c
785
mxs_phy->phy.
set_suspend
= mxs_phy_suspend;
in mxs_phy_probe()
H
A
D
phy-ab8500-usb.c
897
ab->phy.
set_suspend
= ab8500_usb_set_suspend;
in ab8500_usb_probe()
H
A
D
phy-tegra-usb.c
1198
tegra_phy->u_phy.
set_suspend
= tegra_usb_phy_set_suspend;
in tegra_usb_phy_probe()
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-generic.c
281
nop->phy.
set_suspend
= nop_set_suspend;
in usb_phy_gen_create_phy()
H
A
D
phy-gpio-vbus-usb.c
254
gpio_vbus->phy.
set_suspend
= gpio_vbus_set_suspend;
in gpio_vbus_probe()
H
A
D
phy-tahvo.c
377
tu->phy.
set_suspend
= tahvo_usb_set_suspend;
in tahvo_usb_probe()
H
A
D
phy-mxs-usb.c
782
mxs_phy->phy.
set_suspend
= mxs_phy_suspend;
in mxs_phy_probe()
H
A
D
phy-ab8500-usb.c
897
ab->phy.
set_suspend
= ab8500_usb_set_suspend;
in ab8500_usb_probe()
H
A
D
phy-tegra-usb.c
1482
tegra_phy->u_phy.
set_suspend
= tegra_usb_phy_set_suspend;
in tegra_usb_phy_probe()
Completed in 15 milliseconds