drivers/clk/x86/clk-cgu-pll.c

Source file repositories/reference/linux-study-clean/drivers/clk/x86/clk-cgu-pll.c

File Facts

System
Linux kernel
Corpus path
drivers/clk/x86/clk-cgu-pll.c
Extension
.c
Size
3263 bytes
Lines
146
Domain
Driver Families
Bucket
drivers/clk
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

if (IS_ERR(hw)) {
			dev_err(ctx->dev, "failed to register pll: %s\n",
				list->name);
			return PTR_ERR(hw);
		}
		ctx->clk_data.hws[list->id] = hw;
	}

	return 0;
}

Annotation

Implementation Notes