drivers/media/v4l2-core/v4l2-subdev-priv.h

Source file repositories/reference/linux-study-clean/drivers/media/v4l2-core/v4l2-subdev-priv.h

File Facts

System
Linux kernel
Corpus path
drivers/media/v4l2-core/v4l2-subdev-priv.h
Extension
.h
Size
333 bytes
Lines
15
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 _V4L2_SUBDEV_PRIV_H_
#define _V4L2_SUBDEV_PRIV_H_

int v4l2_subdev_get_privacy_led(struct v4l2_subdev *sd);
void v4l2_subdev_put_privacy_led(struct v4l2_subdev *sd);

#endif

Annotation

Implementation Notes