Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_i2c.c117 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()
Dradeon_device.c1030 sx_init(&rdev->dc_hw_i2c_mutex, "drm__radeon_device__dc_hw_i2c_mutex"); in radeon_device_init()
Dradeon.h1639 struct sx dc_hw_i2c_mutex; /* display controller hw i2c mutex */ member