Searched refs:sync_work (Results 1 – 1 of 1) sorted by relevance
66 struct work_struct sync_work; member1053 struct rfkill *rfkill = container_of(work, struct rfkill, sync_work); in rfkill_sync_work()1096 INIT_WORK(&rfkill->sync_work, rfkill_sync_work); in rfkill_register()1105 schedule_work(&rfkill->sync_work); in rfkill_register()1139 cancel_work_sync(&rfkill->sync_work); in rfkill_unregister()
Completed in 6 milliseconds