Searched refs:dc_hw_i2c_mutex (Results 1 – 3 of 3) sorted by relevance
115 mutex_lock(&rdev->dc_hw_i2c_mutex); in pre_xfer()123 mutex_unlock(&rdev->dc_hw_i2c_mutex); in pre_xfer()338 mutex_lock(&rdev->dc_hw_i2c_mutex); in r100_hw_i2c_xfer()571 mutex_unlock(&rdev->dc_hw_i2c_mutex); in r100_hw_i2c_xfer()591 mutex_lock(&rdev->dc_hw_i2c_mutex); in r500_hw_i2c_xfer()807 mutex_unlock(&rdev->dc_hw_i2c_mutex); in r500_hw_i2c_xfer()
1312 mutex_init(&rdev->dc_hw_i2c_mutex); in radeon_device_init()
2420 struct mutex dc_hw_i2c_mutex; /* display controller hw i2c mutex */ member