Searched defs:dhd_pub (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/bcmdhd/ |
D | dhd.h | 220 typedef struct dhd_pub { struct 222 osl_t *osh; /* OSL handle */ 223 struct dhd_bus *bus; /* Bus module handle */ 224 struct dhd_prot *prot; /* Protocol module handle */ 225 struct dhd_info *info; /* Info module handle */ 226 struct dhd_cmn *cmn; /* dhd_common module handle */ 229 bool up; /* Driver up/down (to OS) */ 230 bool txoff; /* Transmit flow-controlled */ 231 bool dongle_reset; /* TRUE = DEVRESET put dongle into reset */ 232 enum dhd_bus_state busstate; [all …]
|
D | dhd_common.c | 201 dhd_common_deinit(dhd_pub_t *dhd_pub, dhd_cmn_t *sa_cmn) in dhd_common_deinit() 276 dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, int ifindex) in dhd_wl_ioctl_cmd() 290 dhd_wl_ioctl(dhd_pub_t *dhd_pub, int ifindex, wl_ioctl_t *ioc, void *buf, int len) in dhd_wl_ioctl() 317 dhd_doiovar(dhd_pub_t *dhd_pub, const bcm_iovar_t *vi, uint32 actionid, const char *name, in dhd_doiovar() 671 dhd_iovar_op(dhd_pub_t *dhd_pub, const char *name, in dhd_iovar_op() 723 dhd_ioctl(dhd_pub_t * dhd_pub, dhd_ioctl_t *ioc, void * buf, uint buflen) in dhd_ioctl() 1096 wl_host_event(dhd_pub_t *dhd_pub, int *ifidx, void *pktdata, in wl_host_event()
|
D | wl_linux_mon.c | 72 void *dhd_pub; member 384 int dhd_monitor_init(void *dhd_pub) in dhd_monitor_init()
|
D | dhd_linux.c | 959 struct dhd_pub *dhd_pub = (struct dhd_pub *)pub; in dhd_idx2net() local 4245 aoe_update_host_ipv4_table(dhd_pub_t *dhd_pub, u32 ipa, bool add, int idx) 4306 dhd_pub_t *dhd_pub; local 4403 dhd_pub_t *dhd_pub; local
|