Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.7-rc5 10 lines 256 B view raw
1#include <asm/hardware/icst.h> 2 3struct clk_icst_desc { 4 const struct icst_params *params; 5 struct icst_vco (*getvco)(void); 6 void (*setvco)(struct icst_vco); 7}; 8 9struct clk *icst_clk_register(struct device *dev, 10 const struct clk_icst_desc *desc);