Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_pfvf_mbox.c280 INIT_WORK(&oct->mbox[ring]->wk.work, octep_pfvf_mbox_work); in octep_setup_pfvf_mbox()
281 oct->mbox[ring]->wk.ctxptr = oct->mbox[ring]; in octep_setup_pfvf_mbox()
292 cancel_work_sync(&oct->mbox[ring]->wk.work); in octep_setup_pfvf_mbox()
311 if (work_pending(&oct->mbox[ring]->wk.work)) in octep_delete_pfvf_mbox()
312 cancel_work_sync(&oct->mbox[ring]->wk.work); in octep_delete_pfvf_mbox()
412 struct octep_pfvf_mbox_wk *wk = container_of(work, struct octep_pfvf_mbox_wk, work); in octep_pfvf_mbox_work() local
419 mbox = (struct octep_mbox *)wk->ctxptr; in octep_pfvf_mbox_work()
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l35.txt96 - cirrus,classh-wk-fet-disable
97 - cirrus,classh-wk-fet-delay
98 - cirrus,classh-wk-fet-thld
163 cirrus,classh-wk-fet-disable = <0x01>;
164 cirrus,classh-wk-fet-delay = <0x04>;
165 cirrus,classh-wk-fet-thld = <0x01>;
H A Dcs35l36.txt60 - cirrus,classh-wk-fet-delay : Weak-FET entry delay. Controls the delay
/linux/drivers/net/ethernet/cavium/liquidio/
H A Drequest_manager.c148 INIT_DELAYED_WORK(&db_wq->wk.work, check_db_timeout); in octeon_init_instr_queue()
149 db_wq->wk.ctxptr = oct; in octeon_init_instr_queue()
150 db_wq->wk.ctxul = iq_no; in octeon_init_instr_queue()
151 queue_delayed_work(db_wq->wq, &db_wq->wk.work, msecs_to_jiffies(1)); in octeon_init_instr_queue()
161 cancel_delayed_work_sync(&oct->check_db_wq[iq_no].wk.work); in octeon_delete_instr_queue()
433 queue_work(cwq->wq, &cwq->wk.work.work); in lio_process_iq_request_list()
525 struct cavium_wk *wk = (struct cavium_wk *)work; in check_db_timeout() local
526 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in check_db_timeout()
527 u64 iq_no = wk->ctxul; in check_db_timeout()
532 queue_delayed_work(db_wq->wq, &db_wq->wk.work, msecs_to_jiffies(delay)); in check_db_timeout()
H A Dlio_core.c443 queue_delayed_work(wq->wq, &wq->wk.work, in octeon_schedule_rxq_oom_work()
449 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_poll_check_rxq_oom_status() local
450 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_poll_check_rxq_oom_status()
452 int q_no = wk->ctxul; in octnet_poll_check_rxq_oom_status()
479 INIT_DELAYED_WORK(&wq->wk.work, in setup_rx_oom_poll_fn()
481 wq->wk.ctxptr = lio; in setup_rx_oom_poll_fn()
482 wq->wk.ctxul = q_no; in setup_rx_oom_poll_fn()
499 cancel_delayed_work_sync(&wq->wk.work); in cleanup_rx_oom_poll_fn()
1458 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_fetch_stats() local
1459 struct lio *lio = wk->ctxptr; in lio_fetch_stats()
H A Docteon_console.c483 struct cavium_wk *wk = (struct cavium_wk *)work; in check_console() local
484 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in check_console()
485 u32 console_num = (u32)wk->ctxul; in check_console()
530 schedule_delayed_work(&wk->work, msecs_to_jiffies(delay)); in check_console()
H A Dcn23xx_vf_device.c265 struct cavium_wk *wk = (struct cavium_wk *)work; in cn23xx_vf_mbox_thread() local
266 struct octeon_mbox *mbox = (struct octeon_mbox *)wk->ctxptr; in cn23xx_vf_mbox_thread()
H A Dcn23xx_pf_device.c511 struct cavium_wk *wk = (struct cavium_wk *)work; in cn23xx_pf_mbox_thread() local
512 struct octeon_mbox *mbox = (struct octeon_mbox *)wk->ctxptr; in cn23xx_pf_mbox_thread()
534 schedule_delayed_work(&wk->work, msecs_to_jiffies(10)); in cn23xx_pf_mbox_thread()
H A Docteon_device.h311 struct cavium_wk wk; member
/linux/net/wireless/
H A Dcore.c518 struct wiphy_work *wk;
529 wk = list_first_entry_or_null(&rdev->wiphy_work_list, in wiphy_new_nm()
531 if (wk) { in wiphy_new_nm()
532 list_del_init(&wk->entry); in wiphy_new_nm()
537 trace_wiphy_work_run(&rdev->wiphy, wk); in wiphy_new_nm()
538 wk->func(&rdev->wiphy, wk); in wiphy_new_nm()
1266 struct wiphy_work *wk; in wiphy_unregister()
1268 wk = list_first_entry(&rdev->wiphy_work_list, in wiphy_unregister()
1270 list_del_init(&wk in wiphy_unregister()
493 struct wiphy_work *wk; cfg80211_wiphy_work() local
1219 struct wiphy_work *wk; cfg80211_process_wiphy_works() local
[all...]
H A Dcore.h399 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk);
452 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
H A Dmlme.c648 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk) in cfg80211_mgmt_registrations_update_wk()
653 rdev = container_of(wk, struct cfg80211_registered_device, in cfg80211_mgmt_registrations_update_wk()
646 cfg80211_mgmt_registrations_update_wk(struct work_struct * wk) cfg80211_mgmt_registrations_update_wk() argument
H A Dscan.c1185 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk) in __cfg80211_scan_done() argument
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.h51 void iwl_mld_add_txqs_wk(struct wiphy *wiphy, struct wiphy_work *wk);
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c414 static void iwl_mei_csa_throttle_end_wk(struct work_struct *wk) in iwl_mei_csa_throttle_end_wk() argument
417 container_of(wk, struct iwl_mei, csa_throttle_end_wk.work); in iwl_mei_csa_throttle_end_wk()
581 static void iwl_mei_send_csa_msg_wk(struct work_struct *wk) in iwl_mei_send_csa_msg_wk() argument
584 container_of(wk, struct iwl_mei, send_csa_msg_wk); in iwl_mei_send_csa_msg_wk()
637 static void iwl_mei_netdev_work(struct work_struct *wk) in iwl_mei_netdev_work() argument
640 container_of(wk, struct iwl_mei, netdev_work); in iwl_mei_netdev_work()
1949 static void iwl_mei_ownership_dwork(struct work_struct *wk) in iwl_mei_ownership_dwork() argument
/linux/drivers/platform/x86/
H A Dasus-laptop.c214 int wk; member
562 led->wk = !!value; in asus_led_cdev_set()
571 asus_led_set(asus, led->method, led->wk); in asus_led_cdev_update()
623 led->wk = value; in asus_kled_cdev_set()
632 asus_kled_set(asus, led->wk); in asus_kled_cdev_update()
/linux/arch/um/drivers/
H A Dvirtio_uml.c1159 static void vu_of_conn_broken(struct work_struct *wk) in vu_of_conn_broken() argument
1164 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_of_conn_broken()
1300 static void vu_conn_broken(struct work_struct *wk) in vu_conn_broken() argument
1305 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_conn_broken()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c2745 static void iwl_mvm_mei_scan_work(struct work_struct *wk) in iwl_mvm_mei_scan_work() argument
2748 container_of(wk, struct iwl_mei_scan_filter, scan_work); in iwl_mvm_mei_scan_work()
H A Dsta.c1518 void iwl_mvm_add_new_dqa_stream_wk(struct work_struct *wk) in iwl_mvm_add_new_dqa_stream_wk() argument
1520 struct iwl_mvm *mvm = container_of(wk, struct iwl_mvm, in iwl_mvm_add_new_dqa_stream_wk()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c6749 static void ath10k_sta_rc_update_wk(struct work_struct *wk) in ath10k_sta_rc_update_wk() argument
6762 arsta = container_of(wk, struct ath10k_sta, update_wk); in ath10k_sta_rc_update_wk()
7359 static void ath10k_sta_tid_cfg_wk(struct work_struct *wk) in ath10k_sta_tid_cfg_wk() argument
7371 arsta = container_of(wk, struct ath10k_sta, tid_config_wk); in ath10k_sta_tid_cfg_wk()