Lines Matching defs:from
261 /* Prevent a 2nd X Server from creating a 2nd lock */
506 * Remove a map private from list and deallocate resources if the mapping
509 * Searches the map on drm_device::maplist, removes it from the list, see if
1328 struct drm_buf_entry *from = &dma->bufs[i];
1330 if (from->buf_count) {
1331 if (f(data, count, from) < 0)
1348 static int copy_one_buf(void *data, int count, struct drm_buf_entry *from)
1352 struct drm_buf_desc v = {.count = from->buf_count,
1353 .size = from->buf_size,
1354 .low_mark = from->low_mark,
1355 .high_mark = from->high_mark};