Home
last modified time | relevance | path

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

123

/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/
Dresponse_manager.c49 INIT_DELAYED_WORK(&cwq->wk.work, oct_poll_req_completion); in octeon_setup_response_list()
50 cwq->wk.ctxptr = oct; in octeon_setup_response_list()
59 cancel_delayed_work_sync(&oct->dma_comp_wq.wk.work); in octeon_delete_response_list()
228 struct cavium_wk *wk = (struct cavium_wk *)work; in oct_poll_req_completion() local
229 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in oct_poll_req_completion()
236 queue_delayed_work(cwq->wq, &cwq->wk.work, msecs_to_jiffies(1)); in oct_poll_req_completion()
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()
Dlio_main.c513 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_link_status_change() local
514 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
540 INIT_DELAYED_WORK(&lio->link_status_wq.wk.work, in setup_link_status_change_wq()
542 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
552 cancel_delayed_work_sync(&lio->link_status_wq.wk.work); in cleanup_link_status_change_wq()
600 &lio->link_status_wq.wk.work, 0); in update_link_status()
613 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_sync_octeon_time() local
614 struct lio *lio = (struct lio *)wk->ctxptr; in lio_sync_octeon_time()
653 &lio->sync_octeon_time_wq.wk.work, in lio_sync_octeon_time()
673 INIT_DELAYED_WORK(&lio->sync_octeon_time_wq.wk.work, in setup_sync_octeon_time_wq()
[all …]
Dlio_core.c444 queue_delayed_work(wq->wq, &wq->wk.work, in octeon_schedule_rxq_oom_work()
450 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_poll_check_rxq_oom_status() local
451 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_poll_check_rxq_oom_status()
453 int q_no = wk->ctxul; in octnet_poll_check_rxq_oom_status()
480 INIT_DELAYED_WORK(&wq->wk.work, in setup_rx_oom_poll_fn()
482 wq->wk.ctxptr = lio; in setup_rx_oom_poll_fn()
483 wq->wk.ctxul = q_no; in setup_rx_oom_poll_fn()
500 cancel_delayed_work_sync(&wq->wk.work); in cleanup_rx_oom_poll_fn()
1460 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_fetch_stats() local
1461 struct lio *lio = wk->ctxptr; in lio_fetch_stats()
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()
Dlio_vf_rep.c464 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_vf_rep_fetch_stats() local
465 struct lio_vf_rep_desc *vf_rep = wk->ctxptr; in lio_vf_rep_fetch_stats()
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()
/linux-6.6.21/drivers/phy/
Dphy-lgm-usb.c43 struct work_struct wk; member
94 schedule_work(&ta->wk); in phy_init()
108 flush_work(&ta->wk); in phy_shutdown()
140 struct tca_apb *ta = container_of(work, struct tca_apb, wk); in tca_work()
177 schedule_work(&ta->wk); in id_notifier()
200 INIT_WORK(&ta->wk, tca_work); in phy_probe()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/fw/
Druntime.h69 struct delayed_work wk; member
151 struct delayed_work wk; member
193 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
Ddbg.h227 flush_delayed_work(&fwrt->dump.wks[i].wk); in iwl_fw_flush_dumps()
236 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_cancel_timestamp()
243 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_suspend_timestamp()
251 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_resume_timestamp()
Ddebugfs.c158 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk()
163 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_timestamp_marker_wk()
181 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_trigger_timestamp()
392 INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); in iwl_fwrt_dbgfs_register()
Dinit.c36 INIT_DELAYED_WORK(&fwrt->dump.wks[i].wk, iwl_fw_error_dump_wk); in iwl_fw_runtime_init()
/linux-6.6.21/Documentation/devicetree/bindings/sound/
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-6.6.21/net/wireless/
Dcore.c420 struct wiphy_work *wk; in cfg80211_wiphy_work() local
429 wk = list_first_entry_or_null(&rdev->wiphy_work_list, in cfg80211_wiphy_work()
431 if (wk) { in cfg80211_wiphy_work()
432 list_del_init(&wk->entry); in cfg80211_wiphy_work()
437 wk->func(&rdev->wiphy, wk); in cfg80211_wiphy_work()
1064 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1066 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1068 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1071 wk->func(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
1075 if (wk == end) in cfg80211_process_wiphy_works()
Dcore.h398 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk);
450 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.h160 void iwl_mvm_roc_done_wk(struct work_struct *wk);
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()
Dops.c646 static void iwl_mvm_async_handlers_wk(struct work_struct *wk);
1047 static void iwl_mvm_sap_connected_wk(struct work_struct *wk) in iwl_mvm_sap_connected_wk() argument
1050 container_of(wk, struct iwl_mvm, sap_connected_wk); in iwl_mvm_sap_connected_wk()
1519 static void iwl_mvm_async_handlers_wk(struct work_struct *wk) in iwl_mvm_async_handlers_wk() argument
1522 container_of(wk, struct iwl_mvm, async_handlers_wk); in iwl_mvm_async_handlers_wk()
1838 static void iwl_mvm_reprobe_wk(struct work_struct *wk) in iwl_mvm_reprobe_wk() argument
1842 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()
/linux-6.6.21/drivers/base/
Ddevcoredump.c101 static void devcd_del(struct work_struct *wk) in devcd_del() argument
105 devcd = container_of(wk, struct devcd_entry, del_wk.work); in devcd_del()
/linux-6.6.21/net/mac80211/
Dkey.h177 void ieee80211_delayed_tailroom_dec(struct work_struct *wk);
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mei/
Dmain.c386 static void iwl_mei_csa_throttle_end_wk(struct work_struct *wk) in iwl_mei_csa_throttle_end_wk() argument
389 container_of(wk, struct iwl_mei, csa_throttle_end_wk.work); in iwl_mei_csa_throttle_end_wk()
553 static void iwl_mei_send_csa_msg_wk(struct work_struct *wk) in iwl_mei_send_csa_msg_wk() argument
556 container_of(wk, struct iwl_mei, send_csa_msg_wk); in iwl_mei_send_csa_msg_wk()
609 static void iwl_mei_netdev_work(struct work_struct *wk) in iwl_mei_netdev_work() argument
612 container_of(wk, struct iwl_mei, netdev_work); in iwl_mei_netdev_work()
1921 static void iwl_mei_ownership_dwork(struct work_struct *wk) in iwl_mei_ownership_dwork() argument
/linux-6.6.21/fs/smb/server/
Dserver.c263 static void handle_ksmbd_work(struct work_struct *wk) in handle_ksmbd_work() argument
265 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in handle_ksmbd_work()
/linux-6.6.21/arch/um/drivers/
Dvirtio_uml.c1138 static void vu_of_conn_broken(struct work_struct *wk) in vu_of_conn_broken() argument
1143 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_of_conn_broken()
1276 static void vu_conn_broken(struct work_struct *wk) in vu_conn_broken() argument
1281 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_conn_broken()
/linux-6.6.21/drivers/platform/x86/
Dasus-laptop.c215 int wk; member
560 led->wk = !!value; in asus_led_cdev_set()
569 asus_led_set(asus, led->method, led->wk); in asus_led_cdev_update()
621 led->wk = value; in asus_kled_cdev_set()
630 asus_kled_set(asus, led->wk); in asus_kled_cdev_update()
/linux-6.6.21/drivers/net/ethernet/realtek/
Dr8169_main.c619 } wk; member
2236 set_bit(flag, tp->wk.flags); in rtl_schedule_task()
2237 schedule_work(&tp->wk.work); in rtl_schedule_task()
4559 container_of(work, struct rtl8169_private, wk.work); in rtl_task()
4565 !test_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags)) in rtl_task()
4568 if (test_and_clear_bit(RTL_FLAG_TASK_TX_TIMEOUT, tp->wk.flags)) { in rtl_task()
4587 if (test_and_clear_bit(RTL_FLAG_TASK_RESET_PENDING, tp->wk.flags)) { in rtl_task()
4591 } else if (test_and_clear_bit(RTL_FLAG_TASK_RESET_NO_QUEUE_WAKE, tp->wk.flags)) { in rtl_task()
4658 bitmap_zero(tp->wk.flags, RTL_FLAG_MAX); in rtl8169_down()
4685 set_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags); in rtl8169_up()
[all …]

123