| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pm_wakeup.h | 43 struct wakeup_source { struct 93 extern struct wakeup_source *wakeup_source_create(const char *name); 94 extern void wakeup_source_destroy(struct wakeup_source *ws); 95 extern void wakeup_source_add(struct wakeup_source *ws); 96 extern void wakeup_source_remove(struct wakeup_source *ws); 97 extern struct wakeup_source *wakeup_source_register(struct device *dev, 99 extern void wakeup_source_unregister(struct wakeup_source *ws); 102 extern struct wakeup_source *wakeup_sources_walk_start(void); 103 extern struct wakeup_source *wakeup_sources_walk_next(struct wakeup_source *ws); 109 extern void __pm_stay_awake(struct wakeup_source *ws); [all …]
|
| H A D | wakelock.h | 33 struct wakeup_source ws; 39 struct wakeup_source *ws = &lock->ws; in wake_lock_init() 50 struct wakeup_source *ws = &lock->ws; in wake_lock_destroy()
|
| H A D | pm.h | 535 struct wakeup_source; 585 struct wakeup_source *wakeup;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_priv.h | 131 struct wakeup_source *wl_wifi; /* Wifi wakelock */ 132 struct wakeup_source *wl_rxwake; /* Wifi rx wakelock */ 133 struct wakeup_source *wl_ctrlwake; /* Wifi ctrl wakelock */ 134 struct wakeup_source *wl_wdwake; /* Wifi wd wakelock */ 135 struct wakeup_source *wl_evtwake; /* Wifi event wakelock */ 136 struct wakeup_source *wl_pmwake; /* Wifi pm handler wakelock */ 137 struct wakeup_source *wl_txflwake; /* Wifi tx flow wakelock */ 139 struct wakeup_source *wl_intrwake; /* Host wakeup wakelock */ 142 struct wakeup_source *wl_scanwake; /* Wifi scan wakelock */ 144 struct wakeup_source *wl_nanwake; /* NAN wakelock */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | wakeup.c | 77 static struct wakeup_source deleted_ws = { 88 struct wakeup_source *wakeup_source_create(const char *name) in wakeup_source_create() 90 struct wakeup_source *ws; in wakeup_source_create() 122 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record() 147 static void wakeup_source_free(struct wakeup_source *ws) in wakeup_source_free() 160 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy() 175 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add() 196 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove() 222 struct wakeup_source *wakeup_source_register(struct device *dev, in wakeup_source_register() 225 struct wakeup_source *ws; in wakeup_source_register() [all …]
|
| H A D | wakeup_stats.c | 27 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() 68 struct wakeup_source *ws = dev_get_drvdata(dev); in max_time_ms_show() 85 struct wakeup_source *ws = dev_get_drvdata(dev); in last_change_ms_show() 94 struct wakeup_source *ws = dev_get_drvdata(dev); in name_show() 104 struct wakeup_source *ws = dev_get_drvdata(dev); in prevent_suspend_time_ms_show() 129 ATTRIBUTE_GROUPS(wakeup_source); 137 struct wakeup_source *ws) in wakeup_source_device_create() 177 int wakeup_source_sysfs_add(struct device *parent, struct wakeup_source *ws) in wakeup_source_sysfs_add() [all …]
|
| H A D | power.h | 125 struct wakeup_source *ws); 126 extern void wakeup_source_sysfs_remove(struct wakeup_source *ws);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_priv.h | 132 struct wakeup_source wl_wifi; /* Wifi wakelock */ 133 struct wakeup_source wl_rxwake; /* Wifi rx wakelock */ 134 struct wakeup_source wl_ctrlwake; /* Wifi ctrl wakelock */ 135 struct wakeup_source wl_wdwake; /* Wifi wd wakelock */ 136 struct wakeup_source wl_evtwake; /* Wifi event wakelock */ 137 struct wakeup_source wl_pmwake; /* Wifi pm handler wakelock */ 138 struct wakeup_source wl_txflwake; /* Wifi tx flow wakelock */ 140 struct wakeup_source wl_intrwake; /* Host wakeup wakelock */ 143 struct wakeup_source wl_scanwake; /* Wifi scan wakelock */ 145 struct wakeup_source wl_nanwake; /* NAN wakelock */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/extcon/ |
| H A D | extcon-adc-jack.c | 52 bool wakeup_source; member 132 data->wakeup_source = pdata->wakeup_source; in adc_jack_probe() 154 if (data->wakeup_source) in adc_jack_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | st_sensors_pdata.h | 28 bool wakeup_source; member
|
| /OK3568_Linux_fs/kernel/include/linux/extcon/ |
| H A D | extcon-adc-jack.h | 65 bool wakeup_source; member
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | da7219.h | 39 bool wakeup_source; member
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | power.h | 248 DECLARE_EVENT_CLASS(wakeup_source, 268 DEFINE_EVENT(wakeup_source, wakeup_source_activate, 275 DEFINE_EVENT(wakeup_source, wakeup_source_deactivate,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | eventpoll.c | 173 struct wakeup_source __rcu *ws; 216 struct wakeup_source *ws; 638 static inline struct wakeup_source *ep_wakeup_source(struct epitem *epi) in ep_wakeup_source() 646 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake() 660 struct wakeup_source *ws; in ep_pm_stay_awake_rcu() 1463 struct wakeup_source *ws; in ep_create_wakeup_source() 1490 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source() 1717 struct wakeup_source *ws; in ep_send_events_proc()
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | autosleep.c | 25 static struct wakeup_source *autosleep_ws;
|
| H A D | wakelock.c | 30 struct wakeup_source *ws;
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-m41t80.c | 876 bool wakeup_source = false; in m41t80_probe() local 902 wakeup_source = of_property_read_bool(client->dev.of_node, in m41t80_probe() 913 wakeup_source = false; in m41t80_probe() 916 if (client->irq > 0 || wakeup_source) { in m41t80_probe()
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/ |
| H A D | rcpm.c | 35 struct wakeup_source *ws; in rcpm_pm_prepare()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | da7219.c | 1772 pdata->wakeup_source = device_property_read_bool(dev, "wakeup-source"); in da7219_fw_to_pdata() 1839 if (!da7219->wakeup_source) in da7219_set_bias_level() 2268 da7219->wakeup_source = pdata->wakeup_source; in da7219_handle_pdata() 2609 if (!da7219->wakeup_source) in da7219_suspend() 2624 if (!da7219->wakeup_source) in da7219_resume()
|
| H A D | da7219.h | 812 bool wakeup_source; member
|
| /OK3568_Linux_fs/kernel/include/linux/mmc/ |
| H A D | host.h | 299 struct wakeup_source *ws; /* Enable consume of uevents */
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | acpi_bus.h | 323 struct wakeup_source *ws;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.h | 2667 struct wakeup_source ws; 3348 static inline void wakeup_source_init(struct wakeup_source *ws, 3362 static inline void wakeup_source_trash(struct wakeup_source *ws)
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/ |
| H A D | fiq_debugger.c | 106 struct wakeup_source debugger_wake_src;
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsx/ |
| H A D | st_lsm6dsx_core.c | 2425 (pdata && pdata->wakeup_source)) in st_lsm6dsx_probe()
|