Home
last modified time | relevance | path

Searched defs:dhd_pub (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd.h100 typedef struct dhd_pub { struct
102 osl_t *osh; /* OSL handle */
103 struct dhd_bus *bus; /* Bus module handle */
104 struct dhd_prot *prot; /* Protocol module handle */
105 struct dhd_info *info; /* Info module handle */
108 bool up; /* Driver up/down (to OS) */
109 bool txoff; /* Transmit flow-controlled */
110 bool dongle_reset; /* TRUE = DEVRESET put dongle into reset */
111 enum dhd_bus_state busstate;
112 uint hdrlen; /* Total DHD header length (proto + bus) */
[all …]
Ddhd_common.c171 dhd_doiovar(dhd_pub_t *dhd_pub, const bcm_iovar_t *vi, uint32 actionid, const char *name, in dhd_doiovar()
336 dhd_iovar_op(dhd_pub_t *dhd_pub, const char *name, in dhd_iovar_op()
387 dhd_ioctl(dhd_pub_t *dhd_pub, dhd_ioctl_t *ioc, void *buf, uint buflen) in dhd_ioctl()