Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c2977 uint32_t input_index; in vega20_odn_edit_dpm_table() local
2999 input_index = input[i]; in vega20_odn_edit_dpm_table()
3002 if (input_index != 0 && input_index != 1) { in vega20_odn_edit_dpm_table()
3003 pr_info("Invalid index %d\n", input_index); in vega20_odn_edit_dpm_table()
3017 if ((input_index == 0 && od_table->GfxclkFmin != input_clk) || in vega20_odn_edit_dpm_table()
3018 (input_index == 1 && od_table->GfxclkFmax != input_clk)) in vega20_odn_edit_dpm_table()
3021 if (input_index == 0) in vega20_odn_edit_dpm_table()
3042 input_index = input[i]; in vega20_odn_edit_dpm_table()
3045 if (input_index != 1) { in vega20_odn_edit_dpm_table()
3046 pr_info("Invalid index %d\n", input_index); in vega20_odn_edit_dpm_table()
[all …]
/linux/drivers/media/usb/gspca/
H A Dxirlink_cit.c50 u8 input_index; member