Searched defs:lsc (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/omap3isp/
H A Dispccdc.h160 * @lsc: Lens shading compensation configuration
188 struct ispccdc_lsc lsc; member in struct:isp_ccdc_device
H A Disppreview.h130 * @lsc: Pointer to LSC gain table. (currently not used)
139 u32 *lsc; member in struct:isptables_update
H A Dispccdc.c289 ccdc->lsc.state = LSC_STATE_STOPPED;
293 ccdc->lsc.state = LSC_STATE_RUNNING;
295 ccdc->lsc.state = LSC_STATE_STOPPING;
354 ccdc->lsc.state = LSC_STATE_STOPPED;
379 spin_lock_irqsave(&ccdc->lsc.req_lock, flags);
382 spin_unlock_irqrestore(&ccdc->lsc.req_lock, flags);
384 spin_lock_irqsave(&ccdc->lsc.req_lock, flags);
386 spin_unlock_irqrestore(&ccdc->lsc.req_lock, flags);
392 struct ispccdc_lsc *lsc; local
394 lsc
507 struct ispccdc_lsc *lsc = &ccdc->lsc; local
[all...]

Completed in 63 milliseconds