Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Druntime.h77 struct delayed_work wk; member
200 struct delayed_work wk; member
258 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
/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.c505 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_link_status_change() local
506 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
533 INIT_DELAYED_WORK(&lio->link_status_wq.wk.work, in setup_link_status_change_wq()
535 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
545 cancel_delayed_work_sync(&lio->link_status_wq.wk.work); in cleanup_link_status_change_wq()
593 &lio->link_status_wq.wk.work, 0); in update_link_status()
606 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_sync_octeon_time() local
607 struct lio *lio = (struct lio *)wk->ctxptr; in lio_sync_octeon_time()
646 &lio->sync_octeon_time_wq.wk.work, in lio_sync_octeon_time()
667 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 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()
H A Docteon_device.h311 struct cavium_wk wk; member
/linux/net/wireless/
H A Dcore.c521 struct wiphy_work *wk; in cfg80211_wiphy_work() local
532 wk = list_first_entry_or_null(&rdev->wiphy_work_list, in cfg80211_wiphy_work()
534 if (wk) { in cfg80211_wiphy_work()
535 list_del_init(&wk->entry); in cfg80211_wiphy_work()
540 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_wiphy_work()
541 wk->func(&rdev->wiphy, wk); in cfg80211_wiphy_work()
1269 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local
1271 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works()
1273 list_del_init(&wk->entry); in cfg80211_process_wiphy_works()
1276 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_process_wiphy_works()
[all …]
H A Dcore.h399 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk);
453 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
/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 Dthermal.c37 static void iwl_mld_exit_ctkill(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_exit_ctkill() argument
41 mld = container_of(wk, struct iwl_mld, ct_kill_exit_wk.work); in iwl_mld_exit_ctkill()
H A Dnotif.c671 void iwl_mld_async_handlers_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_async_handlers_wk() argument
674 container_of(wk, struct iwl_mld, async_handlers_wk); in iwl_mld_async_handlers_wk()
H A Dtx.c155 void iwl_mld_add_txqs_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mld_add_txqs_wk() argument
157 struct iwl_mld *mld = container_of(wk, struct iwl_mld, in iwl_mld_add_txqs_wk()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dptp.c197 static void iwl_mvm_ptp_work(struct work_struct *wk) in iwl_mvm_ptp_work() argument
199 struct iwl_mvm *mvm = container_of(wk, struct iwl_mvm, in iwl_mvm_ptp_work()
H A Dops.c744 static void iwl_mvm_async_handlers_wk(struct work_struct *wk);
1140 static void iwl_mvm_sap_connected_wk(struct work_struct *wk) in iwl_mvm_sap_connected_wk() argument
1143 container_of(wk, struct iwl_mvm, sap_connected_wk); in iwl_mvm_sap_connected_wk()
1673 struct wiphy_work *wk) in iwl_mvm_async_handlers_wiphy_wk() argument
1676 container_of(wk, struct iwl_mvm, async_handlers_wiphy_wk); in iwl_mvm_async_handlers_wiphy_wk()
1682 static void iwl_mvm_async_handlers_wk(struct work_struct *wk) in iwl_mvm_async_handlers_wk() argument
1685 container_of(wk, struct iwl_mvm, async_handlers_wk); in iwl_mvm_async_handlers_wk()
H A Dtime-event.c130 void iwl_mvm_roc_done_wk(struct work_struct *wk) in iwl_mvm_roc_done_wk() argument
132 struct iwl_mvm *mvm = container_of(wk, struct iwl_mvm, roc_done_wk); in iwl_mvm_roc_done_wk()
H A Dutils.c843 static void iwl_mvm_tcm_uapsd_nonagg_detected_wk(struct work_struct *wk) in iwl_mvm_tcm_uapsd_nonagg_detected_wk() argument
849 mvmvif = container_of(wk, struct iwl_mvm_vif, in iwl_mvm_tcm_uapsd_nonagg_detected_wk()
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c415 static void iwl_mei_csa_throttle_end_wk(struct work_struct *wk) in iwl_mei_csa_throttle_end_wk() argument
418 container_of(wk, struct iwl_mei, csa_throttle_end_wk.work); in iwl_mei_csa_throttle_end_wk()
582 static void iwl_mei_send_csa_msg_wk(struct work_struct *wk) in iwl_mei_send_csa_msg_wk() argument
585 container_of(wk, struct iwl_mei, send_csa_msg_wk); in iwl_mei_send_csa_msg_wk()
638 static void iwl_mei_netdev_work(struct work_struct *wk) in iwl_mei_netdev_work() argument
641 container_of(wk, struct iwl_mei, netdev_work); in iwl_mei_netdev_work()
1963 static void iwl_mei_ownership_dwork(struct work_struct *wk) in iwl_mei_ownership_dwork() argument
/linux/drivers/platform/x86/
H A Dasus-laptop.c212 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/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/vdpa/octeon_ep/
H A Doctep_vdpa_main.c648 struct octep_vdpa_event_wk *wk = container_of(work, struct octep_vdpa_event_wk, work); in octep_event_work() local
649 struct octep_vdpa_mgmt_dev *mgmt_dev = (struct octep_vdpa_mgmt_dev *)wk->ctxptr; in octep_event_work()
/linux/fs/smb/server/
H A Doplock.c863 static void __smb2_oplock_break_noti(struct work_struct *wk) in __smb2_oplock_break_noti() argument
866 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in __smb2_oplock_break_noti()
983 static void __smb2_lease_break_noti(struct work_struct *wk) in __smb2_lease_break_noti() argument
986 struct ksmbd_work *work = container_of(wk, struct ksmbd_work, work); in __smb2_lease_break_noti()

12