Home
last modified time | relevance | path

Searched refs:INIT_WORK (Results 1 – 25 of 1331) sorted by relevance

12345678910>>...54

/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dmain.c352 INIT_WORK(&priv->scan.work, cw1200_scan_work); in cw1200_init_common()
358 INIT_WORK(&priv->unjoin_work, cw1200_unjoin_work); in cw1200_init_common()
360 INIT_WORK(&priv->wep_key_work, cw1200_wep_key_work); in cw1200_init_common()
361 INIT_WORK(&priv->tx_policy_upload_work, tx_policy_upload_work); in cw1200_init_common()
364 INIT_WORK(&priv->event_handler, cw1200_event_handler); in cw1200_init_common()
366 INIT_WORK(&priv->bss_params_work, cw1200_bss_params_work); in cw1200_init_common()
369 INIT_WORK(&priv->set_cts_work, cw1200_set_cts_work); in cw1200_init_common()
370 INIT_WORK(&priv->set_tim_work, cw1200_set_tim_work); in cw1200_init_common()
373 INIT_WORK(&priv->link_id_work, cw1200_link_id_work); in cw1200_init_common()
375 INIT_WORK(&priv->linkid_reset_work, cw1200_link_id_reset); in cw1200_init_common()
[all …]
/openbmc/linux/fs/afs/
H A Dmain.c77 INIT_WORK(&net->charge_preallocation_work, afs_charge_preallocation); in afs_net_init()
82 INIT_WORK(&net->cells_manager, afs_manage_cells); in afs_net_init()
99 INIT_WORK(&net->fs_manager, afs_manage_servers); in afs_net_init()
101 INIT_WORK(&net->fs_prober, afs_fs_probe_dispatcher); in afs_net_init()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dinit.c196 INIT_WORK(&dev->pm.wake_work, mt792x_pm_wake_work); in mt7921_register_device()
207 INIT_WORK(&dev->ipv6_ns_work, mt7921_set_ipv6_ns_work); in mt7921_register_device()
213 INIT_WORK(&dev->reset_work, mt7921_mac_reset_work); in mt7921_register_device()
214 INIT_WORK(&dev->init_work, mt7921_init_work); in mt7921_register_device()
216 INIT_WORK(&dev->phy.roc_work, mt7921_roc_work); in mt7921_register_device()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_aux.c361 INIT_WORK(&adapter->stat_work, _zfcp_status_read_scheduler); in zfcp_adapter_enqueue()
363 INIT_WORK(&adapter->ns_up_work, zfcp_fc_sym_name_update); in zfcp_adapter_enqueue()
364 INIT_WORK(&adapter->version_change_lost_work, in zfcp_adapter_enqueue()
397 INIT_WORK(&adapter->events.work, zfcp_fc_post_event); in zfcp_adapter_enqueue()
532 INIT_WORK(&port->gid_pn_work, zfcp_fc_port_did_lookup); in zfcp_port_enqueue()
533 INIT_WORK(&port->test_link_work, zfcp_fc_link_test_work); in zfcp_port_enqueue()
534 INIT_WORK(&port->rport_work, zfcp_scsi_rport_work); in zfcp_port_enqueue()
/openbmc/linux/drivers/vfio/
H A Dvirqfd.c132 INIT_WORK(&virqfd->shutdown, virqfd_shutdown); in vfio_virqfd_enable()
133 INIT_WORK(&virqfd->inject, virqfd_inject); in vfio_virqfd_enable()
134 INIT_WORK(&virqfd->flush_inject, virqfd_flush_inject); in vfio_virqfd_enable()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Diowait.c71 INIT_WORK(&wait->wait[i].iowork, func); in iowait_init()
73 INIT_WORK(&wait->wait[i].iowork, tidfunc); in iowait_init()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci_init.c40 INIT_WORK(&dev->mcu_work, mt7615_pci_init_work); in mt7615_init_hardware()
74 INIT_WORK(&dev->reset_work, mt7615_mac_reset_work); in mt7615_register_device()
/openbmc/linux/net/rxrpc/
H A Dnet_ns.c51 INIT_WORK(&rxnet->service_conn_reaper, in rxrpc_init_net()
68 INIT_WORK(&rxnet->peer_keepalive_work, rxrpc_peer_keepalive_worker); in rxrpc_init_net()
/openbmc/linux/net/mac802154/
H A Dmain.c100 INIT_WORK(&local->sync_tx_work, ieee802154_xmit_sync_worker); in ieee802154_alloc_hw()
102 INIT_WORK(&local->rx_beacon_work, mac802154_rx_beacon_worker); in ieee802154_alloc_hw()
104 INIT_WORK(&local->rx_mac_cmd_work, mac802154_rx_mac_cmd_worker); in ieee802154_alloc_hw()
/openbmc/linux/drivers/s390/char/
H A Dsclp_config.c171 INIT_WORK(&sclp_cpu_capability_work, sclp_cpu_capability_notify); in sclp_conf_init()
172 INIT_WORK(&sclp_cpu_change_work, sclp_cpu_change_notify); in sclp_conf_init()
H A Dctrlchar.c30 INIT_WORK(&sw->work, ctrlchar_handle_sysrq); in schedule_sysrq_work()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c274 INIT_WORK(&vif->probe_client_worker, wil_probe_client_worker); in wil_vif_init()
275 INIT_WORK(&vif->disconnect_worker, wil_disconnect_worker); in wil_vif_init()
276 INIT_WORK(&vif->p2p.discovery_expired_work, wil_p2p_listen_expired); in wil_vif_init()
277 INIT_WORK(&vif->p2p.delayed_listen_work, wil_p2p_delayed_listen_work); in wil_vif_init()
278 INIT_WORK(&vif->enable_tx_key_worker, wil_enable_tx_key_worker); in wil_vif_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c750 INIT_WORK(&fw_reset->fw_live_patch_work, mlx5_fw_live_patch_event); in mlx5_fw_reset_init()
751 INIT_WORK(&fw_reset->reset_request_work, mlx5_sync_reset_request_event); in mlx5_fw_reset_init()
752 INIT_WORK(&fw_reset->reset_unload_work, mlx5_sync_reset_unload_event); in mlx5_fw_reset_init()
753 INIT_WORK(&fw_reset->reset_reload_work, mlx5_sync_reset_reload_work); in mlx5_fw_reset_init()
754 INIT_WORK(&fw_reset->reset_now_work, mlx5_sync_reset_now_event); in mlx5_fw_reset_init()
755 INIT_WORK(&fw_reset->reset_abort_work, mlx5_sync_reset_abort_event); in mlx5_fw_reset_init()
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-file.c214 INIT_WORK(&req->f.work, nvmet_file_buffered_io_work); in nvmet_file_submit_buffered_io()
269 INIT_WORK(&req->f.work, nvmet_file_flush_work); in nvmet_file_execute_flush()
329 INIT_WORK(&req->f.work, nvmet_file_dsm_work); in nvmet_file_execute_dsm()
359 INIT_WORK(&req->f.work, nvmet_file_write_zeroes_work); in nvmet_file_execute_write_zeroes()
/openbmc/linux/include/linux/
H A Ddevm-helpers.h75 INIT_WORK(w, worker); in devm_work_autocancel()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c64 INIT_WORK(&vgvq->dequeue_work, work_func); in virtio_gpu_init_vq()
154 INIT_WORK(&vgdev->config_changed_work, in virtio_gpu_init()
157 INIT_WORK(&vgdev->obj_free_work, in virtio_gpu_init()
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_uevent.c36 INIT_WORK(&info->work, ipc_uevent_work); in ipc_uevent_send()
/openbmc/linux/net/wireless/
H A Dcore.c544 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm()
546 INIT_WORK(&rdev->sched_scan_res_wk, cfg80211_sched_scan_results_wk); in wiphy_new_nm()
547 INIT_WORK(&rdev->propagate_radar_detect_wk, in wiphy_new_nm()
550 INIT_WORK(&rdev->mgmt_registrations_update_wk, in wiphy_new_nm()
570 INIT_WORK(&rdev->wiphy_work, cfg80211_wiphy_work); in wiphy_new_nm()
573 INIT_WORK(&rdev->rfkill_block, cfg80211_rfkill_block_work); in wiphy_new_nm()
574 INIT_WORK(&rdev->conn_work, cfg80211_conn_work); in wiphy_new_nm()
575 INIT_WORK(&rdev->event_work, cfg80211_event_work); in wiphy_new_nm()
576 INIT_WORK(&rdev->background_cac_abort_wk, in wiphy_new_nm()
1379 INIT_WORK(&wdev->pmsr_free_wk, cfg80211_pmsr_free_wk); in cfg80211_init_wdev()
[all …]
/openbmc/linux/net/sctp/
H A Dinqueue.c38 INIT_WORK(&queue->immediate, NULL); in sctp_inq_init()
236 INIT_WORK(&q->immediate, callback); in sctp_inq_set_th_handler()
/openbmc/linux/drivers/net/wireguard/
H A Dpeer.c48 INIT_WORK(&peer->transmit_handshake_work, wg_packet_handshake_send_worker); in wg_peer_create()
49 INIT_WORK(&peer->transmit_packet_work, wg_packet_tx_worker); in wg_peer_create()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dwl.h18 INIT_WORK(&ubi->fm_work, update_fastmap_work_fn); in ubi_fastmap_init()
/openbmc/linux/drivers/mtd/ubi/
H A Dwl.h15 INIT_WORK(&ubi->fm_work, update_fastmap_work_fn); in ubi_fastmap_init()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.c175 INIT_WORK(&pwrctrlpriv->SetPSModeWorkItem, SetPSModeWorkItemCallback); in r8712_init_pwrctrl_priv()
176 INIT_WORK(&pwrctrlpriv->rpwm_workitem, rpwm_workitem_callback); in r8712_init_pwrctrl_priv()
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dinit.c67 INIT_WORK(&dev->bh_hbm_work, bh_hbm_work_fn); in ishtp_device_init()
/openbmc/linux/sound/firewire/fireface/
H A Dff-transaction.c214 INIT_WORK(&ff->rx_midi_work[0], transmit_midi0_msg); in snd_ff_transaction_register()
215 INIT_WORK(&ff->rx_midi_work[1], transmit_midi1_msg); in snd_ff_transaction_register()

12345678910>>...54