Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dce/
Ddce_aux.c338 uint8_t *returned_bytes) in get_channel_status() argument
344 if (returned_bytes == NULL) { in get_channel_status()
349 *returned_bytes = 0; in get_channel_status()
380 *returned_bytes = get_reg_field_value(value, in get_channel_status()
384 if (*returned_bytes == 0) in get_channel_status()
388 *returned_bytes -= 1; in get_channel_status()
559 uint8_t returned_bytes = 0; in dce_aux_transfer_raw() local
585 *operation_result = get_channel_status(aux_engine, &returned_bytes); in dce_aux_transfer_raw()
596 res = returned_bytes; in dce_aux_transfer_raw()
Ddce_i2c_hw.c73 uint8_t *returned_bytes) in get_channel_status() argument
/drivers/gpu/drm/amd/display/dc/inc/hw/
Daux_engine.h169 uint8_t *returned_bytes);