include/dt-bindings/media/video-interfaces.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/media/video-interfaces.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/media/video-interfaces.h
Extension
.h
Size
889 bytes
Lines
28
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __DT_BINDINGS_MEDIA_VIDEO_INTERFACES_H__
#define __DT_BINDINGS_MEDIA_VIDEO_INTERFACES_H__

#define MEDIA_BUS_TYPE_CSI2_CPHY		1
#define MEDIA_BUS_TYPE_CSI1			2
#define MEDIA_BUS_TYPE_CCP2			3
#define MEDIA_BUS_TYPE_CSI2_DPHY		4
#define MEDIA_BUS_TYPE_PARALLEL			5
#define MEDIA_BUS_TYPE_BT656			6

#define MEDIA_BUS_CSI2_CPHY_LINE_ORDER_ABC	0
#define MEDIA_BUS_CSI2_CPHY_LINE_ORDER_ACB	1
#define MEDIA_BUS_CSI2_CPHY_LINE_ORDER_BAC	2
#define MEDIA_BUS_CSI2_CPHY_LINE_ORDER_BCA	3
#define MEDIA_BUS_CSI2_CPHY_LINE_ORDER_CAB	4
#define MEDIA_BUS_CSI2_CPHY_LINE_ORDER_CBA	5

#define MEDIA_PCLK_SAMPLE_FALLING_EDGE		0
#define MEDIA_PCLK_SAMPLE_RISING_EDGE		1
#define MEDIA_PCLK_SAMPLE_DUAL_EDGE		2

#endif /* __DT_BINDINGS_MEDIA_VIDEO_INTERFACES_H__ */

Annotation

Implementation Notes