Searched refs:enable_work (Results 1 – 6 of 6) sorted by relevance
90 #define work_to_altmode(w) container_of((w), struct pmic_glink_altmode, enable_work)103 struct work_struct enable_work; member405 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()
501 struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work); in phy_enable_work()515 INIT_SAS_WORK(&d->enable_work, phy_enable_work); in sas_phy_setup()568 sas_queue_work(ha, &d->enable_work); in queue_phy_enable()
39 struct sas_work enable_work; member
620 extern bool enable_work(struct work_struct *work);752 if (enable_work(work)) { in enable_and_queue_work()
244 enable_work(&ctx->work); in fw_iso_context_flush_completions()
4400 enable_work(work); in __cancel_work_sync()4522 bool enable_work(struct work_struct *work) in enable_work() function4537 EXPORT_SYMBOL_GPL(enable_work);4573 return enable_work(&dwork->work); in enable_delayed_work()