Searched refs:uv_work (Results 1 – 3 of 3) sorted by relevance
272 supply = container_of(work, struct mmc_supply, uv_work); in mmc_undervoltage_workfn()297 queue_work(system_highpri_wq, &host->supply.uv_work); in mmc_handle_regulator_event()339 cancel_work_sync(&host->supply.uv_work); in mmc_regulator_unregister_undervoltage_notifier()
569 INIT_WORK(&host->supply.uv_work, mmc_undervoltage_workfn); in mmc_alloc_host()
348 struct work_struct uv_work; /* Undervoltage work */ member