Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/codecs/
Dlpass-tx-macro.c256 struct tx_mute_work tx_mute_dwork[NUM_DECIMATORS]; member
693 struct tx_mute_work *tx_mute_dwork; in tx_macro_mute_update_callback() local
700 tx_mute_dwork = container_of(delayed_work, struct tx_mute_work, dwork); in tx_macro_mute_update_callback()
701 tx = tx_mute_dwork->tx; in tx_macro_mute_update_callback()
703 decimator = tx_mute_dwork->decimator; in tx_macro_mute_update_callback()
898 &tx->tx_mute_dwork[decimator].dwork, in tx_macro_enable_dec()
969 cancel_delayed_work_sync(&tx->tx_mute_dwork[decimator].dwork); in tx_macro_enable_dec()
1668 tx->tx_mute_dwork[i].tx = tx; in tx_macro_component_probe()
1669 tx->tx_mute_dwork[i].decimator = i; in tx_macro_component_probe()
1670 INIT_DELAYED_WORK(&tx->tx_mute_dwork[i].dwork, in tx_macro_component_probe()