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:may_wakeup
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/soc/xilinx/
H
A
D
zynqmp_pm_domains.c
53
int
may_wakeup
;
in zynqmp_gpd_is_active_wakeup_path()
local
55
may_wakeup
= device_may_wakeup(dev);
in zynqmp_gpd_is_active_wakeup_path()
56
if (
may_wakeup
)
in zynqmp_gpd_is_active_wakeup_path()
57
return
may_wakeup
;
in zynqmp_gpd_is_active_wakeup_path()
107
bool
may_wakeup
;
in zynqmp_gpd_power_off()
local
120
may_wakeup
= zynqmp_gpd_is_active_wakeup_path(pdd->dev, NULL);
in zynqmp_gpd_power_off()
121
if (
may_wakeup
) {
in zynqmp_gpd_power_off()
/kernel/linux/linux-6.6/drivers/pmdomain/xilinx/
H
A
D
zynqmp-pm-domains.c
54
int
may_wakeup
;
in zynqmp_gpd_is_active_wakeup_path()
local
56
may_wakeup
= device_may_wakeup(dev);
in zynqmp_gpd_is_active_wakeup_path()
57
if (
may_wakeup
)
in zynqmp_gpd_is_active_wakeup_path()
58
return
may_wakeup
;
in zynqmp_gpd_is_active_wakeup_path()
110
bool
may_wakeup
;
in zynqmp_gpd_power_off()
local
121
may_wakeup
= zynqmp_gpd_is_active_wakeup_path(pdd->dev, NULL);
in zynqmp_gpd_power_off()
122
if (
may_wakeup
) {
in zynqmp_gpd_power_off()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-ep0.c
158
status |= pdev->
may_wakeup
<< USB_DEVICE_REMOTE_WAKEUP;
in cdnsp_ep0_handle_status()
215
pdev->
may_wakeup
= !!set;
in cdnsp_ep0_handle_feature_device()
284
pdev->
may_wakeup
++;
in cdnsp_ep0_handle_feature_intf()
286
if (pdev->
may_wakeup
> 0)
in cdnsp_ep0_handle_feature_intf()
287
pdev->
may_wakeup
--;
in cdnsp_ep0_handle_feature_intf()
H
A
D
cdnsp-gadget.h
1368
* @
may_wakeup
: remote wakeup enabled/disabled.
1424
int
may_wakeup
;
member
H
A
D
cdnsp-ring.c
873
pdev->
may_wakeup
= 0;
in cdnsp_handle_port_status()
H
A
D
cdnsp-gadget.c
1503
if (portsc == XDEV_U3 && !pdev->
may_wakeup
)
in __cdnsp_gadget_wakeup()
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
musb_gadget_ep0.c
64
result[0] |= musb->
may_wakeup
<< USB_DEVICE_REMOTE_WAKEUP;
in service_tx_status_request()
230
musb->
may_wakeup
= 0;
305
musb->
may_wakeup
= 1;
H
A
D
musb_core.h
388
/*
may_wakeup
means remote wakeup is enabled */
389
unsigned
may_wakeup
:1;
member
H
A
D
musb_gadget.c
1532
if (musb->
may_wakeup
&& musb->is_suspended)
in musb_gadget_wakeup()
2068
musb->
may_wakeup
= 0;
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_gadget_ep0.c
64
result[0] |= musb->
may_wakeup
<< USB_DEVICE_REMOTE_WAKEUP;
in service_tx_status_request()
230
musb->
may_wakeup
= 0;
305
musb->
may_wakeup
= 1;
H
A
D
musb_core.h
388
/*
may_wakeup
means remote wakeup is enabled */
389
unsigned
may_wakeup
:1;
member
H
A
D
musb_gadget.c
1532
if (musb->
may_wakeup
&& musb->is_suspended)
in musb_gadget_wakeup()
2075
musb->
may_wakeup
= 0;
/kernel/linux/linux-6.6/include/linux/
H
A
D
hid.h
865
* @
may_wakeup
: return if device may act as a wakeup source during system-suspend
891
bool (*
may_wakeup
)(struct hid_device *hdev);
member
1174
if (hdev->ll_driver->
may_wakeup
)
in hid_hw_may_wakeup()
1175
return hdev->ll_driver->
may_wakeup
(hdev);
in hid_hw_may_wakeup()
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H
A
D
mtu3_gadget_ep0.c
217
result[0] |= mtu->
may_wakeup
<< USB_DEVICE_REMOTE_WAKEUP;
in ep0_get_status()
334
mtu->
may_wakeup
= !!set;
in ep0_handle_feature_dev()
403
mtu->
may_wakeup
= !!(index & USB_INTRF_FUNC_SUSPEND_RW);
in ep0_handle_feature()
H
A
D
mtu3.h
314
* @
may_wakeup
: means device's remote wakeup is enabled
352
unsigned
may_wakeup
:1;
member
H
A
D
mtu3_gadget.c
450
if (!mtu->
may_wakeup
)
in mtu3_gadget_wakeup()
639
mtu->
may_wakeup
= 0;
in mtu3_state_reset()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btmtksdio.c
1295
bool
may_wakeup
= device_may_wakeup(bdev->dev);
in btmtksdio_sdio_wakeup()
local
1304
if (
may_wakeup
&& bdev->data->chipid == 0x7921) {
in btmtksdio_sdio_wakeup()
1310
may_wakeup
= false;
in btmtksdio_sdio_wakeup()
1315
return
may_wakeup
;
in btmtksdio_sdio_wakeup()
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H
A
D
mtu3_gadget.c
444
if (!mtu->
may_wakeup
)
in mtu3_gadget_wakeup()
604
mtu->
may_wakeup
= 0;
in mtu3_state_reset()
H
A
D
mtu3.h
316
* @
may_wakeup
: means device's remote wakeup is enabled
353
unsigned
may_wakeup
:1;
member
H
A
D
mtu3_gadget_ep0.c
217
result[0] |= mtu->
may_wakeup
<< USB_DEVICE_REMOTE_WAKEUP;
in ep0_get_status()
332
mtu->
may_wakeup
= !!set;
in ep0_handle_feature_dev()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-ep0.c
187
status |= pdev->
may_wakeup
<< USB_DEVICE_REMOTE_WAKEUP;
in cdns2_req_ep0_handle_status()
226
pdev->
may_wakeup
= !!set;
in cdns2_ep0_handle_feature_device()
H
A
D
cdns2-gadget.h
630
* @
may_wakeup
: allows device to remote wakeup the host.
665
bool
may_wakeup
;
member
H
A
D
cdns2-gadget.c
1044
if (!pdev->
may_wakeup
)
in cdns2_wakeup()
1275
pdev->
may_wakeup
= 0;
in cdns2_thread_usb_irq_handler()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
atmel_serial.c
112
int
may_wakeup
; /* cached value of device_may_wakeup for times we need to disable it */
member
2737
atmel_port->
may_wakeup
= device_may_wakeup(&pdev->dev);
in atmel_serial_suspend()
2789
device_set_wakeup_enable(&pdev->dev, atmel_port->
may_wakeup
);
in atmel_serial_resume()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
atmel_serial.c
114
int
may_wakeup
; /* cached value of device_may_wakeup for times we need to disable it */
member
2777
atmel_port->
may_wakeup
= device_may_wakeup(dev);
in atmel_serial_suspend()
2829
device_set_wakeup_enable(dev, atmel_port->
may_wakeup
);
in atmel_serial_resume()
Completed in 40 milliseconds
1
2