| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-trans.c | 88 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 D | octep_pfvf_mbox.c | 280 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 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/drivers/net/ethernet/cavium/liquidio/ |
| H A 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()
|
| H A D | lio_main.c | 507 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 D | lio_core.c | 443 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 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()
|
| H A 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()
|
| H A D | lio_vf_main.c | 285 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 D | core.c | 420 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 D | core.h | 396 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 D | debugfs.c | 181 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 D | tx.h | 51 void iwl_mld_add_txqs_wk(struct wiphy *wiphy, struct wiphy_work *wk);
|
| H A D | low_latency.c | 90 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 D | ptp.c | 179 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 D | iface.c | 379 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 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()
|
| H A D | ops.c | 743 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 D | devcoredump.c | 101 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 D | key.h | 172 struct wiphy_work *wk);
|
| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| H A D | main.c | 414 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 D | server.c | 265 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 D | asus-laptop.c | 214 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 D | virtio_uml.c | 1159 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 D | r8169_main.c | 753 } 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 …]
|