Searched refs:dhd_info (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/ |
D | dhd.h | 43 struct dhd_info; 57 struct dhd_info *info; /* Info module handle */ 295 extern int dhd_ifname2idx(struct dhd_info *dhd, char *name); 297 extern int wl_host_event(struct dhd_info *dhd, int *idx, void *pktdata, 302 extern int dhd_add_if(struct dhd_info *dhd, int ifidx, void *handle, 304 extern void dhd_del_if(struct dhd_info *dhd, int ifidx); 306 extern void dhd_vif_add(struct dhd_info *dhd, int ifidx, char *name); 307 extern void dhd_vif_del(struct dhd_info *dhd, int ifidx); 309 extern void dhd_event(struct dhd_info *dhd, char *evpkt, int evlen, int ifidx); 310 extern void dhd_vif_sendup(struct dhd_info *dhd, int ifidx, unsigned char * cp,
|
D | dhd_linux.c | 204 struct dhd_info *info; /* back pointer to dhd_info */ 218 typedef struct dhd_info { struct 536 static void dhd_suspend_resume_helper(struct dhd_info *dhd, int val) in dhd_suspend_resume_helper() 550 struct dhd_info *dhd = container_of(h, struct dhd_info, early_suspend); in dhd_early_suspend() 561 struct dhd_info *dhd = container_of(h, struct dhd_info, early_suspend); in dhd_late_resume() 1230 void dhd_event(struct dhd_info *dhd, char *evpkt, int evlen, int ifidx) in dhd_event() 2735 struct dhd_info *dhdinfo = dhd->info; in dhd_wait_for_event() 2745 struct dhd_info *dhdinfo = dhd->info; in dhd_wait_event_wakeup()
|
D | dhd_common.c | 806 wl_host_event(struct dhd_info *dhd, int *ifidx, void *pktdata, in wl_host_event()
|