Home
last modified time | relevance | path

Searched refs:enum_pix (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/media/video/davinci/
Dccdc_hw_device.h71 int (*enum_pix)(u32 *hw_pix, int i); member
Dvpfe_capture.c221 BUG_ON(!dev->hw_ops.enum_pix); in vpfe_register_ccdc_device()
838 while (ccdc_dev->hw_ops.enum_pix(&pix, temp) >= 0) { in vpfe_check_format()
965 if (ccdc_dev->hw_ops.enum_pix(&pix, fmt->index) < 0) in vpfe_enum_fmt_vid_cap()
Ddm355_ccdc.c954 .enum_pix = ccdc_enum_pix,
Ddm644x_ccdc.c946 .enum_pix = ccdc_enum_pix,
Disif.c1021 .enum_pix = isif_enum_pix,