Searched refs:enable_work (Results 1 – 10 of 10) sorted by relevance
| /linux/block/ |
| H A D | blk-iolatency.c | 100 struct work_struct enable_work; member 640 flush_work(&blkiolat->enable_work); in blkcg_iolatency_exit() 731 enable_work); in blkiolatency_enable_work_fn() 776 INIT_WORK(&blkiolat->enable_work, blkiolatency_enable_work_fn); in blk_iolatency_init() 800 schedule_work(&blkiolat->enable_work); in iolatency_set_min_lat_nsec() 805 schedule_work(&blkiolat->enable_work); in iolatency_set_min_lat_nsec()
|
| /linux/drivers/soc/qcom/ |
| H A D | pmic_glink_altmode.c | 90 #define work_to_altmode(w) container_of((w), struct pmic_glink_altmode, enable_work) 103 struct work_struct enable_work; member 405 schedule_work(&altmode->enable_work); in pmic_glink_altmode_pdr_notify() 436 INIT_WORK(&altmode->enable_work, pmic_glink_altmode_enable_worker); in pmic_glink_altmode_probe()
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_init.c | 500 struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work); in phy_enable_work() 514 INIT_SAS_WORK(&d->enable_work, phy_enable_work); in sas_phy_setup() 567 sas_queue_work(ha, &d->enable_work); in queue_phy_enable()
|
| H A D | sas_internal.h | 39 struct sas_work enable_work; member
|
| /linux/include/linux/ |
| H A D | workqueue.h | 620 extern bool enable_work(struct work_struct *work); 752 if (enable_work(work)) { in enable_and_queue_work()
|
| /linux/drivers/power/supply/ |
| H A D | qcom_battmgr.c | 334 struct work_struct enable_work; member 1597 struct qcom_battmgr *battmgr = container_of(work, struct qcom_battmgr, enable_work); in qcom_battmgr_enable_worker() 1616 schedule_work(&battmgr->enable_work); in qcom_battmgr_pdr_notify() 1658 INIT_WORK(&battmgr->enable_work, qcom_battmgr_enable_worker); in qcom_battmgr_probe()
|
| /linux/drivers/firewire/ |
| H A D | core-iso.c | 244 enable_work(&ctx->work); in fw_iso_context_flush_completions()
|
| H A D | ohci.c | 1319 enable_work(&ctx->work); in at_context_flush() 2505 enable_work(&ctx->work); in ohci_cancel_packet()
|
| /linux/kernel/ |
| H A D | workqueue.c | 4396 enable_work(work); in __cancel_work_sync() 4518 bool enable_work(struct work_struct *work) in enable_work() function 4533 EXPORT_SYMBOL_GPL(enable_work); 4569 return enable_work(&dwork->work); in enable_delayed_work()
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 4815 enable_work(&tp->wk.work); in rtl8169_up()
|