Lines Matching refs:outp
78 struct nvkm_output *outp = NULL; in nv50_disp_root_mthd_() local
109 list_for_each_entry(temp, &disp->base.outp, head) { in nv50_disp_root_mthd_()
112 outp = temp; in nv50_disp_root_mthd_()
116 if (outp == NULL) in nv50_disp_root_mthd_()
127 switch (mthd * !!outp) { in nv50_disp_root_mthd_()
129 return func->dac.power(object, disp, data, size, head, outp); in nv50_disp_root_mthd_()
131 return func->dac.sense(object, disp, data, size, head, outp); in nv50_disp_root_mthd_()
133 return func->sor.power(object, disp, data, size, head, outp); in nv50_disp_root_mthd_()
137 return func->sor.hda_eld(object, disp, data, size, head, outp); in nv50_disp_root_mthd_()
141 return func->sor.hdmi(object, disp, data, size, head, outp); in nv50_disp_root_mthd_()
158 struct nvkm_output_dp *outpdp = nvkm_output_dp(outp); in nv50_disp_root_mthd_()
183 return func->pior.power(object, disp, data, size, head, outp); in nv50_disp_root_mthd_()