HomeSort by: relevance | last modified time | path
    Searched defs:ttm_agp_unbind (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_agp_backend.c 90 static int ttm_agp_unbind(struct ttm_tt *ttm) function in typeref:typename:int
108 ttm_agp_unbind(ttm);
115 .unbind = ttm_agp_unbind,
ttm_agp_backend.c 90 static int ttm_agp_unbind(struct ttm_tt *ttm) function in typeref:typename:int
108 ttm_agp_unbind(ttm);
115 .unbind = ttm_agp_unbind,
  /src/sys/external/bsd/drm2/ttm/
ttm_agp_backend.c 134 ttm_agp_unbind(struct ttm_tt *ttm) function in typeref:typename:int
162 ttm_agp_unbind(ttm);
169 .unbind = &ttm_agp_unbind,
ttm_agp_backend.c 134 ttm_agp_unbind(struct ttm_tt *ttm) function in typeref:typename:int
162 ttm_agp_unbind(ttm);
169 .unbind = &ttm_agp_unbind,

Completed in 63 milliseconds