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

/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccdc.h66 struct work_struct table_work; member in struct:ispccdc_lsc
H A Dispccdc.c388 lsc = container_of(work, struct ispccdc_lsc, table_work);
465 schedule_work(&ccdc->lsc.table_work);
517 schedule_work(&lsc->table_work);
1306 schedule_work(&ccdc->lsc.table_work);
1357 cancel_work_sync(&ccdc->lsc.table_work);
2726 INIT_WORK(&ccdc->lsc.table_work, ccdc_lsc_free_table_work);
2761 cancel_work_sync(&ccdc->lsc.table_work);

Completed in 174 milliseconds