Home
last modified time | relevance | path

Searched refs:dc_hw_i2c_mutex (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_i2c.c115 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()
Dradeon_device.c1312 mutex_init(&rdev->dc_hw_i2c_mutex); in radeon_device_init()
Dradeon.h2420 struct mutex dc_hw_i2c_mutex; /* display controller hw i2c mutex */ member