Searched refs:table_work (Results 1 - 2 of 2) sorted by relevance

/drivers/media/platform/omap3isp/
H A Dispccdc.h69 struct work_struct table_work; member in struct:ispccdc_lsc
H A Dispccdc.c391 lsc = container_of(work, struct ispccdc_lsc, table_work);
467 schedule_work(&ccdc->lsc.table_work);
519 schedule_work(&lsc->table_work);
1306 schedule_work(&ccdc->lsc.table_work);
1353 cancel_work_sync(&ccdc->lsc.table_work);
2705 INIT_WORK(&ccdc->lsc.table_work, ccdc_lsc_free_table_work);
2740 cancel_work_sync(&ccdc->lsc.table_work);

Completed in 70 milliseconds