Home
last modified time | relevance | path

Searched refs:wakeup_source (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/include/linux/
Dpm_wakeup.h54 struct wakeup_source { struct
97 extern void wakeup_source_prepare(struct wakeup_source *ws, const char *name);
98 extern struct wakeup_source *wakeup_source_create(const char *name);
99 extern void wakeup_source_drop(struct wakeup_source *ws);
100 extern void wakeup_source_destroy(struct wakeup_source *ws);
101 extern void wakeup_source_add(struct wakeup_source *ws);
102 extern void wakeup_source_remove(struct wakeup_source *ws);
103 extern struct wakeup_source *wakeup_source_register(const char *name);
104 extern void wakeup_source_unregister(struct wakeup_source *ws);
110 extern void __pm_stay_awake(struct wakeup_source *ws);
[all …]
Dpm.h538 struct wakeup_source;
601 struct wakeup_source *wakeup;
/Linux-v4.19/drivers/base/power/
Dwakeup.c70 static struct wakeup_source deleted_ws = {
83 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) in wakeup_source_prepare()
96 struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create()
98 struct wakeup_source *ws; in wakeup_source_create()
116 void wakeup_source_drop(struct wakeup_source *ws) in wakeup_source_drop()
129 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record()
160 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy()
176 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add()
197 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove()
215 struct wakeup_source *wakeup_source_register(const char *name) in wakeup_source_register()
[all …]
/Linux-v4.19/drivers/extcon/
Dextcon-adc-jack.c56 bool wakeup_source; member
136 data->wakeup_source = pdata->wakeup_source; in adc_jack_probe()
160 if (data->wakeup_source) in adc_jack_probe()
/Linux-v4.19/include/linux/extcon/
Dextcon-adc-jack.h69 bool wakeup_source; member
/Linux-v4.19/include/sound/
Dda7219.h37 bool wakeup_source; member
/Linux-v4.19/kernel/power/
Dautosleep.c25 static struct wakeup_source *autosleep_ws;
Dwakelock.c30 struct wakeup_source ws;
/Linux-v4.19/include/trace/events/
Dpower.h248 DECLARE_EVENT_CLASS(wakeup_source,
268 DEFINE_EVENT(wakeup_source, wakeup_source_activate,
275 DEFINE_EVENT(wakeup_source, wakeup_source_deactivate,
/Linux-v4.19/fs/
Deventpoll.c175 struct wakeup_source __rcu *ws;
217 struct wakeup_source *ws;
628 static inline struct wakeup_source *ep_wakeup_source(struct epitem *epi) in ep_wakeup_source()
636 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake()
650 struct wakeup_source *ws; in ep_pm_stay_awake_rcu()
1382 struct wakeup_source *ws; in ep_create_wakeup_source()
1403 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source()
1631 struct wakeup_source *ws; in ep_send_events_proc()
/Linux-v4.19/drivers/rtc/
Drtc-m41t80.c880 bool wakeup_source = false; in m41t80_probe() local
906 wakeup_source = of_property_read_bool(client->dev.of_node, in m41t80_probe()
917 wakeup_source = false; in m41t80_probe()
920 if (client->irq > 0 || wakeup_source) { in m41t80_probe()
/Linux-v4.19/sound/soc/codecs/
Dda7219.c1643 pdata->wakeup_source = device_property_read_bool(dev, "wakeup-source"); in da7219_fw_to_pdata()
1707 if (!da7219->wakeup_source) in da7219_set_bias_level()
1855 da7219->wakeup_source = pdata->wakeup_source; in da7219_handle_pdata()
2016 if (!da7219->wakeup_source) in da7219_suspend()
2031 if (!da7219->wakeup_source) in da7219_resume()
Dda7219.h815 bool wakeup_source; member
/Linux-v4.19/kernel/time/
Dalarmtimer.c61 static struct wakeup_source *ws;
93 struct wakeup_source *__ws; in alarmtimer_rtc_add_device()
/Linux-v4.19/include/acpi/
Dacpi_bus.h337 struct wakeup_source *ws;
/Linux-v4.19/Documentation/driver-api/pm/
Ddevices.rst6 .. |struct wakeup_source| replace:: :c:type:`struct wakeup_source <wakeup_source>`
153 |struct wakeup_source| used for controlling whether or not the device should use