Lines Matching defs:postfix
184 const char *postfix)
198 d->pa, postfix);
211 const char *postfix = NULL;
218 postfix = strrchr(name, '.');
219 if (postfix && strlen(postfix) > 1) {
220 if (strlen(postfix) > ADPLL_MAX_CON_ID)
223 snprintf(con_id, 16, "pll%03lx%s", d->pa & 0xfff, postfix + 1);
495 const char *postfix;
506 postfix = "dco";
508 postfix = NULL;
510 init.name = ti_adpll_clk_get_name(d, d->c->output_index, postfix);