/linux-6.6.21/drivers/thermal/ |
D | thermal-generic-adc.c | 22 s32 *lookup_table; member 31 if (!gti->lookup_table) in gadc_thermal_adc_to_temp() 35 if (val >= gti->lookup_table[2 * i + 1]) in gadc_thermal_adc_to_temp() 40 temp = gti->lookup_table[0]; in gadc_thermal_adc_to_temp() 42 temp = gti->lookup_table[2 * (gti->nlookup_table - 1)]; in gadc_thermal_adc_to_temp() 44 adc_hi = gti->lookup_table[2 * i - 1]; in gadc_thermal_adc_to_temp() 45 adc_lo = gti->lookup_table[2 * i + 1]; in gadc_thermal_adc_to_temp() 47 temp_hi = gti->lookup_table[2 * i - 2]; in gadc_thermal_adc_to_temp() 48 temp_lo = gti->lookup_table[2 * i]; in gadc_thermal_adc_to_temp() 99 gti->lookup_table = devm_kcalloc(dev, in gadc_thermal_read_linear_lookup_table() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | smu_helper.c | 305 phm_ppt_v1_voltage_lookup_table *lookup_table) in phm_get_svi2_vdd_voltage_table() argument 309 PP_ASSERT_WITH_CODE((0 != lookup_table->count), in phm_get_svi2_vdd_voltage_table() 318 vol_table->count = lookup_table->count; in phm_get_svi2_vdd_voltage_table() 321 vol_table->entries[i].value = lookup_table->entries[i].us_vdd; in phm_get_svi2_vdd_voltage_table() 390 struct phm_ppt_v1_voltage_lookup_table *lookup_table, uint16_t voltage) in phm_get_voltage_index() argument 392 uint8_t count = (uint8_t) (lookup_table->count); in phm_get_voltage_index() 395 PP_ASSERT_WITH_CODE((NULL != lookup_table), in phm_get_voltage_index() 400 for (i = 0; i < lookup_table->count; i++) { in phm_get_voltage_index() 402 if (lookup_table->entries[i].us_vdd >= voltage) in phm_get_voltage_index() 461 phm_ppt_v1_voltage_lookup_table *lookup_table, in phm_get_sclk_for_voltage_evv() argument [all …]
|
D | smu_helper.h | 78 …_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1_voltage_lookup_table *lookup_table); 85 extern uint8_t phm_get_voltage_index(struct phm_ppt_v1_voltage_lookup_table *lookup_table, uint16_t… 88 …phm_get_sclk_for_voltage_evv(struct pp_hwmgr *hwmgr, phm_ppt_v1_voltage_lookup_table *lookup_table,
|
D | smu7_hwmgr.c | 2174 phm_ppt_v1_voltage_lookup_table *lookup_table, in smu7_patch_lookup_table_with_leakage() argument 2179 for (i = 0; i < lookup_table->count; i++) in smu7_patch_lookup_table_with_leakage() 2181 &lookup_table->entries[i].us_vdd, leakage_table); in smu7_patch_lookup_table_with_leakage() 2350 struct phm_ppt_v1_voltage_lookup_table *lookup_table) in smu7_sort_lookup_table() argument 2353 table_size = lookup_table->count; in smu7_sort_lookup_table() 2355 PP_ASSERT_WITH_CODE(0 != lookup_table->count, in smu7_sort_lookup_table() 2361 if (lookup_table->entries[j].us_vdd < in smu7_sort_lookup_table() 2362 lookup_table->entries[j - 1].us_vdd) { in smu7_sort_lookup_table() 2363 swap(lookup_table->entries[j - 1], in smu7_sort_lookup_table() 2364 lookup_table->entries[j]); in smu7_sort_lookup_table() [all …]
|
D | vega10_hwmgr.c | 516 phm_ppt_v1_voltage_lookup_table *lookup_table, in vega10_get_socclk_for_voltage_evv() argument 524 PP_ASSERT_WITH_CODE(lookup_table->count != 0, in vega10_get_socclk_for_voltage_evv() 531 if (lookup_table->entries[voltage_id].us_vdd == virtual_voltage_id) in vega10_get_socclk_for_voltage_evv() 636 phm_ppt_v1_voltage_lookup_table *lookup_table, in vega10_patch_lookup_table_with_leakage() argument 641 for (i = 0; i < lookup_table->count; i++) in vega10_patch_lookup_table_with_leakage() 643 &lookup_table->entries[i].us_vdd, leakage_table); in vega10_patch_lookup_table_with_leakage() 712 struct phm_ppt_v1_voltage_lookup_table *lookup_table) in vega10_sort_lookup_table() argument 716 PP_ASSERT_WITH_CODE(lookup_table && lookup_table->count, in vega10_sort_lookup_table() 719 table_size = lookup_table->count; in vega10_sort_lookup_table() 724 if (lookup_table->entries[j].us_vdd < in vega10_sort_lookup_table() [all …]
|
D | process_pptables_v1_0.c | 155 phm_ppt_v1_voltage_lookup_table **lookup_table, in get_vddc_lookup_table() argument 188 *lookup_table = table; in get_vddc_lookup_table()
|
D | vega10_processpptables.c | 1034 phm_ppt_v1_voltage_lookup_table **lookup_table, in get_vddc_lookup_table() argument 1054 *lookup_table = table; in get_vddc_lookup_table()
|
/linux-6.6.21/drivers/clk/rockchip/ |
D | softrst.c | 92 const int *lookup_table, in rockchip_register_softrst_lut() argument 106 softrst->lut = lookup_table; in rockchip_register_softrst_lut() 113 if (lookup_table) in rockchip_register_softrst_lut()
|
D | clk.h | 1007 const int *lookup_table, 1012 const int *lookup_table, in rockchip_register_softrst_lut() argument
|
/linux-6.6.21/drivers/video/fbdev/ |
D | ssd1307fb.c | 75 u8 lookup_table[4]; member 473 for (i = 0; i < ARRAY_SIZE(par->lookup_table); ++i) { in ssd1307fb_init() 474 u8 val = par->lookup_table[i]; in ssd1307fb_init() 655 par->lookup_table, in ssd1307fb_probe() 656 ARRAY_SIZE(par->lookup_table))) in ssd1307fb_probe()
|
/linux-6.6.21/drivers/gpu/drm/solomon/ |
D | ssd130x.h | 75 u8 lookup_table[4]; member
|
D | ssd130x.c | 427 for (i = 0; i < ARRAY_SIZE(ssd130x->lookup_table); i++) { in ssd130x_init() 428 u8 val = ssd130x->lookup_table[i]; in ssd130x_init() 966 ssd130x->lookup_table, in ssd130x_parse_properties() 967 ARRAY_SIZE(ssd130x->lookup_table))) in ssd130x_parse_properties()
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | vegam_smumgr.c | 508 struct phm_ppt_v1_voltage_lookup_table *lookup_table = in vegam_populate_cac_table() local 515 for (count = 0; count < lookup_table->count; count++) { in vegam_populate_cac_table() 516 index = phm_get_voltage_index(lookup_table, in vegam_populate_cac_table() 519 convert_to_vid(lookup_table->entries[index].us_cac_low); in vegam_populate_cac_table() 521 convert_to_vid(lookup_table->entries[index].us_cac_mid); in vegam_populate_cac_table() 523 convert_to_vid(lookup_table->entries[index].us_cac_high); in vegam_populate_cac_table()
|
D | polaris10_smumgr.c | 749 struct phm_ppt_v1_voltage_lookup_table *lookup_table = in polaris10_populate_cac_table() local 756 for (count = 0; count < lookup_table->count; count++) { in polaris10_populate_cac_table() 757 index = phm_get_voltage_index(lookup_table, in polaris10_populate_cac_table() 759 table->BapmVddcVidLoSidd[count] = convert_to_vid(lookup_table->entries[index].us_cac_low); in polaris10_populate_cac_table() 760 table->BapmVddcVidHiSidd[count] = convert_to_vid(lookup_table->entries[index].us_cac_mid); in polaris10_populate_cac_table() 761 table->BapmVddcVidHiSidd2[count] = convert_to_vid(lookup_table->entries[index].us_cac_high); in polaris10_populate_cac_table()
|
D | fiji_smumgr.c | 762 struct phm_ppt_v1_voltage_lookup_table *lookup_table = in fiji_populate_cac_table() local 770 for (count = 0; count < lookup_table->count; count++) { in fiji_populate_cac_table() 771 index = phm_get_voltage_index(lookup_table, in fiji_populate_cac_table() 774 convert_to_vid(lookup_table->entries[index].us_cac_low); in fiji_populate_cac_table() 776 convert_to_vid(lookup_table->entries[index].us_cac_high); in fiji_populate_cac_table()
|