Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-si5341.c1427 const char *synth_clock_names[SI5341_NUM_SYNTH]; in si5341_probe() local
1539 synth_clock_names[i] = devm_kasprintf(&client->dev, GFP_KERNEL, in si5341_probe()
1541 init.name = synth_clock_names[i]; in si5341_probe()
1553 init.parent_names = synth_clock_names; in si5341_probe()
1618 devm_kfree(&client->dev, (void *)synth_clock_names[i]); in si5341_probe()