Searched refs:wakeup_source (Results 1 – 16 of 16) sorted by relevance
54 struct wakeup_source { struct97 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 …]
538 struct wakeup_source;601 struct wakeup_source *wakeup;
70 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 …]
56 bool wakeup_source; member136 data->wakeup_source = pdata->wakeup_source; in adc_jack_probe()160 if (data->wakeup_source) in adc_jack_probe()
69 bool wakeup_source; member
37 bool wakeup_source; member
25 static struct wakeup_source *autosleep_ws;
30 struct wakeup_source ws;
248 DECLARE_EVENT_CLASS(wakeup_source,268 DEFINE_EVENT(wakeup_source, wakeup_source_activate,275 DEFINE_EVENT(wakeup_source, wakeup_source_deactivate,
175 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()
880 bool wakeup_source = false; in m41t80_probe() local906 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()
1643 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()
815 bool wakeup_source; member
61 static struct wakeup_source *ws;93 struct wakeup_source *__ws; in alarmtimer_rtc_add_device()
337 struct wakeup_source *ws;
6 .. |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