Searched refs:tx_mute_dwork (Results 1 – 1 of 1) sorted by relevance
271 struct tx_mute_work tx_mute_dwork[NUM_DECIMATORS]; member718 struct tx_mute_work *tx_mute_dwork; in tx_macro_mute_update_callback() local725 tx_mute_dwork = container_of(delayed_work, struct tx_mute_work, dwork); in tx_macro_mute_update_callback()726 tx = tx_mute_dwork->tx; in tx_macro_mute_update_callback()728 decimator = tx_mute_dwork->decimator; in tx_macro_mute_update_callback()976 &tx->tx_mute_dwork[decimator].dwork, in tx_macro_enable_dec()1047 cancel_delayed_work_sync(&tx->tx_mute_dwork[decimator].dwork); in tx_macro_enable_dec()2128 tx->tx_mute_dwork[i].tx = tx; in tx_macro_component_probe()2129 tx->tx_mute_dwork[i].decimator = i; in tx_macro_component_probe()2130 INIT_DELAYED_WORK(&tx->tx_mute_dwork[i].dwork, in tx_macro_component_probe()