Searched refs:dc_hw_i2c_mutex (Results 1 – 3 of 3) sorted by relevance
117 sx_xlock(&rdev->dc_hw_i2c_mutex); in radeon_iicbb_pre_xfer()125 sx_xunlock(&rdev->dc_hw_i2c_mutex); in radeon_iicbb_pre_xfer()413 sx_xlock(&rdev->dc_hw_i2c_mutex); in r100_hw_i2c_xfer()646 sx_xunlock(&rdev->dc_hw_i2c_mutex); in r100_hw_i2c_xfer()665 sx_xlock(&rdev->dc_hw_i2c_mutex); in r500_hw_i2c_xfer()881 sx_xunlock(&rdev->dc_hw_i2c_mutex); in r500_hw_i2c_xfer()
1030 sx_init(&rdev->dc_hw_i2c_mutex, "drm__radeon_device__dc_hw_i2c_mutex"); in radeon_device_init()
1639 struct sx dc_hw_i2c_mutex; /* display controller hw i2c mutex */ member