drivers/media/dvb-frontends/cxd2880/cxd2880_integ.h

Source file repositories/reference/linux-study-clean/drivers/media/dvb-frontends/cxd2880/cxd2880_integ.h

File Facts

System
Linux kernel
Corpus path
drivers/media/dvb-frontends/cxd2880/cxd2880_integ.h
Extension
.h
Size
648 bytes
Lines
28
Domain
Driver Families
Bucket
drivers/media
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

#ifndef CXD2880_INTEG_H
#define CXD2880_INTEG_H

#include "cxd2880_tnrdmd.h"

#define CXD2880_TNRDMD_WAIT_INIT_TIMEOUT	500
#define CXD2880_TNRDMD_WAIT_INIT_INTVL	10

#define CXD2880_TNRDMD_WAIT_AGC_STABLE		100

int cxd2880_integ_init(struct cxd2880_tnrdmd *tnr_dmd);

int cxd2880_integ_cancel(struct cxd2880_tnrdmd *tnr_dmd);

int cxd2880_integ_check_cancellation(struct cxd2880_tnrdmd
				     *tnr_dmd);

#endif

Annotation

Implementation Notes