Lines Matching defs:pub

1636 #define DHD_OS_WAKE_LOCK(pub) \  argument
1642 #define DHD_OS_WAKE_UNLOCK(pub) \ argument
1648 #define DHD_EVENT_WAKE_LOCK(pub) \ argument
1654 #define DHD_EVENT_WAKE_UNLOCK(pub) \ argument
1660 #define DHD_PM_WAKE_LOCK_TIMEOUT(pub, val) \ argument
1665 #define DHD_PM_WAKE_UNLOCK(pub) \ argument
1670 #define DHD_TXFL_WAKE_LOCK_TIMEOUT(pub, val) \ argument
1675 #define DHD_TXFL_WAKE_UNLOCK(pub) \ argument
1680 #define DHD_OS_WAKE_LOCK_TIMEOUT(pub) \ argument
1686 #define DHD_OS_WAKE_LOCK_RX_TIMEOUT_ENABLE(pub, val) \ argument
1692 #define DHD_OS_WAKE_LOCK_CTRL_TIMEOUT_ENABLE(pub, val) \ argument
1698 #define DHD_OS_WAKE_LOCK_CTRL_TIMEOUT_CANCEL(pub) \ argument
1704 #define DHD_OS_WAKE_LOCK_WAIVE(pub) \ argument
1710 #define DHD_OS_WAKE_LOCK_RESTORE(pub) \ argument
1729 #define DHD_OS_WAKE_LOCK(pub) dhd_os_wake_lock(pub) argument
1730 #define DHD_OS_WAKE_UNLOCK(pub) dhd_os_wake_unlock(pub) argument
1731 #define DHD_EVENT_WAKE_LOCK(pub) dhd_event_wake_lock(pub) argument
1732 #define DHD_EVENT_WAKE_UNLOCK(pub) dhd_event_wake_unlock(pub) argument
1733 #define DHD_PM_WAKE_LOCK_TIMEOUT(pub, val) dhd_pm_wake_lock_timeout(pub, val) argument
1734 #define DHD_PM_WAKE_UNLOCK(pub) dhd_pm_wake_unlock(pub) argument
1735 #define DHD_TXFL_WAKE_LOCK_TIMEOUT(pub, val) dhd_txfl_wake_lock_timeout(pub, val) argument
1736 #define DHD_TXFL_WAKE_UNLOCK(pub) dhd_txfl_wake_unlock(pub) argument
1737 #define DHD_OS_WAKE_LOCK_TIMEOUT(pub) dhd_os_wake_lock_timeout(pub) argument
1738 #define DHD_OS_WAKE_LOCK_RX_TIMEOUT_ENABLE(pub, val) \ argument
1740 #define DHD_OS_WAKE_LOCK_CTRL_TIMEOUT_ENABLE(pub, val) \ argument
1742 #define DHD_OS_WAKE_LOCK_CTRL_TIMEOUT_CANCEL(pub) \ argument
1744 #define DHD_OS_WAKE_LOCK_WAIVE(pub) dhd_os_wake_lock_waive(pub) argument
1745 #define DHD_OS_WAKE_LOCK_RESTORE(pub) dhd_os_wake_lock_restore(pub) argument
1750 #define DHD_OS_WD_WAKE_LOCK(pub) dhd_os_wd_wake_lock(pub) argument
1751 #define DHD_OS_WD_WAKE_UNLOCK(pub) dhd_os_wd_wake_unlock(pub) argument
1755 #define DHD_OS_SCAN_WAKE_LOCK_TIMEOUT(pub, val) \ argument
1761 #define DHD_OS_SCAN_WAKE_UNLOCK(pub) \ argument
1768 #define DHD_OS_SCAN_WAKE_LOCK_TIMEOUT(pub, val) dhd_os_scan_wake_lock_timeout(pub, val) argument
1769 #define DHD_OS_SCAN_WAKE_UNLOCK(pub) dhd_os_scan_wake_unlock(pub) argument
1772 #define DHD_OS_SCAN_WAKE_LOCK_TIMEOUT(pub, val) argument
1773 #define DHD_OS_SCAN_WAKE_UNLOCK(pub) argument
1779 #define DHD_OS_WAKE_LOCK(pub) argument
1780 #define DHD_OS_WAKE_UNLOCK(pub) argument
1781 #define DHD_EVENT_WAKE_LOCK(pub) argument
1782 #define DHD_EVENT_WAKE_UNLOCK(pub) argument
1783 #define DHD_PM_WAKE_LOCK_TIMEOUT(pub, val) argument
1784 #define DHD_PM_WAKE_UNLOCK(pub) argument
1785 #define DHD_TXFL_WAKE_LOCK_TIMEOUT(pub, val) argument
1786 #define DHD_TXFL_WAKE_UNLOCK(pub) argument
1787 #define DHD_OS_WD_WAKE_LOCK(pub) argument
1788 #define DHD_OS_WD_WAKE_UNLOCK(pub) argument
1789 #define DHD_OS_WAKE_LOCK_TIMEOUT(pub) argument
1790 #define DHD_OS_WAKE_LOCK_RX_TIMEOUT_ENABLE(pub, val) UNUSED_PARAMETER(val) argument
1791 #define DHD_OS_WAKE_LOCK_CTRL_TIMEOUT_ENABLE(pub, val) UNUSED_PARAMETER(val) argument
1792 #define DHD_OS_WAKE_LOCK_CTRL_TIMEOUT_CANCEL(pub, val) argument
1793 #define DHD_OS_WAKE_LOCK_WAIVE(pub) argument
1794 #define DHD_OS_WAKE_LOCK_RESTORE(pub) argument
1795 #define DHD_OS_SCAN_WAKE_LOCK_TIMEOUT(pub, val) argument
1796 #define DHD_OS_SCAN_WAKE_UNLOCK(pub) argument
1807 #define DHD_OS_OOB_IRQ_WAKE_LOCK_TIMEOUT(pub, val) dhd_os_oob_irq_wake_lock_timeout(pub, val) argument
1808 #define DHD_OS_OOB_IRQ_WAKE_UNLOCK(pub) dhd_os_oob_irq_wake_unlock(pub) argument
2032 static INLINE void dhd_wakeup_ioctl_event(dhd_pub_t *pub, dhd_ioctl_recieved_status_t reason) in dhd_wakeup_ioctl_event()
2329 static INLINE int dhd_os_tput_test_wait(dhd_pub_t *pub, uint *condition, in dhd_os_tput_test_wait()
2332 static INLINE int dhd_os_tput_test_wake(dhd_pub_t * pub) in dhd_os_tput_test_wake()
2846 #define dhd_add_flowid(pub, ifidx, ac_prio, ea, flowid) do {} while (0) argument
2847 #define dhd_del_flowid(pub, ifidx, flowid) do {} while (0) argument