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

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_proto.h 49 extern int dhd_prot_attach(dhd_pub_t *dhdp);
52 extern void dhd_prot_detach(dhd_pub_t *dhdp);
57 extern int dhd_prot_init(dhd_pub_t *dhdp);
60 extern void dhd_prot_stop(dhd_pub_t *dhdp);
62 extern bool dhd_proto_fcinfo(dhd_pub_t *dhd, void *pktbuf, uint8 *fcbits);
67 extern void dhd_prot_hdrpush(dhd_pub_t *, int ifidx, void *txp);
70 extern int dhd_prot_hdrpull(dhd_pub_t *, int *ifidx, void *rxp);
73 extern int dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t * ioc, void * buf, int len);
76 extern int dhd_prot_iovar_op(dhd_pub_t *dhdp, const char *name,
80 extern void dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf)
    [all...]
dhd.h 168 } dhd_pub_t; typedef in typeref:struct:dhd_pub
216 extern int dhd_os_wake_lock(dhd_pub_t *pub);
217 extern int dhd_os_wake_unlock(dhd_pub_t *pub);
218 extern int dhd_os_wake_lock_timeout(dhd_pub_t *pub);
219 extern int dhd_os_wake_lock_timeout_enable(dhd_pub_t *pub);
237 * Return dhd_pub_t pointer, used as handle to OS module in later calls.
241 extern dhd_pub_t *dhd_attach(osl_t *osh, struct dhd_bus *bus, uint bus_hdrlen);
242 extern int dhd_net_attach(dhd_pub_t *dhdp, int idx);
245 extern void dhd_detach(dhd_pub_t *dhdp);
248 extern void dhd_txflowcontrol(dhd_pub_t *dhdp, int ifidx, bool on)
    [all...]
dhd_bus.h 49 extern int dhd_bus_init(dhd_pub_t *dhdp, bool enforce_mutex);
61 extern bool dhd_bus_watchdog(dhd_pub_t *dhd);
65 extern int dhd_bus_console_in(dhd_pub_t *dhd, uchar *msg, uint msglen);
74 extern int dhd_bus_iovar_op(dhd_pub_t *dhdp, const char *name,
78 extern void dhd_bus_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf);
81 extern void dhd_bus_clearcounts(dhd_pub_t *dhdp);
dhd_cdc.c 44 extern int dhd_preinit_ioctls(dhd_pub_t *dhd);
73 dhdcdc_msg(dhd_pub_t *dhd)
97 dhdcdc_cmplt(dhd_pub_t *dhd, uint32 id, uint32 len)
114 dhdcdc_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len)
198 dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len)
249 dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t * ioc, void * buf, int len)
314 dhd_prot_iovar_op(dhd_pub_t *dhdp, const char *name,
321 dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf)
328 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *pktbuf)
358 dhd_proto_fcinfo(dhd_pub_t *dhd, void *pktbuf, uint8 *fcbits
    [all...]
dhd_linux.c 222 extern int dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len);
226 extern void dhd_pktfilter_offload_set(dhd_pub_t * dhd, char *arg);
227 extern void dhd_pktfilter_offload_enable(dhd_pub_t * dhd, char *arg, int enable, int master_mode);
251 dhd_pub_t pub;
503 static void dhd_set_packet_filter(int value, dhd_pub_t *dhd)
522 static int dhd_set_suspend(int value, dhd_pub_t *dhd)
593 dhd_pub_t *dhdp = &dhd->pub;
720 dhd_ifname(dhd_pub_t *dhdp, int ifidx)
1073 dhd_sendpkt(dhd_pub_t *dhdp, int ifidx, void *pktbuf)
1186 dhd_txflowcontrol(dhd_pub_t *dhdp, int ifidx, bool state
    [all...]
dhd_common.c 68 extern int dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len);
70 extern int dhd_wl_ioctl(dhd_pub_t *dhd, uint cmd, char *buf, uint buflen);
154 dhd_dump(dhd_pub_t *dhdp, char *buf, int buflen)
208 dhd_doiovar(dhd_pub_t *dhd_pub, const bcm_iovar_t *vi, uint32 actionid, const char *name,
335 dhd_prec_enq(dhd_pub_t *dhdp, struct pktq *q, void *pkt, int prec)
388 dhd_iovar_op(dhd_pub_t *dhd_pub, const char *name,
439 dhd_ioctl(dhd_pub_t *dhd_pub, dhd_ioctl_t *ioc, void *buf, uint buflen)
975 dhd_pktfilter_offload_enable(dhd_pub_t * dhd, char *arg, int enable, int master_mode)
1046 dhd_pktfilter_offload_set(dhd_pub_t * dhd, char *arg)
1182 dhd_arp_offload_set(dhd_pub_t * dhd, int arp_mode
    [all...]
dhd_sdio.c 147 extern int dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len);
163 dhd_pub_t *dhd;
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.h 116 dhd_pub_t * pub;
217 extern int dhd_pno_enable(dhd_pub_t *dhd, int pfn_enabled);
218 extern int dhd_pno_clean(dhd_pub_t *dhd);
219 extern int dhd_pno_set(dhd_pub_t *dhd, wlc_ssid_t* ssids_local, int nssid, ushort scan_fr);
220 extern int dhd_pno_get_status(dhd_pub_t *dhd);
wl_iw.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 605 dhd_pub_t *dhdp;
607 dhdp = (dhd_pub_t *)dev_get_drvdata(sdhcinfo->dev);

Completed in 1874 milliseconds