Home
last modified time | relevance | path

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

/drivers/base/power/
Dwakeup.c71 static struct wakeup_source deleted_ws = {
82 struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create()
84 struct wakeup_source *ws; in wakeup_source_create()
116 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record()
141 static void wakeup_source_free(struct wakeup_source *ws) in wakeup_source_free()
154 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy()
169 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add()
190 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove()
216 struct wakeup_source *wakeup_source_register(struct device *dev, in wakeup_source_register()
219 struct wakeup_source *ws; in wakeup_source_register()
[all …]
Dwakeup_stats.c27 struct wakeup_source *ws = dev_get_drvdata(dev); \
41 struct wakeup_source *ws = dev_get_drvdata(dev); in active_time_ms_show()
52 struct wakeup_source *ws = dev_get_drvdata(dev); in total_time_ms_show()
67 struct wakeup_source *ws = dev_get_drvdata(dev); in max_time_ms_show()
83 struct wakeup_source *ws = dev_get_drvdata(dev); in last_change_ms_show()
92 struct wakeup_source *ws = dev_get_drvdata(dev); in name_show()
102 struct wakeup_source *ws = dev_get_drvdata(dev); in prevent_suspend_time_ms_show()
126 ATTRIBUTE_GROUPS(wakeup_source);
134 struct wakeup_source *ws) in wakeup_source_device_create()
174 int wakeup_source_sysfs_add(struct device *parent, struct wakeup_source *ws) in wakeup_source_sysfs_add()
[all …]
Dpower.h157 struct wakeup_source *ws);
158 extern void wakeup_source_sysfs_remove(struct wakeup_source *ws);
/drivers/extcon/
Dextcon-adc-jack.c52 bool wakeup_source; member
132 data->wakeup_source = pdata->wakeup_source; in adc_jack_probe()
154 if (data->wakeup_source) in adc_jack_probe()
/drivers/rtc/
Drtc-m41t80.c879 bool wakeup_source = false; in m41t80_probe() local
905 wakeup_source = of_property_read_bool(client->dev.of_node, in m41t80_probe()
916 wakeup_source = false; in m41t80_probe()
919 if (client->irq > 0 || wakeup_source) { in m41t80_probe()