Searched refs:lnk_ctl (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | piornv50.c | 91 if (port && port->func->lnk_ctl) in nv50_pior_dp_lnk_ctl() 92 return port->func->lnk_ctl(port, nr, bw, ef); in nv50_pior_dp_lnk_ctl() 136 .lnk_ctl = nv50_pior_dp_lnk_ctl,
|
D | outpdp.h | 56 int (*lnk_ctl)(struct nvkm_output_dp *, int nr, int bw, bool ef); member
|
D | sorgf110.c | 122 .lnk_ctl = gf110_sor_dp_lnk_ctl,
|
D | sorg94.c | 143 .lnk_ctl = g94_sor_dp_lnk_ctl,
|
D | sorgm204.c | 137 .lnk_ctl = gf110_sor_dp_lnk_ctl,
|
D | dport.c | 84 ret = impl->lnk_ctl(outp, dp->link_nr, dp->link_bw / 27000, in dp_set_link_config()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | i2c.h | 52 int (*lnk_ctl)(struct nvkm_i2c_port *, int nr, int bw, bool enh); member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | anx9805.c | 121 .lnk_ctl = anx9805_train,
|