Searched refs:dc_hw_i2c_mutex (Results 1 – 3 of 3) sorted by relevance
118 mutex_lock(&rdev->dc_hw_i2c_mutex); in pre_xfer()126 mutex_unlock(&rdev->dc_hw_i2c_mutex); in pre_xfer()341 mutex_lock(&rdev->dc_hw_i2c_mutex); in r100_hw_i2c_xfer()574 mutex_unlock(&rdev->dc_hw_i2c_mutex); in r100_hw_i2c_xfer()594 mutex_lock(&rdev->dc_hw_i2c_mutex); in r500_hw_i2c_xfer()810 mutex_unlock(&rdev->dc_hw_i2c_mutex); in r500_hw_i2c_xfer()
1319 mutex_init(&rdev->dc_hw_i2c_mutex); in radeon_device_init()
2421 struct mutex dc_hw_i2c_mutex; /* display controller hw i2c mutex */ member