Searched refs:nvif_outp_dp_aux_xfer (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/ |
D | outp.h | 99 int nvif_outp_dp_aux_xfer(struct nvif_outp *, u8 type, u8 *size, u32 addr, u8 *data);
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_dp.c | 51 ret = nvif_outp_dp_aux_xfer(&outp->outp, DP_AUX_NATIVE_READ, &size, in nouveau_dp_probe_lttpr()
|
D | nouveau_connector.c | 1239 ret = nvif_outp_dp_aux_xfer(&nv_encoder->outp, in nouveau_connector_aux_xfer()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/ |
D | outp.c | 158 nvif_outp_dp_aux_xfer(struct nvif_outp *outp, u8 type, u8 *psize, u32 addr, u8 *data) in nvif_outp_dp_aux_xfer() function
|