Lines Matching defs:work
69 /* Note: for some reason video mode seems to work only if VC_VIDEO is 0 */
3191 static void dsi_framedone_timeout_work_callback(struct work_struct *work)
3193 struct dsi_data *dsi = container_of(work, struct dsi_data,
3194 framedone_timeout_work.work);
3196 * 250ms which would conflict with this timeout work. What should be
3198 * possibly scheduled framedone work. However, cancelling the transfer
4149 * Return a hardcoded dispc channel for the DSI output. This should work for
4292 static void omap_dsi_te_timeout_work_callback(struct work_struct *work)
4295 container_of(work, struct dsi_data, te_timeout_work.work);
4874 static void omap_dsi_disable_work_callback(struct work_struct *work)
4876 struct dsi_data *dsi = container_of(work, struct dsi_data, dsi_disable_work.work);