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

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_proto.h 45 extern int dhd_prot_attach(dhd_pub_t *dhdp);
48 extern void dhd_prot_detach(dhd_pub_t *dhdp);
53 extern int dhd_prot_init(dhd_pub_t *dhdp);
56 extern void dhd_prot_stop(dhd_pub_t *dhdp);
72 extern int dhd_prot_iovar_op(dhd_pub_t *dhdp, const char *name,
76 extern void dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf);
79 extern void dhd_prot_dstats(dhd_pub_t *dhdp);
dhd_bus.h 49 extern int dhd_bus_init(dhd_pub_t *dhdp, bool enforce_mutex);
70 extern int dhd_bus_iovar_op(dhd_pub_t *dhdp, const char *name,
74 extern void dhd_bus_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf);
77 extern void dhd_bus_clearcounts(dhd_pub_t *dhdp);
dhd_common.c 116 dhd_dump(dhd_pub_t *dhdp, char *buf, int buflen)
129 dhdp->up, dhdp->txoff, dhdp->busstate);
131 dhdp->hdrlen, dhdp->maxctl, dhdp->rxsz);
133 dhdp->iswl, dhdp->drv_version, bcm_ether_ntoa(&dhdp->mac, eabuf))
    [all...]
dhd.h 221 extern int dhd_net_attach(dhd_pub_t *dhdp, int idx);
224 extern void dhd_detach(dhd_pub_t *dhdp);
227 extern void dhd_txflowcontrol(dhd_pub_t *dhdp, int ifidx, bool on);
229 extern bool dhd_prec_enq(dhd_pub_t *dhdp, struct pktq *q, void *pkt, int prec);
232 extern void dhd_rx_frame(dhd_pub_t *dhdp, int ifidx, void *rxp, int numpkt);
235 extern char *dhd_ifname(dhd_pub_t *dhdp, int idx);
238 extern void dhd_sched_dpc(dhd_pub_t *dhdp);
241 extern void dhd_txcomplete(dhd_pub_t *dhdp, void *txp, bool success);
306 extern int dhd_sendpkt(dhd_pub_t *dhdp, int ifidx, void *pkt);
309 extern void dhd_sendup_event(dhd_pub_t *dhdp, wl_event_msg_t *event, void *data)
    [all...]
dhd_linux.c 448 struct dhd_info *dhdp; local
449 dhdp = container_of(h, struct dhd_info, early_suspend);
453 dhd_set_suspend(1, &dhdp->pub);
458 struct dhd_info *dhdp; local
459 dhdp = container_of(h, struct dhd_info, early_suspend);
463 dhd_set_suspend(0, &dhdp->pub);
561 dhd_ifname(dhd_pub_t *dhdp, int ifidx)
563 dhd_info_t *dhd = (dhd_info_t *)dhdp->info;
896 dhd_sendpkt(dhd_pub_t *dhdp, int ifidx, void *pktbuf)
899 dhd_info_t *dhd = (dhd_info_t *)(dhdp->info)
    [all...]
dhd_cdc.c 313 dhd_prot_iovar_op(dhd_pub_t *dhdp, const char *name,
320 dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf)
322 bcm_bprintf(strbuf, "Protocol CDC: reqid %d\n", dhdp->prot->reqid);
dhd_sdio.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 572 dhd_pub_t *dhdp; local
574 dhdp = (dhd_pub_t *)dev_get_drvdata(sdhcinfo->dev);
576 if (dhdp == NULL) {
582 dhdsdio_isr((void *)dhdp->bus);
587 int bcmsdh_register_oob_intr(void * dhdp)
593 dev_set_drvdata(sdhcinfo->dev, dhdp);
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh.h 194 extern int bcmsdh_register_oob_intr(void * dhdp);
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.h 161 int wl_iw_attach(struct net_device *dev, void * dhdp);
wl_iw.c     [all...]

Completed in 162 milliseconds