Home
last modified time | relevance | path

Searched refs:synth_clock_names (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/clk/
Dclk-si5341.c1556 const char *synth_clock_names[SI5341_NUM_SYNTH]; in si5341_probe() local
1698 synth_clock_names[i] = devm_kasprintf(&client->dev, GFP_KERNEL, in si5341_probe()
1700 init.name = synth_clock_names[i]; in si5341_probe()
1712 init.parent_names = synth_clock_names; in si5341_probe()
1787 devm_kfree(&client->dev, (void *)synth_clock_names[i]); in si5341_probe()