Searched refs:coef_set (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | max98088.c | 1431 struct max98088_eq_cfg *coef_set; in max98088_setup_eq1() local 1462 coef_set = &pdata->eq_cfg[sel]; in max98088_setup_eq1() 1464 m98088_eq_band(component, 0, 0, coef_set->band1); in max98088_setup_eq1() 1465 m98088_eq_band(component, 0, 1, coef_set->band2); in max98088_setup_eq1() 1466 m98088_eq_band(component, 0, 2, coef_set->band3); in max98088_setup_eq1() 1467 m98088_eq_band(component, 0, 3, coef_set->band4); in max98088_setup_eq1() 1468 m98088_eq_band(component, 0, 4, coef_set->band5); in max98088_setup_eq1() 1478 struct max98088_eq_cfg *coef_set; in max98088_setup_eq2() local 1509 coef_set = &pdata->eq_cfg[sel]; in max98088_setup_eq2() 1511 m98088_eq_band(component, 1, 0, coef_set->band1); in max98088_setup_eq2() [all …]
|
D | max98095.c | 1494 struct max98095_eq_cfg *coef_set; in max98095_put_eq_enum() local 1526 coef_set = &pdata->eq_cfg[best]; in max98095_put_eq_enum() 1536 m98095_eq_band(component, channel, 0, coef_set->band1); in max98095_put_eq_enum() 1537 m98095_eq_band(component, channel, 1, coef_set->band2); in max98095_put_eq_enum() 1538 m98095_eq_band(component, channel, 2, coef_set->band3); in max98095_put_eq_enum() 1539 m98095_eq_band(component, channel, 3, coef_set->band4); in max98095_put_eq_enum() 1540 m98095_eq_band(component, channel, 4, coef_set->band5); in max98095_put_eq_enum() 1645 struct max98095_biquad_cfg *coef_set; in max98095_put_bq_enum() local 1677 coef_set = &pdata->bq_cfg[best]; in max98095_put_bq_enum() 1687 m98095_biquad_band(component, channel, 0, coef_set->band1); in max98095_put_bq_enum() [all …]
|
/linux-6.12.1/drivers/gpu/drm/tidss/ |
D | tidss_dispc.c | 1654 enum dispc_vid_fir_coef_set coef_set, in dispc_vid_write_fir_coefs() argument 1671 const u16 c0_base = c0_regs[coef_set]; in dispc_vid_write_fir_coefs() 1672 const u16 c12_base = c12_regs[coef_set]; in dispc_vid_write_fir_coefs()
|