Searched refs:enable_work (Results 1 – 7 of 7) sorted by relevance
| /drivers/soc/qcom/ |
| 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()
|
| /drivers/scsi/libsas/ |
| 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()
|
| A D | sas_internal.h | 39 struct sas_work enable_work; member
|
| /drivers/power/supply/ |
| A D | qcom_battmgr.c | 308 struct work_struct enable_work; member 1314 struct qcom_battmgr *battmgr = container_of(work, struct qcom_battmgr, enable_work); in qcom_battmgr_enable_worker() 1333 schedule_work(&battmgr->enable_work); in qcom_battmgr_pdr_notify() 1372 INIT_WORK(&battmgr->enable_work, qcom_battmgr_enable_worker); in qcom_battmgr_probe()
|
| /drivers/firewire/ |
| A D | core-iso.c | 244 enable_work(&ctx->work); in fw_iso_context_flush_completions()
|
| A D | ohci.c | 1539 enable_work(&ctx->work); in at_context_flush() 2718 enable_work(&ctx->work); in ohci_cancel_packet()
|
| /drivers/net/ethernet/realtek/ |
| A D | r8169_main.c | 4815 enable_work(&tp->wk.work); in rtl8169_up()
|
Completed in 33 milliseconds