Searched refs:ws (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | wakelock.h | 33 struct wakeup_source ws; member 38 struct wakeup_source *ws = &lock->ws; in wake_lock_init() local 40 if (ws) { in wake_lock_init() 41 memset(ws, 0, sizeof(*ws)); in wake_lock_init() 42 ws->name = name; in wake_lock_init() 44 wakeup_source_add(ws); in wake_lock_init() 49 struct wakeup_source *ws = &lock->ws; in wake_lock_destroy() local [all...] |
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | wakelock.h | 33 struct wakeup_source ws; member 39 struct wakeup_source *ws = &lock->ws; in wake_lock_init() local 41 if (ws) { in wake_lock_init() 42 memset(ws, 0, sizeof(*ws)); in wake_lock_init() 43 ws->name = name; in wake_lock_init() 45 wakeup_source_add(ws); in wake_lock_init() 50 struct wakeup_source *ws = &lock->ws; in wake_lock_destroy() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_workqueue.c | 39 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_find_work() local 40 if (ws->work == work) { in osal_find_work() 41 return ws->osal_work; in osal_find_work() 57 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_del_work() local 58 if (ws->work == work) { in osal_del_work() 60 kfree(ws); in osal_del_work() 61 ws = NULL; in osal_del_work()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_workqueue.c | 46 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_find_work() local 47 if (ws->work == work) { in osal_find_work() 48 return ws->osal_work; in osal_find_work() 70 struct wq_node *ws = osal_list_entry(this, struct wq_node, node); in osal_del_work() local 71 if (ws->work == work) { in osal_del_work() 73 kfree(ws); in osal_del_work()
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | host.c | 86 wakeup_source_unregister(host->ws); in mmc_host_classdev_release() 519 host->ws = wakeup_source_register(NULL, dev_name(&host->class_dev)); in mmc_alloc_host()
|
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/ |
H A D | host.h | 283 struct wakeup_source *ws; /* Enable consume of uevents */ member
|
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
H A D | power_supply_core.c | 1160 const struct power_supply_config *cfg, bool ws)
in power_supply_register_ext() 1223 rc = device_init_wakeup(dev, ws);
in power_supply_register_ext() 1158 power_supply_register_ext(struct device *parent, const struct power_supply_desc *desc, const struct power_supply_config *cfg, bool ws) power_supply_register_ext() argument
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 9230 u64 ws = 0; in cpu_cfs_stat_show() local 9233 for_each_possible_cpu(i) ws += in cpu_cfs_stat_show() 9236 seq_printf(sf, "wait_sum %llu\n", ws); in cpu_cfs_stat_show()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_sdio_host.c | 1346 printk("[E]We still hold %s %lu wake locks, Now release all", hi_sdio->st_sdio_wakelock.st_wakelock.ws.name, in oal_sdio_wakelocks_release_detect()
|
Completed in 23 milliseconds