Searched refs:dsi_disable_work (Results 1 – 2 of 2) sorted by relevance
448 struct delayed_work dsi_disable_work; member
4248 schedule_delayed_work(&dsi->dsi_disable_work, msecs_to_jiffies(2000)); in omap_dsi_host_transfer()4417 cancel_delayed_work_sync(&dsi->dsi_disable_work); in omap_dsi_host_detach()4661 cancel_delayed_work_sync(&dsi->dsi_disable_work); in dsi_bridge_enable()4680 cancel_delayed_work_sync(&dsi->dsi_disable_work); in dsi_bridge_disable()4876 struct dsi_data *dsi = container_of(work, struct dsi_data, dsi_disable_work.work); in omap_dsi_disable_work_callback()4918 INIT_DEFERRABLE_WORK(&dsi->dsi_disable_work, omap_dsi_disable_work_callback); in dsi_probe()