Lines Matching refs:ttm_agp_backend
42 struct ttm_agp_backend { struct
53 struct ttm_agp_backend *agp_be = in ttm_agp_populate() argument
54 container_of(backend, struct ttm_agp_backend, backend); in ttm_agp_populate()
76 struct ttm_agp_backend *agp_be = in ttm_agp_bind()
77 container_of(backend, struct ttm_agp_backend, backend); in ttm_agp_bind()
95 struct ttm_agp_backend *agp_be = in ttm_agp_unbind()
96 container_of(backend, struct ttm_agp_backend, backend); in ttm_agp_unbind()
106 struct ttm_agp_backend *agp_be = in ttm_agp_clear()
107 container_of(backend, struct ttm_agp_backend, backend); in ttm_agp_clear()
119 struct ttm_agp_backend *agp_be = in ttm_agp_destroy()
120 container_of(backend, struct ttm_agp_backend, backend); in ttm_agp_destroy()
138 struct ttm_agp_backend *agp_be; in ttm_agp_backend_init()