drivers/media/pci/zoran/zoran_card.h

Source file repositories/reference/linux-study-clean/drivers/media/pci/zoran/zoran_card.h

File Facts

System
Linux kernel
Corpus path
drivers/media/pci/zoran/zoran_card.h
Extension
.h
Size
778 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 __ZORAN_CARD_H__
#define __ZORAN_CARD_H__

/* Anybody who uses more than four? */
#define BUZ_MAX 4

extern const struct video_device zoran_template;

int zoran_check_jpg_settings(struct zoran *zr,
			     struct zoran_jpg_settings *settings, int try);
void zoran_open_init_params(struct zoran *zr);
void zoran_vdev_release(struct video_device *vdev);

void zr36016_write(struct videocodec *codec, u16 reg, u32 val);

#endif				/* __ZORAN_CARD_H__ */

Annotation

Implementation Notes