Lines Matching defs:msgs
45 struct i2c_msg msgs[] = {
65 ret = i2c_transfer(&radeon_connector->ddc_bus->aux.ddc, msgs, 2);
67 ret = i2c_transfer(&radeon_connector->ddc_bus->adapter, msgs, 2);
421 struct i2c_msg *msgs, int num)
558 p = &msgs[0];
590 p = &msgs[i];
674 struct i2c_msg *msgs, int num)
761 p = &msgs[0];
798 p = &msgs[i];
907 struct i2c_msg *msgs, int num)
935 ret = r100_hw_i2c_xfer(i2c_adap, msgs, num);
949 ret = r100_hw_i2c_xfer(i2c_adap, msgs, num);
951 ret = r500_hw_i2c_xfer(i2c_adap, msgs, num);
1160 struct i2c_msg msgs[] = {
1178 if (i2c_transfer(&i2c_bus->adapter, msgs, 2) == 2) {