cregit-Linux how code gets into the kernel

Release 4.16 drivers/clk/versatile/clk-icst.h

/* SPDX-License-Identifier: GPL-2.0 */
/**
 * struct clk_icst_desc - descriptor for the ICST VCO
 * @params: ICST parameters
 * @vco_offset: offset to the ICST VCO from the provided memory base
 * @lock_offset: offset to the ICST VCO locking register from the provided
 *      memory base
 */

struct clk_icst_desc {
	
const struct icst_params *params;
	
u32 vco_offset;
	
u32 lock_offset;
};

struct clk *icst_clk_register(struct device *dev,
			      const struct clk_icst_desc *desc,
			      const char *name,
			      const char *parent_name,
			      void __iomem *base);

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Walleij5098.04%480.00%
Greg Kroah-Hartman11.96%120.00%
Total51100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.