drivers/clk/versatile/icst.c

Source file repositories/reference/linux-study-clean/drivers/clk/versatile/icst.c

File Facts

System
Linux kernel
Corpus path
drivers/clk/versatile/icst.c
Extension
.c
Size
2342 bytes
Lines
103
Domain
Driver Families
Bucket
drivers/clk
Inferred role
Driver Families: exported/initcall integration point
Status
integration 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 ((unsigned)f_diff < best) {
			vco.v = vd - 8;
			vco.r = rd - 2;
			if (f_diff == 0)
				break;
			best = f_diff;
		}
	}

	return vco;
}

EXPORT_SYMBOL(icst_hz_to_vco);

Annotation

Implementation Notes