![]() |
|
|||
0001 #ifndef __NVKM_GSP_H__ 0002 #define __NVKM_GSP_H__ 0003 #define nvkm_gsp(p) container_of((p), struct nvkm_gsp, subdev) 0004 #include <core/subdev.h> 0005 #include <core/falcon.h> 0006 0007 struct nvkm_gsp { 0008 struct nvkm_subdev subdev; 0009 struct nvkm_falcon falcon; 0010 }; 0011 0012 int gv100_gsp_new(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_gsp **); 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |