Home
last modified time | relevance | path

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

/openbmc/linux/sound/aoa/soundbus/i2sbus/
H A Dcore.c161 static const char *rnames[] = { "i2sbus: %pOFn (control)", in i2sbus_add_dev() local
237 snprintf(dev->rnames[i], sizeof(dev->rnames[i]), in i2sbus_add_dev()
238 rnames[i], np); in i2sbus_add_dev()
242 if (request_irq(irq, ints[i], 0, dev->rnames[i], dev)) in i2sbus_add_dev()
264 dev->rnames[i]); in i2sbus_add_dev()
H A Di2sbus.h67 char rnames[3][32]; member
/openbmc/linux/sound/ppc/
H A Dpmac.c1178 static const char * const rnames[] = { in snd_pmac_new() local
1184 " %d (%s)\n", i, rnames[i]); in snd_pmac_new()
1190 rnames[i]) == NULL) { in snd_pmac_new()
1193 i, rnames[i], &chip->rsrc[i]); in snd_pmac_new()
1203 static const char * const rnames[] = { in snd_pmac_new() local
1209 " %d (%s)\n", i, rnames[i]); in snd_pmac_new()
1215 rnames[i]) == NULL) { in snd_pmac_new()
1218 i, rnames[i], &chip->rsrc[i]); in snd_pmac_new()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py509 rlist, rre, rnames = _form_master_re(relist[m:],reflags,ldict,toknames)
510 return llist+rlist, lre+rre, lnames+rnames
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css.c1689 static const char *rnames[IPU3_CSS_RECTS] = { in imgu_css_fmt_try() local
1732 rnames[i], rects[i]->width, rects[i]->height); in imgu_css_fmt_try()
1737 rnames[i]); in imgu_css_fmt_try()