Searched refs:wakeup_source (Results 1 – 18 of 18) sorted by relevance
69 static struct wakeup_source deleted_ws = {80 static struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create()82 struct wakeup_source *ws; in wakeup_source_create()113 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record()138 static void wakeup_source_free(struct wakeup_source *ws) in wakeup_source_free()151 static void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy()165 static void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add()185 static void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove()209 struct wakeup_source *wakeup_source_register(struct device *dev, in wakeup_source_register()212 struct wakeup_source *ws; in wakeup_source_register()[all …]
27 struct wakeup_source *ws = dev_get_drvdata(dev); \42 struct wakeup_source *ws = dev_get_drvdata(dev); in active_time_ms_show()53 struct wakeup_source *ws = dev_get_drvdata(dev); in total_time_ms_show()69 struct wakeup_source *ws = dev_get_drvdata(dev); in max_time_ms_show()86 struct wakeup_source *ws = dev_get_drvdata(dev); in last_change_ms_show()95 struct wakeup_source *ws = dev_get_drvdata(dev); in name_show()105 struct wakeup_source *ws = dev_get_drvdata(dev); in prevent_suspend_time_ms_show()131 ATTRIBUTE_GROUPS(wakeup_source);139 struct wakeup_source *ws) in wakeup_source_device_create()179 int wakeup_source_sysfs_add(struct device *parent, struct wakeup_source *ws) in wakeup_source_sysfs_add()[all …]
129 struct wakeup_source *ws);130 extern void wakeup_source_sysfs_remove(struct wakeup_source *ws);
42 u32 wakeup_source; member105 eic->wakeup_source |= BIT(d->hwirq); in mchp_eic_irq_set_wake()107 eic->wakeup_source &= ~BIT(d->hwirq); in mchp_eic_irq_set_wake()120 if (!eic->wakeup_source) in mchp_eic_irq_suspend()130 if (!eic->wakeup_source) in mchp_eic_irq_resume()
405 bool wakeup_source; in pcf85363_probe() local436 wakeup_source = device_property_read_bool(&client->dev, in pcf85363_probe()438 if (client->irq > 0 || wakeup_source) { in pcf85363_probe()460 if (client->irq > 0 || wakeup_source) { in pcf85363_probe()
420 bool wakeup_source = false; in pcf8523_probe() local490 wakeup_source = of_property_read_bool(client->dev.of_node, "wakeup-source"); in pcf8523_probe()491 if (client->irq > 0 || wakeup_source) in pcf8523_probe()
913 bool wakeup_source = false; in m41t80_probe() local934 wakeup_source = device_property_read_bool(&client->dev, "wakeup-source"); in m41t80_probe()948 wakeup_source = false; in m41t80_probe()951 if (client->irq > 0 || wakeup_source) in m41t80_probe()
29 bool wakeup_source; member
65 bool wakeup_source; member
39 bool wakeup_source; member
161 struct wakeup_source __rcu *ws;204 struct wakeup_source *ws;690 static inline struct wakeup_source *ep_wakeup_source(struct epitem *epi) in ep_wakeup_source()698 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake()712 struct wakeup_source *ws; in ep_pm_stay_awake_rcu()1494 struct wakeup_source *ws; in ep_create_wakeup_source()1516 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source()1791 struct wakeup_source *ws; in ep_send_events()
740 bool wakeup_source; in dwc3_qcom_probe() local817 wakeup_source = of_property_read_bool(dev->of_node, "wakeup-source"); in dwc3_qcom_probe()818 device_init_wakeup(&pdev->dev, wakeup_source); in dwc3_qcom_probe()819 device_init_wakeup(&qcom->dwc3->dev, wakeup_source); in dwc3_qcom_probe()
1777 pdata->wakeup_source = device_property_read_bool(dev, "wakeup-source"); in da7219_fw_to_pdata()1845 if (!da7219->wakeup_source) in da7219_set_bias_level()2277 da7219->wakeup_source = pdata->wakeup_source; in da7219_handle_pdata()2619 if (!da7219->wakeup_source) in da7219_suspend()2635 if (!da7219->wakeup_source) in da7219_resume()
812 bool wakeup_source; member
30 struct wakeup_source *ws;
368 struct wakeup_source *ws; /* Enable consume of uevents */
351 struct wakeup_source *ws;
2938 (pdata && pdata->wakeup_source)) { in st_lsm6dsx_probe()