Home
last modified time | relevance | path

Searched refs:frame_format (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/platform/davinci/
Dvpfe_capture.c98 int frame_format; member
351 vpfe_dev->std_info.frame_format = in vpfe_config_image_format()
352 vpfe_standards[i].frame_format; in vpfe_config_image_format()
371 if (vpfe_dev->std_info.frame_format) { in vpfe_config_image_format()
634 enum ccdc_frmfmt frame_format; in vpfe_detach_irq() local
636 frame_format = ccdc_dev->hw_ops.get_frame_format(); in vpfe_detach_irq()
637 if (frame_format == CCDC_FRMFMT_PROGRESSIVE) in vpfe_detach_irq()
643 enum ccdc_frmfmt frame_format; in vpfe_attach_irq() local
645 frame_format = ccdc_dev->hw_ops.get_frame_format(); in vpfe_attach_irq()
646 if (frame_format == CCDC_FRMFMT_PROGRESSIVE) { in vpfe_attach_irq()
[all …]
/Linux-v4.19/include/media/davinci/
Dvpfe_capture.h53 int frame_format; member
/Linux-v4.19/include/uapi/sound/
Dhdspm.h169 __u8 frame_format; /* enum hdspm_madi_frame_format */ member
/Linux-v4.19/drivers/media/platform/am437x/
Dam437x-vpfe.h78 int frame_format; member
Dam437x-vpfe.c64 int frame_format; member
1118 vpfe->std_info.frame_format = in vpfe_config_image_format()
1119 vpfe_standards[i].frame_format; in vpfe_config_image_format()
1139 if (vpfe->std_info.frame_format) in vpfe_config_image_format()
1383 enum ccdc_frmfmt frame_format; in vpfe_detach_irq() local
1385 frame_format = vpfe_ccdc_get_frame_format(&vpfe->ccdc); in vpfe_detach_irq()
1386 if (frame_format == CCDC_FRMFMT_PROGRESSIVE) in vpfe_detach_irq()
1395 enum ccdc_frmfmt frame_format; in vpfe_attach_irq() local
1397 frame_format = vpfe_ccdc_get_frame_format(&vpfe->ccdc); in vpfe_attach_irq()
1398 if (frame_format == CCDC_FRMFMT_PROGRESSIVE) in vpfe_attach_irq()
/Linux-v4.19/sound/pci/rme9652/
Dhdspm.c6331 status.card_specific.madi.frame_format = 0; in snd_hdspm_hwdep_ioctl()