Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Dlpass-tx-macro.c259 struct tx_mute_work tx_mute_dwork[NUM_DECIMATORS]; member
700 struct tx_mute_work *tx_mute_dwork; in tx_macro_mute_update_callback() local
707 tx_mute_dwork = container_of(delayed_work, struct tx_mute_work, dwork); in tx_macro_mute_update_callback()
708 tx = tx_mute_dwork->tx; in tx_macro_mute_update_callback()
710 decimator = tx_mute_dwork->decimator; in tx_macro_mute_update_callback()
911 &tx->tx_mute_dwork[decimator].dwork, in tx_macro_enable_dec()
982 cancel_delayed_work_sync(&tx->tx_mute_dwork[decimator].dwork); in tx_macro_enable_dec()
1688 tx->tx_mute_dwork[i].tx = tx; in tx_macro_component_probe()
1689 tx->tx_mute_dwork[i].decimator = i; in tx_macro_component_probe()
1690 INIT_DELAYED_WORK(&tx->tx_mute_dwork[i].dwork, in tx_macro_component_probe()