drivers/gpu/drm/nouveau/nvkm/subdev/clk/gp10b.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gp10b.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gp10b.h
Extension
.h
Size
355 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/gpu
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 gp10b_clk {
	/* currently applied parameters */
	struct nvkm_clk base;
	struct gk20a_devfreq *devfreq;
	struct clk *clk;
	u32 rate;

	/* new parameters to apply */
	u32 new_rate;
};

#define gp10b_clk(p) container_of((p), struct gp10b_clk, base)

#endif

Annotation

Implementation Notes