Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Drk_ircut.c159 struct ircut_op_work *wk = in ircut_op_work() local
161 struct ircut_dev *ircut = wk->dev; in ircut_op_work()
165 ircut->drv_data->ctrl(ircut, wk->op_cmd); in ircut_op_work()
167 state = (wk->op_cmd > 0) ? IRCUT_STATE_OPENED : IRCUT_STATE_CLOSED; in ircut_op_work()
172 kfree(wk); in ircut_op_work()
173 wk = NULL; in ircut_op_work()
178 struct ircut_op_work *wk = NULL; in ircut_operation() local
216 wk = kmalloc(sizeof(*wk), in ircut_operation()
218 if (!wk) { in ircut_operation()
222 wk->op_cmd = op; in ircut_operation()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A 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()
58 cancel_delayed_work_sync(&oct->dma_comp_wq.wk.work); in octeon_delete_response_list()
225 struct cavium_wk *wk = (struct cavium_wk *)work; in oct_poll_req_completion() local
226 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in oct_poll_req_completion()
233 queue_delayed_work(cwq->wq, &cwq->wk.work, msecs_to_jiffies(1)); in oct_poll_req_completion()
H A Drequest_manager.c157 INIT_DELAYED_WORK(&db_wq->wk.work, check_db_timeout); in octeon_init_instr_queue()
158 db_wq->wk.ctxptr = oct; in octeon_init_instr_queue()
159 db_wq->wk.ctxul = iq_no; in octeon_init_instr_queue()
160 queue_delayed_work(db_wq->wq, &db_wq->wk.work, msecs_to_jiffies(1)); in octeon_init_instr_queue()
170 cancel_delayed_work_sync(&oct->check_db_wq[iq_no].wk.work); in octeon_delete_instr_queue()
438 queue_work(cwq->wq, &cwq->wk.work.work); in lio_process_iq_request_list()
529 struct cavium_wk *wk = (struct cavium_wk *)work; in check_db_timeout() local
530 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in check_db_timeout()
531 u64 iq_no = wk->ctxul; in check_db_timeout()
536 queue_delayed_work(db_wq->wq, &db_wq->wk.work, msecs_to_jiffies(delay)); in check_db_timeout()
H A Dlio_core.c437 queue_delayed_work(wq->wq, &wq->wk.work, in octeon_schedule_rxq_oom_work()
443 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_poll_check_rxq_oom_status() local
444 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_poll_check_rxq_oom_status()
446 int q_no = wk->ctxul; in octnet_poll_check_rxq_oom_status()
473 INIT_DELAYED_WORK(&wq->wk.work, in setup_rx_oom_poll_fn()
475 wq->wk.ctxptr = lio; in setup_rx_oom_poll_fn()
476 wq->wk.ctxul = q_no; in setup_rx_oom_poll_fn()
492 cancel_delayed_work_sync(&wq->wk.work); in cleanup_rx_oom_poll_fn()
1453 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_fetch_stats() local
1454 struct lio *lio = wk->ctxptr; in lio_fetch_stats()
H A Dlio_main.c519 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_link_status_change() local
520 struct lio *lio = (struct lio *)wk->ctxptr; in octnet_link_status_change()
546 INIT_DELAYED_WORK(&lio->link_status_wq.wk.work, in setup_link_status_change_wq()
548 lio->link_status_wq.wk.ctxptr = lio; in setup_link_status_change_wq()
558 cancel_delayed_work_sync(&lio->link_status_wq.wk.work); in cleanup_link_status_change_wq()
606 &lio->link_status_wq.wk.work, 0); in update_link_status()
619 struct cavium_wk *wk = (struct cavium_wk *)work; in lio_sync_octeon_time() local
620 struct lio *lio = (struct lio *)wk->ctxptr; in lio_sync_octeon_time()
659 &lio->sync_octeon_time_wq.wk.work, in lio_sync_octeon_time()
679 INIT_DELAYED_WORK(&lio->sync_octeon_time_wq.wk.work, in setup_sync_octeon_time_wq()
[all …]
H A Docteon_console.c484 struct cavium_wk *wk = (struct cavium_wk *)work; in check_console() local
485 struct octeon_device *oct = (struct octeon_device *)wk->ctxptr; in check_console()
486 u32 console_num = (u32)wk->ctxul; in check_console()
531 schedule_delayed_work(&wk->work, msecs_to_jiffies(delay)); in check_console()
H A 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()
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 Dlio_vf_main.c286 struct cavium_wk *wk = (struct cavium_wk *)work; in octnet_link_status_change() local
287 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()
/OK3568_Linux_fs/kernel/drivers/phy/
H A 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()
/OK3568_Linux_fs/u-boot/board/renesas/sh7785lcr/
H A Drtl8169_mac.c222 unsigned short wk; in sh7785lcr_macdtrd() local
230 wk = sh7785lcr_getdt(); in sh7785lcr_macdtrd()
232 *buf++ = (unsigned char)(wk & 0xff); in sh7785lcr_macdtrd()
233 *buf++ = (unsigned char)((wk >> 8) & 0xff); in sh7785lcr_macdtrd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Druntime.h121 struct delayed_work wk; member
198 struct delayed_work wk; member
229 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
H A Ddbg.h284 flush_delayed_work(&fwrt->dump.wks[i].wk); in iwl_fw_flush_dumps()
291 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_cancel_timestamp()
298 cancel_delayed_work_sync(&fwrt->timestamp.wk); in iwl_fw_suspend_timestamp()
306 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_resume_timestamp()
H A Ddebugfs.c207 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk()
212 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_timestamp_marker_wk()
230 schedule_delayed_work(&fwrt->timestamp.wk, in iwl_fw_trigger_timestamp()
430 INIT_DELAYED_WORK(&fwrt->timestamp.wk, iwl_fw_timestamp_marker_wk); in iwl_fwrt_dbgfs_register()
H A Dinit.c84 INIT_DELAYED_WORK(&fwrt->dump.wks[i].wk, iwl_fw_error_dump_wk); in iwl_fw_runtime_init()
/OK3568_Linux_fs/kernel/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>;
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevcoredump.c105 static void devcd_del(struct work_struct *wk) in devcd_del() argument
109 devcd = container_of(wk, struct devcd_entry, del_wk.work); in devcd_del()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.h217 void iwl_mvm_roc_done_wk(struct work_struct *wk);
H A Dops.c519 static void iwl_mvm_async_handlers_wk(struct work_struct *wk);
960 static void iwl_mvm_async_handlers_wk(struct work_struct *wk) in iwl_mvm_async_handlers_wk() argument
963 container_of(wk, struct iwl_mvm, async_handlers_wk); in iwl_mvm_async_handlers_wk()
1261 static void iwl_mvm_reprobe_wk(struct work_struct *wk) in iwl_mvm_reprobe_wk() argument
1265 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()
H A Dsta.h581 void iwl_mvm_add_new_dqa_stream_wk(struct work_struct *wk);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service_linux.h769 _workitem wk; member
785 INIT_WORK(&pwork->wk, pfunc); in _init_workitem_cpu()
791 queue_work_on(pwork->cpu_id, pwork->pwkq, &pwork->wk); in _set_workitem_cpu()
796 cancel_work_sync(&pwork->wk); in _cancel_workitem_sync_cpu()
/OK3568_Linux_fs/buildroot/package/libgpgme/
H A D0001-core-Support-closefrom-also-for-glibc.patch12 Signed-off-by: Werner Koch <wk@gnupg.org>
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dkey.h170 void ieee80211_delayed_tailroom_dec(struct work_struct *wk);
/OK3568_Linux_fs/kernel/net/wireless/
H A Dcore.h392 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk);
443 void __cfg80211_scan_done(struct work_struct *wk);
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A 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()

12