Searched defs:dhd_pub_t (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Ddhd.h274 } dhd_pub_t; typedef in typeref:struct:dhd_pub
326 unsigned long dhd_os_spin_lock(dhd_pub_t *pub);
327 void dhd_os_spin_unlock(dhd_pub_t *pub, unsigned long flags);
330 extern int dhd_os_wake_lock(dhd_pub_t *pub);
331 extern int dhd_os_wake_unlock(dhd_pub_t *pub);
332 extern int dhd_os_wake_lock_timeout(dhd_pub_t *pub);
333 extern int dhd_os_wake_lock_rx_timeout_enable(dhd_pub_t *pub, int val);
334 extern int dhd_os_wake_lock_ctrl_timeout_enable(dhd_pub_t *pub, int val);
336 inline static void MUTEX_LOCK_SOFTAP_SET_INIT(dhd_pub_t * dhdp)
343 inline static void MUTEX_LOCK_SOFTAP_SET(dhd_pub_t * dhd
[all...]

Completed in 26 milliseconds