Lines Matching defs:address
1510 * \param offset usually the physical address. The actual meaning depends of
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,
1711 * \param address will contain the user-space virtual address where the mapping
1720 drmAddressPtr address)
1732 *address = drm_mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, handle);
1733 if (*address == MAP_FAILED)
1742 * \param address address as given by drmMap().
1750 drm_public int drmUnmap(drmAddress address, drmSize size)
1752 return drm_munmap(address, size);
1838 retval->list[i].address = bufs.list[i].address;
1860 drm_munmap(bufs->list[i].address, bufs->list[i].total);
2263 * \param address if not zero, will be set to the physical address of the
2274 unsigned long *address, drm_handle_t *handle)
2284 if (address != 0UL)
2285 *address = b.physical;
4510 * \param device the address of a drmDevicePtr where the information
4635 * \param device the address of a drmDevicePtr where the information
4663 * \param device the address of a drmDevicePtr where the information