Lines Matching defs:handle
138 drm_supp_unregister(void *handle)
143 list = (drm_inst_list_t *)handle;
148 /* free PCI config access handle */
416 u_offset_t handle;
480 handle = (u_offset_t)offset;
481 handle &= 0xffffffff;
484 if (handle ==
485 ((u_offset_t)((uintptr_t)map->handle) & 0xffffffff))
496 if (handle == (map->offset & 0xffffffff))
509 tmp = (u_offset_t)((uintptr_t)map->handle) & 0xffffffff;
510 cmn_err(CE_WARN, "map(handle=0x%p, size=0x%lx,type=%d,"
511 "offset=0x%lx), handle=%llx, tmp=%lld", map->handle,
512 map->size, map->type, map->offset, handle, tmp);
549 " offset=0x%llx, len=0x%lx", handle, len);
563 " handle=0x%lx, offset=0x%llx, len=0x%lx",
564 regno, map->type, (unsigned long) handle,
869 drm_supp_get_irq(void *handle)
875 list = (drm_inst_list_t *)handle;
883 drm_supp_device_capability(void *handle, int capid)
890 list = (drm_inst_list_t *)handle;