/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/ |
D | response_manager.c | 49 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()
|
D | request_manager.c | 148 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()
|
D | lio_main.c | 513 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 …]
|
D | lio_core.c | 444 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()
|
D | octeon_console.c | 483 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()
|
D | lio_vf_rep.c | 464 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()
|
D | cn23xx_vf_device.c | 265 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/ |
D | phy-lgm-usb.c | 43 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/ |
D | runtime.h | 69 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()
|
D | dbg.h | 227 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()
|
D | debugfs.c | 158 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()
|
D | init.c | 36 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/ |
D | cs35l35.txt | 96 - 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/ |
D | core.c | 420 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()
|
D | core.h | 398 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/ |
D | time-event.h | 160 void iwl_mvm_roc_done_wk(struct work_struct *wk);
|
D | ptp.c | 194 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()
|
D | ops.c | 646 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/ |
D | devcoredump.c | 101 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/ |
D | key.h | 177 void ieee80211_delayed_tailroom_dec(struct work_struct *wk);
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mei/ |
D | main.c | 386 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/ |
D | server.c | 263 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/ |
D | virtio_uml.c | 1138 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/ |
D | asus-laptop.c | 215 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/ |
D | r8169_main.c | 619 } 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 …]
|