Searched refs:ddc_read_result (Results 1 – 1 of 1) sorted by relevance
574 def _get_ddc_write_cmd(ddc_read_result, ddc_write_cmd_prefix): argument591 i for i in ddc_read_result.strip().split(b'\n') if i != ''606 status, ddc_read_result = _execute_cmd(ddc_read_cmd, 'DDC Read')611 ddc_write_cmd = _get_ddc_write_cmd(ddc_read_result,