Searched refs:dc_hw_i2c_mutex (Results 1 – 3 of 3) sorted by relevance
110 mutex_lock(&rdev->dc_hw_i2c_mutex); in pre_xfer()118 mutex_unlock(&rdev->dc_hw_i2c_mutex); in pre_xfer()333 mutex_lock(&rdev->dc_hw_i2c_mutex); in r100_hw_i2c_xfer()566 mutex_unlock(&rdev->dc_hw_i2c_mutex); in r100_hw_i2c_xfer()586 mutex_lock(&rdev->dc_hw_i2c_mutex); in r500_hw_i2c_xfer()802 mutex_unlock(&rdev->dc_hw_i2c_mutex); in r500_hw_i2c_xfer()
1310 mutex_init(&rdev->dc_hw_i2c_mutex); in radeon_device_init()
2411 struct mutex dc_hw_i2c_mutex; /* display controller hw i2c mutex */ member