Home
last modified time | relevance | path

Searched refs:mst_id_get (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.h114 int (*mst_id_get)(struct nvkm_outp *, u32 *id); member
H A Duoutp.c68 if (!outp->func->dp.mst_id_get) in nvkm_uoutp_mthd_dp_mst_id_get()
71 return outp->func->dp.mst_id_get(outp, &args->v0.id); in nvkm_uoutp_mthd_dp_mst_id_get()
H A Ddp.c631 .dp.mst_id_get = nvkm_dp_mst_id_get,
H A Dr535.c1146 .dp.mst_id_get = r535_dp_mst_id_get,