Searched defs:nvkm_outp (Results 1 – 2 of 2) sorted by relevance
11 struct nvkm_outp { struct13 struct nvkm_disp *disp;14 int index;15 struct dcb_output info;19 struct list_head head;20 struct nvkm_conn *conn;21 bool identity;26 u8 acquired:2;27 struct nvkm_ior *ior;29 union {[all …]
330 nvkm_outp = { variable