Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmlo.h18 void iwl_mld_emlsr_prevent_done_wk(struct wiphy *wiphy, struct wiphy_work *wk);
20 struct wiphy_work *wk);
132 void iwl_mld_emlsr_check_tpt(struct wiphy *wiphy, struct wiphy_work *wk);
133 void iwl_mld_emlsr_unblock_tpt_wk(struct wiphy *wiphy, struct wiphy_work *wk);
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()
/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 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()
/linux/net/wireless/
H A Dcore.c418 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 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_wiphy_work()
438 wk->func(&rdev->wiphy, wk); in cfg80211_wiphy_work()
1145 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1147 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1149 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1152 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
[all …]
H A Dcore.h395 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk);
447 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c180 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk()
185 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_timestamp_marker_wk()
203 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_trigger_timestamp()
445 INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); in iwl_fwrt_dbgfs_register()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.h170 void iwl_mvm_roc_done_wk(struct work_struct *wk);
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()
/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/crypto/
H A Dtestmgr.h71 unsigned char wk; /* weak key flag */ member
112 unsigned char wk; member
9008 .wk = 1,
9016 .wk = 1,
9024 .wk = 1,
9032 .wk = 1,
9040 .wk = 1,
9048 .wk = 1,
9056 .wk = 1,
9064 .wk = 1,
[all …]
/linux/fs/smb/server/
H A Dserver.c262 static void handle_ksmbd_work(struct work_struct *wk) in handle_ksmbd_work() argument
264 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in handle_ksmbd_work()
H A Doplock.c621 static void __smb2_oplock_break_noti(struct work_struct *wk) in __smb2_oplock_break_noti() argument
624 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in __smb2_oplock_break_noti()
734 static void __smb2_lease_break_noti(struct work_struct *wk) in __smb2_lease_break_noti() argument
737 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in __smb2_lease_break_noti()
/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/arch/um/drivers/
H A Dvirtio_uml.c1158 static void vu_of_conn_broken(struct work_struct *wk) in vu_of_conn_broken() argument
1163 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_of_conn_broken()
1298 static void vu_conn_broken(struct work_struct *wk) in vu_conn_broken() argument
1303 pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); in vu_conn_broken()
/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/drivers/net/ethernet/realtek/
H A Dr8169_main.c728 } wk; member
2417 set_bit(flag, tp->wk.flags); in rtl_schedule_task()
2418 if (!schedule_work(&tp->wk.work)) in rtl_schedule_task()
2419 clear_bit(flag, tp->wk.flags); in rtl_schedule_task()
4677 container_of(work, struct rtl8169_private, wk.work); in rtl_task()
4680 if (test_and_clear_bit(RTL_FLAG_TASK_TX_TIMEOUT, tp->wk.flags)) { in rtl_task()
4699 if (test_and_clear_bit(RTL_FLAG_TASK_RESET_PENDING, tp->wk.flags)) { in rtl_task()
4797 disable_work_sync(&tp->wk.work); in rtl8169_down()
4799 bitmap_zero(tp->wk.flags, RTL_FLAG_MAX); in rtl8169_down()
4826 enable_work(&tp->wk.work); in rtl8169_up()
[all …]

12