Lines Matching defs:info
107 drmBufInfoPtr info;
194 if (!(info = drmGetBufInfo(fd))) {
198 for (i = 0; i < info->count; i++) {
200 info->list[i].count,
201 info->list[i].size,
202 info->list[i].low_mark,
203 info->list[i].high_mark);
209 if (!(info = drmGetBufInfo(fd))) {
213 for (i = 0; i < info->count; i++) {
215 info->list[i].count,
216 info->list[i].size,
217 info->list[i].low_mark,
218 info->list[i].high_mark);