HomeSort by relevance Sort by last modified time
    Searched refs:wl_priv (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.c 122 static int32 wl_create_event_handler(struct wl_priv *wl);
123 static void wl_destroy_event_handler(struct wl_priv *wl);
125 static void wl_init_eq(struct wl_priv *wl);
126 static void wl_flush_eq(struct wl_priv *wl);
127 static void wl_lock_eq(struct wl_priv *wl);
128 static void wl_unlock_eq(struct wl_priv *wl);
129 static void wl_init_eq_lock(struct wl_priv *wl);
131 static struct wl_event_q *wl_deq_event(struct wl_priv *wl);
132 static int32 wl_enq_event(struct wl_priv *wl, uint32 type, const wl_event_msg_t *msg, void *data);
134 static void wl_wakeup_event(struct wl_priv *wl)
    [all...]
wl_cfg80211.h 39 struct wl_priv;
174 int32 (*handler[WLC_E_LAST])(struct wl_priv *wl, struct net_device *ndev,
180 struct wl_priv *wl;
246 int32 (*handler[WL_SCAN_ERSULTS_LAST])(struct wl_priv *wl);
296 struct wl_priv { struct
337 #define wiphy_to_wl(w) ((struct wl_priv *)(wiphy_priv(w)))
339 #define wdev_to_wl(w) ((struct wl_priv *)(wdev_priv(w)))
346 #define iscan_to_wl(i) ((struct wl_priv *)(i->data))

Completed in 12 milliseconds