Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_sw.c97 struct ddc *ddc_handle, in write_byte_sw() argument
130 write_bit_to_ddc(ddc_handle, SDA, true); in write_byte_sw()
134 write_bit_to_ddc(ddc_handle, SCL, true); in write_byte_sw()
154 struct ddc *ddc_handle, in read_byte_sw() argument
173 if (read_bit_from_ddc(ddc_handle, SDA)) in read_byte_sw()
214 struct ddc *ddc_handle, in stop_sync_sw() argument
251 struct ddc *ddc_handle, in i2c_write_sw() argument
273 struct ddc *ddc_handle, in i2c_read_sw() argument
298 struct ddc *ddc_handle, in start_sync_sw() argument
373 struct ddc *ddc_handle) in dce_i2c_engine_acquire_sw() argument
[all …]
H A Ddce_i2c_sw.h54 struct ddc *ddc_handle);