Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/davinci/
Dccdc_hw_device.h57 int (*enum_pix)(u32 *hw_pix, int i); member
Dvpfe_capture.c217 BUG_ON(!dev->hw_ops.enum_pix); in vpfe_register_ccdc_device()
794 while (ccdc_dev->hw_ops.enum_pix(&pix, temp) >= 0) { in vpfe_check_format()
919 if (ccdc_dev->hw_ops.enum_pix(&pix, fmt->index) < 0) in vpfe_enum_fmt_vid_cap()
Ddm355_ccdc.c856 .enum_pix = ccdc_enum_pix,
Ddm644x_ccdc.c791 .enum_pix = ccdc_enum_pix,
Disif.c1013 .enum_pix = isif_enum_pix,