Searched refs:drvr (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.h333 struct brcmf_pub *drvr; member in struct:brcmf_fweh_info
347 int brcmf_fweh_attach(struct brcmf_pub *drvr);
348 void brcmf_fweh_detach(struct brcmf_pub *drvr);
349 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code,
353 void brcmf_fweh_unregister(struct brcmf_pub *drvr,
356 void brcmf_fweh_process_event(struct brcmf_pub *drvr,
361 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr, argument
394 brcmf_fweh_process_event(drvr, event_packet, skb->len + ETH_HLEN, gfp);
H A Dp2p.c431 struct brcmf_pub *drvr = ifp->drvr; local
448 bphy_err(drvr, "failed to update device address ret %d\n", ret);
586 struct brcmf_pub *drvr = p2p->cfg->pub; local
593 bphy_err(drvr, "P2P config device not available\n");
607 bphy_err(drvr, "set p2p_disc error\n");
613 bphy_err(drvr, "unable to set WL_P2P_DISC_ST_SCAN\n");
625 bphy_err(drvr, "wsec error %d\n", ret);
647 struct brcmf_pub *drvr = p2p->cfg->pub; local
666 bphy_err(drvr, "n
777 struct brcmf_pub *drvr = cfg->pub; local
933 struct brcmf_pub *drvr = p2p->cfg->pub; local
1064 struct brcmf_pub *drvr = p2p->cfg->pub; local
1122 struct brcmf_pub *drvr = p2p->cfg->pub; local
1389 struct brcmf_pub *drvr = ifp->drvr; local
1544 struct brcmf_pub *drvr = p2p->cfg->pub; local
1614 struct brcmf_pub *drvr = cfg->pub; local
1727 struct brcmf_pub *drvr = cfg->pub; local
2049 struct brcmf_pub *drvr = cfg->pub; local
2154 struct brcmf_pub *drvr = p2p->cfg->pub; local
2269 struct brcmf_pub *drvr = cfg->pub; local
2504 struct brcmf_pub *drvr = cfg->pub; local
[all...]
H A Dfwsignal.c481 struct brcmf_pub *drvr; member in struct:brcmf_fws_info
816 txq = brcmf_bus_gettxq(fws->drvr->bus_if);
936 4 + fws->drvr->hdrlen;
949 err = brcmf_proto_txdata(fws->drvr, ifidx, data_offset, skb);
962 struct brcmf_if *ifp = brcmf_get_ifp(fws->drvr, if_id);
1236 struct brcmf_pub *drvr = fws->drvr; local
1249 bphy_err(drvr, "no mac descriptor found for skb %p\n", p);
1439 struct brcmf_pub *drvr = fws->drvr; local
1599 struct brcmf_pub *drvr = ifp->drvr; local
1669 struct brcmf_pub *drvr = ifp->drvr; local
1988 struct brcmf_pub *drvr = fws->drvr; local
2115 struct brcmf_pub *drvr = ifp->drvr; local
2203 struct brcmf_pub *drvr; local
2342 brcmf_fws_attach(struct brcmf_pub *drvr) argument
2458 brcmf_fws_debugfs_create(struct brcmf_pub *drvr) argument
2497 brcmf_fws_bus_blocked(struct brcmf_pub *drvr, bool flow_blocked) argument
[all...]
H A Dflowring.c183 struct brcmf_pub *drvr; local
219 drvr = bus_if->drvr;
220 ifp = brcmf_get_ifp(drvr, ifidx);
241 ifp = brcmf_get_ifp(bus_if->drvr, ifidx);
387 struct brcmf_pub *drvr = bus_if->drvr; local
394 brcmf_msgbuf_delete_flowring(drvr, flowid);
412 struct brcmf_pub *drvr = bus_if->drvr; local
434 struct brcmf_pub *drvr = bus_if->drvr; local
[all...]
H A Dcore.h173 * @drvr: points to device related information.
189 struct brcmf_pub *drvr; member in struct:brcmf_if
211 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx);
214 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bsscfgidx, s32 ifidx,
H A Dcfg80211.h396 struct brcmf_pub *drvr = wiphy_priv(w); local
397 return drvr->config;
439 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
H A Dbus.h152 * @drvr: public driver information.
173 struct brcmf_pub *drvr; member in struct:brcmf_bus
H A Dsdio.c2817 prec = brcmf_map_prio_to_prec(bus_if->drvr->config,
3215 struct brcmf_pub *drvr = bus_if->drvr; local
3218 struct dentry *dentry = brcmf_debugfs_get_devdir(drvr);
3225 brcmf_debugfs_add_entry(drvr, "forensics", brcmf_sdio_forensic_read);
3226 brcmf_debugfs_add_entry(drvr, "counters",
H A Dpcie.c2378 struct brcmf_pub *drvr = bus_if->drvr; local
2381 struct dentry *dentry = brcmf_debugfs_get_devdir(drvr);

Completed in 136 milliseconds

12