Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/
Di2caux.c269 enum gpio_ddc_line line_found; in get_hw_supported_ddc_line() local
281 line_found = dal_ddc_get_line(ddc); in get_hw_supported_ddc_line()
283 if (line_found >= GPIO_DDC_LINE_COUNT) in get_hw_supported_ddc_line()
286 *line = line_found; in get_hw_supported_ddc_line()