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:pm_stay_awake
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pm_wakeup.h
110
extern void
pm_stay_awake
(struct device *dev);
181
static inline void
pm_stay_awake
(struct device *dev) {}
in pm_stay_awake()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
pm_wakeup.h
114
extern void
pm_stay_awake
(struct device *dev);
183
static inline void
pm_stay_awake
(struct device *dev) {}
in pm_stay_awake()
function
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
interface.c
162
pm_stay_awake
(rtc->dev.parent);
in rtc_set_time()
692
pm_stay_awake
(rtc->dev.parent);
in rtc_update_irq()
835
pm_stay_awake
(rtc->dev.parent);
in rtc_timer_enqueue()
888
pm_stay_awake
(rtc->dev.parent);
in rtc_timer_remove()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
interface.c
162
pm_stay_awake
(rtc->dev.parent);
in rtc_set_time()
689
pm_stay_awake
(rtc->dev.parent);
in rtc_update_irq()
832
pm_stay_awake
(rtc->dev.parent);
in rtc_timer_enqueue()
885
pm_stay_awake
(rtc->dev.parent);
in rtc_timer_remove()
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
wakeup.c
567
* directly as soon as it has been dealt with. The pair of
pm_stay_awake
() and
655
*
pm_stay_awake
- Notify the PM core that a wakeup event is being processed.
665
void
pm_stay_awake
(struct device *dev)
in pm_stay_awake()
function
676
EXPORT_SYMBOL_GPL(
pm_stay_awake
);
variable
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
wakeup.c
533
* directly as soon as it has been dealt with. The pair of
pm_stay_awake
() and
621
*
pm_stay_awake
- Notify the PM core that a wakeup event is being processed.
631
void
pm_stay_awake
(struct device *dev)
in pm_stay_awake()
function
642
EXPORT_SYMBOL_GPL(
pm_stay_awake
);
variable
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H
A
D
mtu3_dr.c
179
pm_stay_awake
(ssusb->dev);
in ssusb_set_mailbox()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
ti_am335x_tsc.c
281
pm_stay_awake
(ts_dev->dev);
in titsc_irq()
H
A
D
zforce_ts.c
503
pm_stay_awake
(&client->dev);
in zforce_irq_thread()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
ti_am335x_tsc.c
288
pm_stay_awake
(ts_dev->dev);
in titsc_irq()
H
A
D
zforce_ts.c
503
pm_stay_awake
(&client->dev);
in zforce_irq_thread()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
gpio_keys.c
399
pm_stay_awake
(bdata->input->dev.parent);
in gpio_keys_gpio_isr()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
mt6370-charger.c
823
pm_stay_awake
(priv->dev);
in mt6370_mivr_handler()
H
A
D
power_supply_core.c
124
pm_stay_awake
(&psy->dev);
in power_supply_changed()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
gpio_keys.c
426
pm_stay_awake
(bdata->input->dev.parent);
in gpio_keys_gpio_isr()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
power_supply_core.c
122
pm_stay_awake
(&psy->dev);
in power_supply_changed()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H
A
D
audio_codec.c
383
pm_stay_awake
(dai->dev);
in gbcodec_startup()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
audio_codec.c
365
pm_stay_awake
(dai->dev);
in gbcodec_startup()
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_core.c
2418
pm_stay_awake
(rproc->dev.parent);
in rproc_report_crash()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_core.c
2685
pm_stay_awake
(rproc->dev.parent);
in rproc_report_crash()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
atmel_usba_udc.c
1862
pm_stay_awake
(&udc->pdev->dev);
in start_clock()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
atmel_usba_udc.c
1865
pm_stay_awake
(&udc->pdev->dev);
in start_clock()
Completed in 32 milliseconds