Searched refs:pub (Results 1 - 25 of 35) sorted by relevance

12

/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddma.h84 void dma_rxinit(struct dma_pub *pub);
85 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list);
86 bool dma_rxfill(struct dma_pub *pub);
87 bool dma_rxreset(struct dma_pub *pub);
88 bool dma_txreset(struct dma_pub *pub);
89 void dma_txinit(struct dma_pub *pub);
90 int dma_txfast(struct dma_pub *pub, struct sk_buff *p0, bool commit);
91 void dma_txsuspend(struct dma_pub *pub);
92 bool dma_txsuspended(struct dma_pub *pub);
93 void dma_txresume(struct dma_pub *pub);
[all...]
H A Daiutils.c30 #include "pub.h"
475 ai_clkctl_xtal(&sii->pub, XTAL | PLL, ON);
492 sii->pub.ccrev = cc->id.rev;
495 if (ai_get_ccrev(&sii->pub) >= 11)
499 sii->pub.cccaps = bcma_read32(cc, CHIPCREGOFFS(capabilities));
502 if (ai_get_cccaps(&sii->pub) & CC_CAP_PMU) {
503 sii->pub.pmucaps = bcma_read32(cc,
505 sii->pub.pmurev = sii->pub.pmucaps & PCAP_REV_MASK;
536 sii->pch = pcicore_init(&sii->pub, si
[all...]
H A Ddma.c757 void dma_detach(struct dma_pub *pub) argument
759 struct dma_info *di = (struct dma_info *)pub;
853 void dma_rxinit(struct dma_pub *pub) argument
855 struct dma_info *di = (struct dma_info *)pub;
935 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) argument
937 struct dma_info *di = (struct dma_info *)pub;
1020 bool dma_rxfill(struct dma_pub *pub) argument
1022 struct dma_info *di = (struct dma_info *)pub;
1100 void dma_rxreclaim(struct dma_pub *pub) argument
1102 struct dma_info *di = (struct dma_info *)pub;
1111 dma_counterreset(struct dma_pub *pub) argument
1120 dma_getvar(struct dma_pub *pub, const char *name) argument
1131 dma_txinit(struct dma_pub *pub) argument
1164 dma_txsuspend(struct dma_pub *pub) argument
1176 dma_txresume(struct dma_pub *pub) argument
1188 dma_txsuspended(struct dma_pub *pub) argument
1198 dma_txreclaim(struct dma_pub *pub, enum txd_range range) argument
1219 dma_txreset(struct dma_pub *pub) argument
1246 dma_rxreset(struct dma_pub *pub) argument
1268 dma_txfast(struct dma_pub *pub, struct sk_buff *p, bool commit) argument
1345 dma_getnexttxp(struct dma_pub *pub, enum txd_range range) argument
[all...]
H A Dmac80211_if.c32 #include "pub.h"
272 if (!wl->pub->up) {
293 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy);
299 if (!wl->pub->up)
613 wl->pub->global_ampdu = &(scb->scb_ampdu);
614 wl->pub->global_ampdu->scb = scb;
615 wl->pub->global_ampdu->max_pdu = 16;
691 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked);
729 return regulatory_hint(wl->pub->ieee_hw->wiphy, abbrev);
741 if (wl->pub
[all...]
H A Dantsel.c118 asi->pub = wlc->pub;
123 if ((asi->pub->sromrev >= 4) && (asi->antsel_antswitch != 0)) {
148 } else if ((asi->pub->sromrev == 4) &&
154 } else if (asi->pub->boardflags2 & BFL2_2X4_DIV) {
H A Dmain.c409 return wlc->pub->_nbands > 1 && !wlc->bandlocked;
437 kfree(wlc->pub);
484 wlc->pub = kzalloc(sizeof(struct brcms_pub), GFP_ATOMIC);
485 if (wlc->pub == NULL) {
489 wlc->pub->wlc = wlc;
613 wlc->pub->unit);
618 wlc->pub->unit, ratespec, preamble_type, mac_len);
975 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, p);
3053 if (!wlc->pub->associated)
3085 if (!wlc->pub
5725 brcms_c_module_register(struct brcms_pub *pub, const char *name, struct brcms_info *hdl, int (*d_fn)(void *handle)) argument
5747 brcms_c_module_unregister(struct brcms_pub *pub, const char *name, struct brcms_info *hdl) argument
8348 struct brcms_pub *pub; local
[all...]
H A Dampdu.c187 wlc->pub->_ampdu = false;
190 if (!(wlc->pub->_n_enab & SUPPORT_11N)) {
192 "nmode enabled\n", wlc->pub->unit);
197 "ampdu capable\n", wlc->pub->unit);
200 wlc->pub->_ampdu = on;
272 brcms_c_ampdu_set(ampdu, wlc->pub->_ampdu);
579 wlc->pub->unit, seq);
586 "rejected; seq 0x%x\n", wlc->pub->unit, seq);
624 wlc->pub->unit, count, len);
656 wlc->pub
[all...]
H A Dchannel.c21 #include "pub.h"
156 struct brcms_pub *pub; member in struct:brcms_cm_info
671 "match\n", wlc->pub->unit, __func__, ccode);
740 for (i = 0; i < wlc->pub->_nbands;
896 mboolset(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE);
898 "nbands %d bandlocked %d\n", wlc->pub->unit,
899 __func__, wlc_cm->country_abbrev, wlc->pub->_nbands,
901 } else if (mboolisset(wlc->pub->radio_disabled,
907 mboolclr(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE);
914 if (wlc->pub
1078 struct brcms_pub *pub = wlc->pub; local
[all...]
H A Dmac80211_if.h62 struct brcms_pub *pub; /* pointer to public wlc state */ member in struct:brcms_info
H A Dstf.c54 if (wlc->pub->up) {
95 if (!wlc->pub->up) {
164 wlc->pub->unit, Nsts, core_mask);
197 BCMMSG(wlc->wiphy, "wl%d: val %x\n", wlc->pub->unit, val);
/drivers/net/wireless/bcmdhd/
H A Ddhd_bta.h31 extern int dhd_bta_docmd(struct dhd_pub *pub, void *cmd_buf, uint cmd_len);
33 extern void dhd_bta_doevt(struct dhd_pub *pub, void *data_buf, uint data_len);
35 extern int dhd_bta_tx_hcidata(struct dhd_pub *pub, void *data_buf, uint data_len);
H A Ddhd_bta.c50 dhd_bta_docmd(dhd_pub_t *pub, void *cmd_buf, uint cmd_len) argument
74 return dhd_wl_ioctl(pub, &ioc, ioc.buf, ioc.len);
79 dhd_bta_flush_hcidata(dhd_pub_t *pub, uint16 llh) argument
85 q = dhd_bus_txq(pub->bus);
91 dhd_os_sdlock_txq(pub);
101 PKTPULL(pub->osh, pkt, dhd_bus_hdrlen(pub->bus));
102 dhd_prot_hdrpull(pub, &ifidx, pkt);
104 if (PKTLEN(pub->osh, pkt) >= RFC1042_HDR_LEN) {
106 (struct ether_header *)PKTDATA(pub
148 _dhd_bta_docmd(dhd_pub_t *pub, amp_hci_cmd_t *cmd) argument
167 dhd_bta_docmd(dhd_pub_t *pub, void *cmd_buf, uint cmd_len) argument
222 dhd_bta_tx_hcidata(dhd_pub_t *pub, void *data_buf, uint data_len) argument
[all...]
H A Ddhd_linux.c147 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen)
149 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen + 128)
223 /* Local private structure (extension of pub) */
229 dhd_pub_t pub; member in struct:dhd_info
596 dhd_pub_t *dhdp = &dhd->pub;
701 struct net_device * dhd_idx2net(void *pub, int ifidx) argument
703 struct dhd_pub *dhd_pub = (struct dhd_pub *)pub;
808 if (!(bufp = buf = MALLOC(dhd->pub.osh, buflen))) {
810 dhd_ifname(&dhd->pub, ifidx), cnt));
848 ret = dhd_wl_ioctl(&dhd->pub, ifid
1171 dhd_os_wlfc_block(dhd_pub_t *pub) argument
1180 dhd_os_wlfc_unblock(dhd_pub_t *pub) argument
3209 dhd_iovar(dhd_pub_t *pub, int ifidx, char *name, char *cmd_buf, uint cmd_len, int set) argument
3816 dhd_os_proto_block(dhd_pub_t *pub) argument
3829 dhd_os_proto_unblock(dhd_pub_t *pub) argument
3854 dhd_os_ioctl_resp_wait(dhd_pub_t *pub, uint *condition, bool *pending) argument
3891 dhd_os_ioctl_resp_wake(dhd_pub_t *pub) argument
3905 dhd_pub_t *pub = bus; local
3983 dhd_os_sdlock(dhd_pub_t *pub) argument
3998 dhd_os_sdunlock(dhd_pub_t *pub) argument
4013 dhd_os_sdlock_txq(dhd_pub_t *pub) argument
4022 dhd_os_sdunlock_txq(dhd_pub_t *pub) argument
4031 dhd_os_sdlock_rxq(dhd_pub_t *pub) argument
4036 dhd_os_sdunlock_rxq(dhd_pub_t *pub) argument
4041 dhd_os_sdtxlock(dhd_pub_t *pub) argument
4047 dhd_os_sdtxunlock(dhd_pub_t *pub) argument
4463 dhd_os_spin_lock(dhd_pub_t *pub) argument
4474 dhd_os_spin_unlock(dhd_pub_t *pub, unsigned long flags) argument
4547 dhd_os_wake_lock_timeout(dhd_pub_t *pub) argument
4577 dhd_os_wake_lock_timeout_enable(dhd_pub_t *pub, int val) argument
4601 dhd_os_wake_lock(dhd_pub_t *pub) argument
4630 dhd_os_wake_unlock(dhd_pub_t *pub) argument
4655 dhd_pub_t *pub = (dhd_pub_t *)dhdp; local
4679 dhd_pub_t *pub = (dhd_pub_t *)dhdp; local
[all...]
H A Ddhd.h307 unsigned long dhd_os_spin_lock(dhd_pub_t *pub);
308 void dhd_os_spin_unlock(dhd_pub_t *pub, unsigned long flags);
311 extern int dhd_os_wake_lock(dhd_pub_t *pub);
312 extern int dhd_os_wake_unlock(dhd_pub_t *pub);
313 extern int dhd_os_wake_lock_timeout(dhd_pub_t *pub);
314 extern int dhd_os_wake_lock_timeout_enable(dhd_pub_t *pub, int val);
337 #define DHD_OS_WAKE_LOCK(pub) dhd_os_wake_lock(pub)
338 #define DHD_OS_WAKE_UNLOCK(pub) dhd_os_wake_unlock(pub)
[all...]
H A Dsiutils_priv.h56 struct si_pub pub; /* back plane public state (must be first field) */ member in struct:si_info
106 #define PCI(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
107 ((si)->pub.buscoretype == PCI_CORE_ID))
109 #define PCIE_GEN1(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
110 ((si)->pub.buscoretype == PCIE_CORE_ID))
112 #define PCIE_GEN2(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
113 ((si)->pub.buscoretype == PCIE2_CORE_ID))
117 #define PCMCIA(si) ((BUSTYPE((si)->pub.bustype) == PCMCIA_BUS) && ((si)->memseg == TRUE))
122 #define SI_FAST(si) (PCIE(si) || (PCI(si) && ((si)->pub.buscorerev >= 13)))
150 (((PCIE_GEN1(si)) && (si->pub
[all...]
H A Dsiutils.c123 if (PMUCTL_ENAB(&ksii.pub)) {
132 ksii.pub.ccrev, wd_msticks));
135 return &ksii.pub;
191 cc = si_setcoreidx(&sii->pub, SI_CC_IDX);
195 sii->pub.ccrev = (int)si_corerev(&sii->pub);
198 if (sii->pub.ccrev >= 11)
199 sii->pub.chipst = R_REG(sii->osh, &cc->chipstatus);
202 sii->pub.cccaps = R_REG(sii->osh, &cc->capabilities);
205 if (sii->pub
[all...]
H A Dsbutils.c115 if (BUSTYPE(sii->pub.bustype) == PCMCIA_BUS) {
214 switch (BUSTYPE(sii->pub.bustype)) {
388 if (BUSTYPE(sii->pub.bustype) == SI_BUS) {
398 } else if (BUSTYPE(sii->pub.bustype) == PCI_BUS) {
406 } else if (sii->pub.buscoreidx == coreidx) {
426 origidx = si_coreidx(&sii->pub);
429 r = (uint32*) ((uchar*)sb_setcoreidx(&sii->pub, coreidx) + regoff);
448 if ((CHIPID(sii->pub.chip) == BCM5354_CHIP_ID) &&
459 sb_setcoreidx(&sii->pub, origidx);
495 if ((BUSTYPE(sii->pub
[all...]
H A Dlinux_osl.c85 osl_pubinfo_t pub; member in struct:osl_info
191 osh->pub.pkttag = pkttag;
198 osh->pub.mmbus = TRUE;
205 osh->pub.mmbus = FALSE;
483 if (osh->pub.pkttag)
490 osh->pub.pktalloced--;
506 if (osh->pub.pkttag)
513 osh->pub.pktalloced++;
539 osh->pub.pktalloced++;
593 if (send && osh->pub
[all...]
H A Ddhd_wlfc.h218 /* dhd pub */
273 int dhd_os_wlfc_block(dhd_pub_t *pub);
274 int dhd_os_wlfc_unblock(dhd_pub_t *pub);
/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c128 struct dvb_ca_en50221 *pub; member in struct:dvb_ca_private
211 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open);
263 int res = ca->pub->read_cam_control(ca->pub, slot, CTRLIF_STATUS);
313 if ((ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN | CMDREG_SR)) != 0)
319 if ((ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN)) != 0)
332 if ((ret = ca->pub
[all...]
/drivers/net/wireless/bcmdhd/include/
H A Ddbus.h186 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs);
187 void (*detach)(struct dbus_pub *pub, void *bus);
258 #define BUS_INFO(bus, type) (((type *) bus)->pub->bus)
281 extern void dbus_detach(dbus_pub_t *pub);
283 extern int dbus_up(dbus_pub_t *pub);
284 extern int dbus_down(dbus_pub_t *pub);
285 extern int dbus_stop(dbus_pub_t *pub);
286 extern int dbus_shutdown(dbus_pub_t *pub);
287 extern void dbus_flowctrl_rx(dbus_pub_t *pub, bool on);
290 extern int dbus_send_buf(dbus_pub_t *pub, uint
[all...]
/drivers/pci/pcie/aer/
H A DKconfig.debug18 http://www.kernel.org/pub/linux/utils/pci/aer-inject/
/drivers/s390/crypto/
H A Dzcrypt_cca_key.h291 struct cca_public_sec *pub; local
300 size = sizeof(*key) + key_len + sizeof(*pub) + 3;
338 pub = (struct cca_public_sec *)(key->key_parts + key_len);
339 *pub = static_cca_pub_sec;
340 pub->modulus_bit_len = 8 * crt->inputdatalength;
346 memcpy((char *) (pub + 1), pk_exponent, 3);
/drivers/net/slip/
H A DKconfig20 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
53 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
/drivers/net/wan/
H A DKconfig106 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
176 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
190 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
243 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
258 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
274 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.

Completed in 276 milliseconds

12