Searched refs:HW_I2C_WRITE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | atombios_i2c.c | 56 if (flags & HW_I2C_WRITE) { in amdgpu_atombios_i2c_process_i2c_ch() 98 if (!(flags & HW_I2C_WRITE)) in amdgpu_atombios_i2c_process_i2c_ch() 119 p->addr, HW_I2C_WRITE, in amdgpu_atombios_i2c_xfer() 137 flags = HW_I2C_WRITE; in amdgpu_atombios_i2c_xfer()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | atombios_i2c.c | 55 if (flags & HW_I2C_WRITE) { in radeon_process_i2c_ch() 90 if (!(flags & HW_I2C_WRITE)) in radeon_process_i2c_ch() 112 p->addr, HW_I2C_WRITE, in radeon_atom_hw_i2c_xfer() 130 flags = HW_I2C_WRITE; in radeon_atom_hw_i2c_xfer()
|
H A D | atombios.h | 7239 #define HW_I2C_WRITE 1 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | atombios_i2c.c | 56 if (flags & HW_I2C_WRITE) { in amdgpu_atombios_i2c_process_i2c_ch() 98 if (!(flags & HW_I2C_WRITE)) in amdgpu_atombios_i2c_process_i2c_ch() 119 p->addr, HW_I2C_WRITE, in amdgpu_atombios_i2c_xfer() 137 flags = HW_I2C_WRITE; in amdgpu_atombios_i2c_xfer()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | atombios_i2c.c | 55 if (flags & HW_I2C_WRITE) { in radeon_process_i2c_ch() 90 if (!(flags & HW_I2C_WRITE)) in radeon_process_i2c_ch() 112 p->addr, HW_I2C_WRITE, in radeon_atom_hw_i2c_xfer() 130 flags = HW_I2C_WRITE; in radeon_atom_hw_i2c_xfer()
|
H A D | atombios.h | 7239 #define HW_I2C_WRITE 1 macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
H A D | atomfirmware.h | 3370 HW_I2C_WRITE = 1, enumerator
|
H A D | atombios.h | 8495 #define HW_I2C_WRITE 1 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
H A D | atomfirmware.h | 4130 HW_I2C_WRITE = 1, enumerator
|
H A D | atombios.h | 8513 #define HW_I2C_WRITE 1 macro
|
Completed in 133 milliseconds