Lines Matching refs:msgs
35 struct i2c_msg *msgs, int num);
47 struct i2c_msg msgs[] = { in radeon_ddc_probe() local
67 ret = i2c_transfer(&radeon_connector->ddc_bus->aux.ddc, msgs, 2); in radeon_ddc_probe()
69 ret = i2c_transfer(&radeon_connector->ddc_bus->adapter, msgs, 2); in radeon_ddc_probe()
327 struct i2c_msg *msgs, int num) in r100_hw_i2c_xfer() argument
464 p = &msgs[0]; in r100_hw_i2c_xfer()
496 p = &msgs[i]; in r100_hw_i2c_xfer()
580 struct i2c_msg *msgs, int num) in r500_hw_i2c_xfer() argument
667 p = &msgs[0]; in r500_hw_i2c_xfer()
704 p = &msgs[i]; in r500_hw_i2c_xfer()
813 struct i2c_msg *msgs, int num) in radeon_hw_i2c_xfer() argument
841 ret = r100_hw_i2c_xfer(i2c_adap, msgs, num); in radeon_hw_i2c_xfer()
855 ret = r100_hw_i2c_xfer(i2c_adap, msgs, num); in radeon_hw_i2c_xfer()
857 ret = r500_hw_i2c_xfer(i2c_adap, msgs, num); in radeon_hw_i2c_xfer()
1058 struct i2c_msg msgs[] = { in radeon_i2c_get_byte() local
1076 if (i2c_transfer(&i2c_bus->adapter, msgs, 2) == 2) { in radeon_i2c_get_byte()