Lines Matching refs:nvkm_outp

22 #define nvkm_uoutp(p) container_of((p), struct nvkm_outp, object)
33 nvkm_uoutp_mthd_dp_mst_vcpi(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_vcpi()
49 nvkm_uoutp_mthd_dp_mst_id_put(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_id_put()
62 nvkm_uoutp_mthd_dp_mst_id_get(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_id_get()
75 nvkm_uoutp_mthd_dp_sst(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_sst()
95 nvkm_uoutp_mthd_dp_drive(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_drive()
108 nvkm_uoutp_mthd_dp_train(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_train()
130 nvkm_uoutp_mthd_dp_rates(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_rates()
153 nvkm_uoutp_mthd_dp_aux_xfer(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_aux_xfer()
167 nvkm_uoutp_mthd_dp_aux_pwr(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_aux_pwr()
180 nvkm_uoutp_mthd_hda_eld(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_hda_eld()
217 nvkm_uoutp_mthd_infoframe(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_infoframe()
243 nvkm_uoutp_mthd_hdmi(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_hdmi()
277 nvkm_uoutp_mthd_lvds(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_lvds()
292 nvkm_uoutp_mthd_bl_set(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_bl_set()
309 nvkm_uoutp_mthd_bl_get(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_bl_get()
331 nvkm_uoutp_mthd_release(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_release()
345 nvkm_uoutp_mthd_acquire(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_acquire()
377 nvkm_uoutp_mthd_inherit(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_inherit()
440 nvkm_uoutp_mthd_load_detect(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_load_detect()
463 nvkm_uoutp_mthd_edid_get(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_edid_get()
477 nvkm_uoutp_mthd_detect(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_detect()
500 nvkm_uoutp_mthd_acquired(struct nvkm_outp *outp, u32 mthd, void *argv, u32 argc) in nvkm_uoutp_mthd_acquired()
522 nvkm_uoutp_mthd_noacquire(struct nvkm_outp *outp, u32 mthd, void *argv, u32 argc, bool *invalid) in nvkm_uoutp_mthd_noacquire()
546 struct nvkm_outp *outp = nvkm_uoutp(object); in nvkm_uoutp_mthd()
570 struct nvkm_outp *outp = nvkm_uoutp(object); in nvkm_uoutp_dtor()
589 struct nvkm_outp *outt, *outp = NULL; in nvkm_uoutp_new()