drivers/media/pci/mgb4/mgb4_cmt.h

Source file repositories/reference/linux-study-clean/drivers/media/pci/mgb4/mgb4_cmt.h

File Facts

System
Linux kernel
Corpus path
drivers/media/pci/mgb4/mgb4_cmt.h
Extension
.h
Size
433 bytes
Lines
18
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 __MGB4_CMT_H__
#define __MGB4_CMT_H__

#include "mgb4_vout.h"
#include "mgb4_vin.h"

u32 mgb4_cmt_set_vout_freq(struct mgb4_vout_dev *voutdev, unsigned int freq);
void mgb4_cmt_set_vin_freq_range(struct mgb4_vin_dev *vindev,
				 unsigned int freq_range);

#endif

Annotation

Implementation Notes