Searched refs:i2c_success (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link.c | 1900 bool i2c_success = false; in write_i2c_retimer_setting() local 1913 i2c_success = i2c_write(pipe_ctx, slave_address, in write_i2c_retimer_setting() 1916 offset = 0x%x, reg_val= 0x%x, i2c_success = %d\n", in write_i2c_retimer_setting() 1917 slave_address, buffer[0], buffer[1], i2c_success?1:0); in write_i2c_retimer_setting() 1919 if (!i2c_success) in write_i2c_retimer_setting() 1933 i2c_success = in write_i2c_retimer_setting() 1937 if (!i2c_success) in write_i2c_retimer_setting() 1944 i2c_success = i2c_write(pipe_ctx, slave_address, in write_i2c_retimer_setting() 1947 offset = 0x%x, reg_val = 0x%x, i2c_success = %d\n", in write_i2c_retimer_setting() 1948 slave_address, buffer[0], buffer[1], i2c_success in write_i2c_retimer_setting() 2057 bool i2c_success = false; write_i2c_default_retimer_setting() local 2179 bool i2c_success = false; write_i2c_redriver_setting() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_dpms.c | 347 bool i2c_success = false; in write_i2c_retimer_setting() local 360 i2c_success = write_i2c(pipe_ctx, slave_address, in write_i2c_retimer_setting() 363 offset = 0x%x, reg_val= 0x%x, i2c_success = %d\n", in write_i2c_retimer_setting() 364 slave_address, buffer[0], buffer[1], i2c_success?1:0); in write_i2c_retimer_setting() 366 if (!i2c_success) in write_i2c_retimer_setting() 380 i2c_success = in write_i2c_retimer_setting() 384 if (!i2c_success) in write_i2c_retimer_setting() 391 i2c_success = write_i2c(pipe_ctx, slave_address, in write_i2c_retimer_setting() 394 offset = 0x%x, reg_val = 0x%x, i2c_success = %d\n", in write_i2c_retimer_setting() 395 slave_address, buffer[0], buffer[1], i2c_success in write_i2c_retimer_setting() 504 bool i2c_success = false; write_i2c_default_retimer_setting() local 626 bool i2c_success = false; write_i2c_redriver_setting() local [all...] |
Completed in 4 milliseconds