Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-si5341.c1557 const char *synth_clock_names[SI5341_NUM_SYNTH] = { NULL }; in si5341_probe() local
1699 synth_clock_names[i] = devm_kasprintf(&client->dev, GFP_KERNEL, in si5341_probe()
1701 if (!synth_clock_names[i]) { in si5341_probe()
1705 init.name = synth_clock_names[i]; in si5341_probe()
1718 init.parent_names = synth_clock_names; in si5341_probe()
1796 devm_kfree(&client->dev, (void *)synth_clock_names[i]); in si5341_probe()