Searched refs:nouveau_dp_auxch (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c44 ret = nouveau_dp_auxch(auxch, 9, address, buf, size);
63 ret = nouveau_dp_auxch(auxch, 8, address, buf, size);
479 nouveau_dp_auxch(struct nouveau_i2c_chan *auxch, int cmd, int addr, function
599 ret = nouveau_dp_auxch(auxch, cmd, msg->addr, ptr, cnt);
H A Dnv50_sor.c127 nouveau_dp_auxch(auxch, 8, DP_SET_POWER, &status, 1);
131 nouveau_dp_auxch(auxch, 8, DP_SET_POWER, &status, 1);
H A Dnouveau_bios.c1224 ret = nouveau_dp_auxch(auxch, 9, 0xd, &cond, 1);
3507 ret = nouveau_dp_auxch(auxch, 9, addr, &data, 1);
3516 ret = nouveau_dp_auxch(auxch, 8, addr, &data, 1);
3564 ret = nouveau_dp_auxch(auxch, 8, addr, &bios->data[offset], 1);
H A Dnouveau_drv.h909 int nouveau_dp_auxch(struct nouveau_i2c_chan *auxch, int cmd, int addr,

Completed in 47 milliseconds