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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
object.h 20 struct nvif_object { struct
40 int nvif_object_init(struct nvif_object *, u32 handle, s32 oclass, void *, u32,
41 struct nvif_object *);
42 void nvif_object_fini(struct nvif_object *);
43 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
44 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
46 u32 nvif_object_rd(struct nvif_object *, int, u64);
47 void nvif_object_wr(struct nvif_object *, int, u64, u32);
48 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
49 int nvif_object_map_handle(struct nvif_object *, void *, u32
59 #define nvif_object macro
    [all...]
object.h 20 struct nvif_object { struct
40 int nvif_object_init(struct nvif_object *, u32 handle, s32 oclass, void *, u32,
41 struct nvif_object *);
42 void nvif_object_fini(struct nvif_object *);
43 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
44 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
46 u32 nvif_object_rd(struct nvif_object *, int, u64);
47 void nvif_object_wr(struct nvif_object *, int, u64, u32);
48 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
49 int nvif_object_map_handle(struct nvif_object *, void *, u32
59 #define nvif_object macro
    [all...]
object.h 20 struct nvif_object { struct
40 int nvif_object_init(struct nvif_object *, u32 handle, s32 oclass, void *, u32,
41 struct nvif_object *);
42 void nvif_object_fini(struct nvif_object *);
43 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
44 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
46 u32 nvif_object_rd(struct nvif_object *, int, u64);
47 void nvif_object_wr(struct nvif_object *, int, u64, u32);
48 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
49 int nvif_object_map_handle(struct nvif_object *, void *, u32
59 #define nvif_object macro
    [all...]

Completed in 32 milliseconds