Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_i2c.c118 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()
Dradeon_device.c1319 mutex_init(&rdev->dc_hw_i2c_mutex); in radeon_device_init()
Dradeon.h2421 struct mutex dc_hw_i2c_mutex; /* display controller hw i2c mutex */ member