drivers/staging/media/atomisp/pci/hive_isp_css_common/input_formatter_global.h

Source file repositories/reference/linux-study-clean/drivers/staging/media/atomisp/pci/hive_isp_css_common/input_formatter_global.h

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/atomisp/pci/hive_isp_css_common/input_formatter_global.h
Extension
.h
Size
4681 bytes
Lines
107
Domain
Driver Families
Bucket
drivers/staging
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

struct input_formatter_cfg_s {
	u32	start_line;
	u32	start_column;
	u32	left_padding;
	u32	cropped_height;
	u32	cropped_width;
	u32	deinterleaving;
	u32	buf_vecs;
	u32	buf_start_index;
	u32	buf_increment;
	u32	buf_eol_offset;
	u32	is_yuv420_format;
	u32	block_no_reqs;
};

extern const hrt_address HIVE_IF_SRST_ADDRESS[N_INPUT_FORMATTER_ID];
extern const hrt_data HIVE_IF_SRST_MASK[N_INPUT_FORMATTER_ID];
extern const u8 HIVE_IF_SWITCH_CODE[N_INPUT_FORMATTER_ID];

#endif /* __INPUT_FORMATTER_GLOBAL_H_INCLUDED__ */

Annotation

Implementation Notes