| /kernel/linux/linux-5.10/drivers/clk/ |
| H A D | clk-mux.c | 148 __clk_hw_register_mux(struct device *dev, struct device_node *np, const char *name, u8 num_parents, const char * const *parent_names, const struct clk_hw **parent_hws, const struct clk_parent_data *parent_data, unsigned long flags, void __iomem *reg, u8 shift, u32 mask, u8 clk_mux_flags, u32 *table, spinlock_t *lock) __clk_hw_register_mux() argument
|
| H A D | clk.c | 3860 const struct clk_hw **parent_hws = init->parent_hws; in clk_core_populate_parent_map() local
|
| /kernel/linux/linux-6.6/drivers/clk/ |
| H A D | clk-mux.c | 149 __clk_hw_register_mux(struct device *dev, struct device_node *np, const char *name, u8 num_parents, const char * const *parent_names, const struct clk_hw **parent_hws, const struct clk_parent_data *parent_data, unsigned long flags, void __iomem *reg, u8 shift, u32 mask, u8 clk_mux_flags, const u32 *table, spinlock_t *lock) __clk_hw_register_mux() argument 215 __devm_clk_hw_register_mux(struct device *dev, struct device_node *np, const char *name, u8 num_parents, const char * const *parent_names, const struct clk_hw **parent_hws, const struct clk_parent_data *parent_data, unsigned long flags, void __iomem *reg, u8 shift, u32 mask, u8 clk_mux_flags, const u32 *table, spinlock_t *lock) __devm_clk_hw_register_mux() argument
|
| H A D | clk.c | 4080 const struct clk_hw **parent_hws = init->parent_hws; in clk_core_populate_parent_map() local
|
| /kernel/linux/linux-6.6/drivers/clk/at91/ |
| H A D | clk-generated.c | 319 at91_clk_register_generated(struct regmap *regmap, spinlock_t *lock, const struct clk_pcr_layout *layout, const char *name, const char **parent_names, struct clk_hw **parent_hws, u32 *mux_table, u8 num_parents, u8 id, const struct clk_range *range, int chg_pid) at91_clk_register_generated() argument
|
| H A D | clk-programmable.c | 216 at91_clk_register_programmable(struct regmap *regmap, const char *name, const char **parent_names, struct clk_hw **parent_hws, u8 num_parents, u8 id, const struct clk_programmable_layout *layout, u32 *mux_table) at91_clk_register_programmable() argument
|
| H A D | clk-main.c | 552 at91_clk_register_sam9x5_main(struct regmap *regmap, const char *name, const char **parent_names, struct clk_hw **parent_hws, int num_parents) at91_clk_register_sam9x5_main() argument
|
| H A D | sama7g5.c | 990 struct clk_hw *parent_hws[10]; in sama7g5_pmc_setup() local [all...] |
| H A D | sckc.c | 377 const struct clk_hw *parent_hws[2]; in at91sam9x5_sckc_register() local 475 const struct clk_hw *parent_hws[2]; in of_sam9x60_sckc_setup() local 319 at91_clk_register_sam9x5_slow(void __iomem *sckcr, const char *name, const struct clk_hw **parent_hws, int num_parents, const struct clk_slow_bits *bits) at91_clk_register_sam9x5_slow() argument 591 const struct clk_hw *parent_hws[2]; of_sama5d4_sckc_setup() local [all...] |
| H A D | clk-master.c | 473 at91_clk_register_master_internal(struct regmap *regmap, const char *name, int num_parents, const char **parent_names, struct clk_hw **parent_hws, const struct clk_master_layout *layout, const struct clk_master_characteristics *characteristics, const struct clk_ops *ops, spinlock_t *lock, u32 flags) at91_clk_register_master_internal() argument 531 at91_clk_register_master_pres(struct regmap *regmap, const char *name, int num_parents, const char **parent_names, struct clk_hw **parent_hws, const struct clk_master_layout *layout, const struct clk_master_characteristics *characteristics, spinlock_t *lock) at91_clk_register_master_pres() argument 812 at91_clk_sama7g5_register_master(struct regmap *regmap, const char *name, int num_parents, const char **parent_names, struct clk_hw **parent_hws, u32 *mux_table, spinlock_t *lock, u8 id, bool critical, int chg_pid) at91_clk_sama7g5_register_master() argument [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | clk-provider.h | 291 const struct clk_hw **parent_hws; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | clk-provider.h | 305 const struct clk_hw **parent_hws; member [all...] |