Searched refs:ux500_busy_timeout_work (Results 1 – 2 of 2) sorted by relevance
761 schedule_delayed_work(&host->ux500_busy_timeout_work, in ux500_busy_complete()792 cancel_delayed_work(&host->ux500_busy_timeout_work); in ux500_busy_complete()801 cancel_delayed_work(&host->ux500_busy_timeout_work); in ux500_busy_complete()1558 static void ux500_busy_timeout_work(struct work_struct *work) in ux500_busy_timeout_work() function1561 ux500_busy_timeout_work.work); in ux500_busy_timeout_work()2402 INIT_DELAYED_WORK(&host->ux500_busy_timeout_work, in mmci_probe()2403 ux500_busy_timeout_work); in mmci_probe()
458 struct delayed_work ux500_busy_timeout_work; member