Searched refs:auxch (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c37 struct nouveau_i2c_chan *auxch; local
40 auxch = nouveau_i2c_find(dev, nv_encoder->dcb->i2c_index);
41 if (!auxch)
44 ret = nouveau_dp_auxch(auxch, 9, address, buf, size);
56 struct nouveau_i2c_chan *auxch; local
59 auxch = nouveau_i2c_find(dev, nv_encoder->dcb->i2c_index);
60 if (!auxch)
63 ret = nouveau_dp_auxch(auxch, 8, address, buf, size);
479 nouveau_dp_auxch(struct nouveau_i2c_chan *auxch, int cmd, int addr, argument
482 struct drm_device *dev = auxch
578 struct nouveau_i2c_chan *auxch = (struct nouveau_i2c_chan *)adap; local
[all...]
H A Dnv50_sor.c119 struct nouveau_i2c_chan *auxch; local
121 auxch = nouveau_i2c_find(dev, nv_encoder->dcb->i2c_index);
122 if (!auxch)
127 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.c1215 struct nouveau_i2c_chan *auxch; local
1218 auxch = nouveau_i2c_find(dev, bios->display.output->i2c_index);
1219 if (!auxch) {
1220 NV_ERROR(dev, "0x%04X: couldn't get auxch\n", offset);
1224 ret = nouveau_dp_auxch(auxch, 9, 0xd, &cond, 1);
1226 NV_ERROR(dev, "0x%04X: auxch rd fail: %d\n", offset, ret);
3482 struct nouveau_i2c_chan *auxch; local
3493 auxch = init_i2c_device_find(dev, bios->display.output->i2c_index);
3494 if (!auxch) {
3495 NV_ERROR(dev, "INIT_AUXCH: couldn't get auxch
3541 struct nouveau_i2c_chan *auxch; local
[all...]
H A Dnouveau_drv.h909 int nouveau_dp_auxch(struct nouveau_i2c_chan *auxch, int cmd, int addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c37 struct nouveau_i2c_chan *auxch; local
40 auxch = nouveau_i2c_find(dev, nv_encoder->dcb->i2c_index);
41 if (!auxch)
44 ret = nouveau_dp_auxch(auxch, 9, address, buf, size);
56 struct nouveau_i2c_chan *auxch; local
59 auxch = nouveau_i2c_find(dev, nv_encoder->dcb->i2c_index);
60 if (!auxch)
63 ret = nouveau_dp_auxch(auxch, 8, address, buf, size);
479 nouveau_dp_auxch(struct nouveau_i2c_chan *auxch, int cmd, int addr, argument
482 struct drm_device *dev = auxch
578 struct nouveau_i2c_chan *auxch = (struct nouveau_i2c_chan *)adap; local
[all...]
H A Dnv50_sor.c119 struct nouveau_i2c_chan *auxch; local
121 auxch = nouveau_i2c_find(dev, nv_encoder->dcb->i2c_index);
122 if (!auxch)
127 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.c1215 struct nouveau_i2c_chan *auxch; local
1218 auxch = nouveau_i2c_find(dev, bios->display.output->i2c_index);
1219 if (!auxch) {
1220 NV_ERROR(dev, "0x%04X: couldn't get auxch\n", offset);
1224 ret = nouveau_dp_auxch(auxch, 9, 0xd, &cond, 1);
1226 NV_ERROR(dev, "0x%04X: auxch rd fail: %d\n", offset, ret);
3482 struct nouveau_i2c_chan *auxch; local
3493 auxch = init_i2c_device_find(dev, bios->display.output->i2c_index);
3494 if (!auxch) {
3495 NV_ERROR(dev, "INIT_AUXCH: couldn't get auxch
3541 struct nouveau_i2c_chan *auxch; local
[all...]
H A Dnouveau_drv.h909 int nouveau_dp_auxch(struct nouveau_i2c_chan *auxch, int cmd, int addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Datombios_dp.c360 DRM_DEBUG_KMS("failed to get auxch %02x%02x %02x %02x 0x%02x %02x after %d retries\n",
761 struct radeon_i2c_chan *auxch = (struct radeon_i2c_chan *)adapter; local
799 ret = radeon_process_aux_ch(auxch, msg, msg_len, reply, reply_bytes, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Datombios_dp.c360 DRM_DEBUG_KMS("failed to get auxch %02x%02x %02x %02x 0x%02x %02x after %d retries\n",
761 struct radeon_i2c_chan *auxch = (struct radeon_i2c_chan *)adapter; local
799 ret = radeon_process_aux_ch(auxch, msg, msg_len, reply, reply_bytes, 0);

Completed in 279 milliseconds