Searched refs:hpf_work (Results 1 – 1 of 1) sorted by relevance
251 struct hpf_work { struct271 struct hpf_work tx_hpf_work[NUM_DECIMATORS]; argument676 struct hpf_work *hpf_work; in tx_macro_tx_hpf_corner_freq_callback() local683 hpf_work = container_of(hpf_delayed_work, struct hpf_work, dwork); in tx_macro_tx_hpf_corner_freq_callback()684 tx = hpf_work->tx; in tx_macro_tx_hpf_corner_freq_callback()686 hpf_cut_off_freq = hpf_work->hpf_cut_off_freq; in tx_macro_tx_hpf_corner_freq_callback()688 dec_cfg_reg = CDC_TXn_TX_PATH_CFG0(hpf_work->decimator); in tx_macro_tx_hpf_corner_freq_callback()689 hpf_gate_reg = CDC_TXn_TX_PATH_SEC2(hpf_work->decimator); in tx_macro_tx_hpf_corner_freq_callback()691 if (is_amic_enabled(component, tx, hpf_work->decimator)) { in tx_macro_tx_hpf_corner_freq_callback()