Lines Matching defs:el
129 static int setChar(struct yealink_dev *yld, int el, int chr)
133 if (el >= ARRAY_SIZE(lcdMap))
139 yld->lcdMap[el] = chr;
141 if (lcdMap[el].type == '.') {
142 a = lcdMap[el].u.p.a;
143 m = lcdMap[el].u.p.m;
153 m = lcdMap[el].u.s[i].m;
158 a = lcdMap[el].u.s[i].a;
631 int el, size_t len)
646 setChar(yld, el++, buf[i]);