Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c88 static void iwl_trans_reprobe_wk(struct work_struct *wk) in iwl_trans_reprobe_wk() argument
92 reprobe = container_of(wk, typeof(*reprobe), work.work); in iwl_trans_reprobe_wk()
204 static void iwl_trans_restart_wk(struct work_struct *wk) in iwl_trans_restart_wk() argument
206 struct iwl_trans *trans = container_of(wk, typeof(*trans), in iwl_trans_restart_wk()
207 restart.wk.work); in iwl_trans_restart_wk()
241 queue_delayed_work(system_unbound_wq, &trans->restart.wk, in iwl_trans_restart_wk()
291 INIT_DELAYED_WORK(&trans->restart.wk, iwl_trans_restart_wk); in iwl_trans_alloc()
298 cancel_delayed_work_sync(&trans->restart.wk); in iwl_trans_free()
423 cancel_delayed_work_sync(&trans->restart.wk); in iwl_trans_op_mode_leave()
/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>;
/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_main.c507 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_link_status_change() local
508 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
535 INIT_DELAYED_WORK(&lio->link_status_wq.wk.work, in setup_link_status_change_wq()
537 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
547 cancel_delayed_work_sync(&lio->link_status_wq.wk.work); in cleanup_link_status_change_wq()
595 &lio->link_status_wq.wk.work, 0); in update_link_status()
608 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_sync_octeon_time() local
609 struct lio *lio = (struct lio *)wk->ctxptr; in lio_sync_octeon_time()
648 &lio->sync_octeon_time_wq.wk.work, in lio_sync_octeon_time()
669 INIT_DELAYED_WORK(&lio->sync_octeon_time_wq.wk.work, in setup_sync_octeon_time_wq()
[all …]
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 Dlio_vf_main.c285 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_link_status_change() local
286 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
313 INIT_DELAYED_WORK(&lio->link_status_wq.wk.work, in setup_link_status_change_wq()
315 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
325 cancel_delayed_work_sync(&lio->link_status_wq.wk.work); in cleanup_link_status_change_wq()
371 &lio->link_status_wq.wk.work, 0); in update_link_status()
/linux/net/wireless/
H A Dcore.c420 struct wiphy_work *wk; in cfg80211_wiphy_work() local
431 wk = list_first_entry_or_null(&rdev->wiphy_work_list, in cfg80211_wiphy_work()
433 if (wk) { in cfg80211_wiphy_work()
434 list_del_init(&wk->entry); in cfg80211_wiphy_work()
439 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_wiphy_work()
440 wk->func(&rdev->wiphy, wk); in cfg80211_wiphy_work()
1142 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1144 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1146 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1149 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
[all …]
H A Dcore.h396 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk);
448 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c181 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk()
186 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_timestamp_marker_wk()
204 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_trigger_timestamp()
446 INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); in iwl_fwrt_dbgfs_register()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.h51 void iwl_mld_add_txqs_wk(struct wiphy *wiphy, struct wiphy_work *wk);
H A Dlow_latency.c90 static void iwl_mld_low_latency_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_low_latency_wk() argument
92 struct iwl_mld *mld = container_of(wk, struct iwl_mld, in iwl_mld_low_latency_wk()
H A Dptp.c179 static void iwl_mld_ptp_work(struct work_struct *wk) in iwl_mld_ptp_work() argument
181 struct iwl_mld *mld = container_of(wk, struct iwl_mld, in iwl_mld_ptp_work()
H A Diface.c379 struct wiphy_work *wk) in iwl_mld_mlo_scan_start_wk() argument
381 struct iwl_mld_vif *mld_vif = container_of(wk, struct iwl_mld_vif, in iwl_mld_mlo_scan_start_wk()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dptp.c194 static void iwl_mvm_ptp_work(struct work_struct *wk) in iwl_mvm_ptp_work() argument
196 struct iwl_mvm *mvm = container_of(wk, struct iwl_mvm, in iwl_mvm_ptp_work()
H A Dops.c743 static void iwl_mvm_async_handlers_wk(struct work_struct *wk);
1139 static void iwl_mvm_sap_connected_wk(struct work_struct *wk) in iwl_mvm_sap_connected_wk() argument
1142 container_of(wk, struct iwl_mvm, sap_connected_wk); in iwl_mvm_sap_connected_wk()
1665 struct wiphy_work *wk) in iwl_mvm_async_handlers_wiphy_wk() argument
1668 container_of(wk, struct iwl_mvm, async_handlers_wiphy_wk); in iwl_mvm_async_handlers_wiphy_wk()
1674 static void iwl_mvm_async_handlers_wk(struct work_struct *wk) in iwl_mvm_async_handlers_wk() argument
1677 container_of(wk, struct iwl_mvm, async_handlers_wk); in iwl_mvm_async_handlers_wk()
/linux/drivers/base/
H A Ddevcoredump.c101 static void devcd_del(struct work_struct *wk) in devcd_del() argument
106 devcd = container_of(wk, struct devcd_entry, del_wk.work); in devcd_del()
/linux/net/mac80211/
H A Dkey.h172 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/fs/smb/server/
H A Dserver.c265 static void handle_ksmbd_work(struct work_struct *wk) in handle_ksmbd_work() argument
267 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in handle_ksmbd_work()
/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/ethernet/realtek/
H A Dr8169_main.c753 } wk; member
2529 set_bit(flag, tp->wk.flags); in rtl_schedule_task()
2530 if (!schedule_work(&tp->wk.work)) in rtl_schedule_task()
2531 clear_bit(flag, tp->wk.flags); in rtl_schedule_task()
4879 container_of(work, struct rtl8169_private, wk.work); in rtl_task()
4882 if (test_and_clear_bit(RTL_FLAG_TASK_TX_TIMEOUT, tp->wk.flags)) { in rtl_task()
4901 if (test_and_clear_bit(RTL_FLAG_TASK_RESET_PENDING, tp->wk.flags)) { in rtl_task()
4999 disable_work_sync(&tp->wk.work); in rtl8169_down()
5001 bitmap_zero(tp->wk.flags, RTL_FLAG_MAX); in rtl8169_down()
5032 enable_work(&tp->wk.work); in rtl8169_up()
[all …]

12