![]() |
|
|||
0001 /* SPDX-License-Identifier: MIT */ 0002 #ifndef __NVIF_OUTP_H__ 0003 #define __NVIF_OUTP_H__ 0004 #include <nvif/object.h> 0005 struct nvif_disp; 0006 0007 struct nvif_outp { 0008 struct nvif_object object; 0009 }; 0010 0011 int nvif_outp_ctor(struct nvif_disp *, const char *name, int id, struct nvif_outp *); 0012 void nvif_outp_dtor(struct nvif_outp *); 0013 int nvif_outp_load_detect(struct nvif_outp *, u32 loadval); 0014 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |