Searched refs:adpll (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | Makefile | 27 obj-$(CONFIG_COMMON_CLK_TI_ADPLL) += adpll.o
|
H A D | adpll.c | 162 struct ti_adpll_data *adpll; member 197 name = devm_kasprintf(d->dev, GFP_KERNEL, "%08lx.adpll.%s", in ti_adpll_clk_get_name() 574 struct ti_adpll_data *d = co->adpll; in ti_adpll_clkout_get_parent() 596 co->adpll = d; in ti_adpll_init_clkout() 862 { .compatible = "ti,dm814-adpll-s-clock", &ti_adpll_type_s }, 863 { .compatible = "ti,dm814-adpll-lj-clock", &ti_adpll_type_lj }, 957 .name = "ti-adpll", 977 MODULE_ALIAS("platform:dm814-adpll-clock");
|
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | Makefile | 26 obj-$(CONFIG_COMMON_CLK_TI_ADPLL) += adpll.o
|
H A D | adpll.c | 153 struct ti_adpll_data *adpll; member 188 name = devm_kasprintf(d->dev, GFP_KERNEL, "%08lx.adpll.%s", in ti_adpll_clk_get_name() 565 struct ti_adpll_data *d = co->adpll; in ti_adpll_clkout_get_parent() 587 co->adpll = d; in ti_adpll_init_clkout() 853 { .compatible = "ti,dm814-adpll-s-clock", &ti_adpll_type_s }, 854 { .compatible = "ti,dm814-adpll-lj-clock", &ti_adpll_type_lj }, 939 .name = "ti-adpll", 959 MODULE_ALIAS("platform:dm814-adpll-clock");
|
Completed in 4 milliseconds