Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Ddev.h862 struct work_struct bt_runtime_config; member
Dmain.c326 container_of(work, struct iwl_priv, bt_runtime_config); in iwl_bg_bt_runtime_config()
1081 INIT_WORK(&priv->bt_runtime_config, iwl_bg_bt_runtime_config); in iwl_setup_deferred_work()
1104 cancel_work_sync(&priv->bt_runtime_config); in iwl_cancel_deferred_work()
Dlib.c693 queue_work(priv->workqueue, &priv->bt_runtime_config); in iwlagn_bt_coex_profile_notif()
Dmac80211.c1172 queue_work(priv->workqueue, &priv->bt_runtime_config); in iwlagn_mac_event_callback()