Home
last modified time | relevance | path

Searched refs:enable_work (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/block/
H A Dblk-iolatency.c100 struct work_struct enable_work; member
648 flush_work(&blkiolat->enable_work); in blkcg_iolatency_exit()
738 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()
/openbmc/linux/drivers/soc/qcom/
H A Dpmic_glink_altmode.c89 #define work_to_altmode(w) container_of((w), struct pmic_glink_altmode, enable_work)
102 struct work_struct enable_work; member
408 schedule_work(&altmode->enable_work); in pmic_glink_altmode_pdr_notify()
439 INIT_WORK(&altmode->enable_work, pmic_glink_altmode_enable_worker); in pmic_glink_altmode_probe()
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_init.c500 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 Dsas_internal.h39 struct sas_work enable_work; member
/openbmc/linux/drivers/power/supply/
H A Dqcom_battmgr.c307 struct work_struct enable_work; member
1283 struct qcom_battmgr *battmgr = container_of(work, struct qcom_battmgr, enable_work); in qcom_battmgr_enable_worker()
1302 schedule_work(&battmgr->enable_work); in qcom_battmgr_pdr_notify()
1340 INIT_WORK(&battmgr->enable_work, qcom_battmgr_enable_worker); in qcom_battmgr_probe()