Searched refs:synth_clock_names (Results 1 – 1 of 1) sorted by relevance
1563 const char *synth_clock_names[SI5341_NUM_SYNTH] = { NULL }; in si5341_probe() local1705 synth_clock_names[i] = devm_kasprintf(&client->dev, GFP_KERNEL, in si5341_probe()1707 if (!synth_clock_names[i]) { in si5341_probe()1711 init.name = synth_clock_names[i]; in si5341_probe()1724 init.parent_names = synth_clock_names; in si5341_probe()1802 devm_kfree(&client->dev, (void *)synth_clock_names[i]); in si5341_probe()