Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_sw.c39 static inline bool read_bit_from_ddc( in read_bit_from_ddc() function
85 if (read_bit_from_ddc(ddc, SCL)) in wait_for_scl_high_sw()
141 ack = !read_bit_from_ddc(ddc_handle, SDA); in write_byte_sw()
173 if (read_bit_from_ddc(ddc_handle, SDA)) in read_byte_sw()
241 if (read_bit_from_ddc(ddc_handle, SDA)) in stop_sync_sw()
314 if (!read_bit_from_ddc(ddc_handle, SDA)) { in start_sync_sw()