Lines Matching refs:postfix
175 const char *postfix)
189 d->pa, postfix);
202 const char *postfix = NULL;
209 postfix = strrchr(name, '.');
210 if (postfix && strlen(postfix) > 1) {
211 if (strlen(postfix) > ADPLL_MAX_CON_ID)
214 snprintf(con_id, 16, "pll%03lx%s", d->pa & 0xfff, postfix + 1);
486 const char *postfix;
497 postfix = "dco";
499 postfix = NULL;
501 init.name = ti_adpll_clk_get_name(d, d->c->output_index, postfix);