Lines Matching defs:offset
1510 * \param offset usually the physical address. The actual meaning depends of
1515 * \param handle will be set to a value that may be used as the offset
1522 * - \p offset will be the physical address of the start of the frame buffer,
1532 * - \p offset will be the physical address of the start of the register area,
1540 * - \p offset will be ignored and should be set to zero,
1555 drm_public int drmAddMap(int fd, drm_handle_t offset, drmSize size, drmMapType type,
1561 map.offset = offset;
1591 * \param agp_offset offset in the AGP aperture
2320 * \param offset offset in bytes. It will round to page boundary.
2328 drm_public int drmAgpBind(int fd, drm_handle_t handle, unsigned long offset)
2334 b.offset = offset;
2817 drm_public int drmGetMap(int fd, int idx, drm_handle_t *offset, drmSize *size,
2824 map.offset = idx;
2827 *offset = map.offset;