Home
last modified time | relevance | path

Searched refs:irq_flags (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c840 unsigned long irq_flags; in cds_shutdown_notifier_register() local
855 spin_lock_irqsave(&ssr_protect_lock, irq_flags); in cds_shutdown_notifier_register()
857 spin_unlock_irqrestore(&ssr_protect_lock, irq_flags); in cds_shutdown_notifier_register()
866 spin_unlock_irqrestore(&ssr_protect_lock, irq_flags); in cds_shutdown_notifier_register()
874 unsigned long irq_flags; in cds_shutdown_notifier_purge() local
876 spin_lock_irqsave(&ssr_protect_lock, irq_flags); in cds_shutdown_notifier_purge()
880 spin_unlock_irqrestore(&ssr_protect_lock, irq_flags); in cds_shutdown_notifier_purge()
884 spin_lock_irqsave(&ssr_protect_lock, irq_flags); in cds_shutdown_notifier_purge()
887 spin_unlock_irqrestore(&ssr_protect_lock, irq_flags); in cds_shutdown_notifier_purge()
893 unsigned long irq_flags; in cds_shutdown_notifier_call() local
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c2828 unsigned long irq_flags; in hif_target_read_checked() local
2831 spin_lock_irqsave(&pcie_access_log_lock, irq_flags); in hif_target_read_checked()
2837 spin_unlock_irqrestore(&pcie_access_log_lock, irq_flags); in hif_target_read_checked()
2852 unsigned long irq_flags; in hif_target_write_checked() local
2855 spin_lock_irqsave(&pcie_access_log_lock, irq_flags); in hif_target_write_checked()
2861 spin_unlock_irqrestore(&pcie_access_log_lock, irq_flags); in hif_target_write_checked()
2875 unsigned long irq_flags; in hif_target_dump_access_log() local
2877 spin_lock_irqsave(&pcie_access_log_lock, irq_flags); in hif_target_dump_access_log()
2897 spin_unlock_irqrestore(&pcie_access_log_lock, irq_flags); in hif_target_dump_access_log()
3044 unsigned long irq_flags; in hif_ce_msi_configure_irq_by_ceid() local
[all …]
/wlan-driver/platform/icnss2/
H A Dmain.c269 unsigned long irq_flags; in icnss_driver_event_post() local
300 spin_lock_irqsave(&priv->event_lock, irq_flags); in icnss_driver_event_post()
302 spin_unlock_irqrestore(&priv->event_lock, irq_flags); in icnss_driver_event_post()
319 spin_lock_irqsave(&priv->event_lock, irq_flags); in icnss_driver_event_post()
322 spin_unlock_irqrestore(&priv->event_lock, irq_flags); in icnss_driver_event_post()
326 spin_unlock_irqrestore(&priv->event_lock, irq_flags); in icnss_driver_event_post()
341 unsigned long irq_flags; in icnss_soc_wake_event_post() local
372 spin_lock_irqsave(&priv->soc_wake_msg_lock, irq_flags); in icnss_soc_wake_event_post()
374 spin_unlock_irqrestore(&priv->soc_wake_msg_lock, irq_flags); in icnss_soc_wake_event_post()
391 spin_lock_irqsave(&priv->soc_wake_msg_lock, irq_flags); in icnss_soc_wake_event_post()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_service.c473 unsigned long irq_flags; in war_ce_src_ring_write_idx_set() local
475 local_irq_save(irq_flags); in war_ce_src_ring_write_idx_set()
490 local_irq_restore(irq_flags); in war_ce_src_ring_write_idx_set()
/wlan-driver/platform/cnss2/
H A Dmain.c1342 unsigned long irq_flags; in cnss_driver_event_post() local
1373 spin_lock_irqsave(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
1375 spin_unlock_irqrestore(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
1392 spin_lock_irqsave(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
1395 spin_unlock_irqrestore(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
1399 spin_unlock_irqrestore(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
H A Dpci.c7071 mhi_ctrl->irq_flags = IRQF_SHARED | IRQF_NOBALANCING; in cnss_pci_register_mhi()