uath_softc 135 dev/usb/if_uath.c int uath_open_pipes(struct uath_softc *); uath_softc 136 dev/usb/if_uath.c void uath_close_pipes(struct uath_softc *); uath_softc 137 dev/usb/if_uath.c int uath_alloc_tx_data_list(struct uath_softc *); uath_softc 138 dev/usb/if_uath.c void uath_free_tx_data_list(struct uath_softc *); uath_softc 139 dev/usb/if_uath.c int uath_alloc_rx_data_list(struct uath_softc *); uath_softc 140 dev/usb/if_uath.c void uath_free_rx_data_list(struct uath_softc *); uath_softc 142 dev/usb/if_uath.c int uath_alloc_tx_cmd_list(struct uath_softc *); uath_softc 143 dev/usb/if_uath.c void uath_free_tx_cmd_list(struct uath_softc *); uath_softc 144 dev/usb/if_uath.c int uath_alloc_rx_cmd_list(struct uath_softc *); uath_softc 145 dev/usb/if_uath.c void uath_free_rx_cmd_list(struct uath_softc *); uath_softc 154 dev/usb/if_uath.c int uath_cmd(struct uath_softc *, uint32_t, const void *, int, void *, uath_softc 156 dev/usb/if_uath.c int uath_cmd_write(struct uath_softc *, uint32_t, const void *, int, int); uath_softc 157 dev/usb/if_uath.c int uath_cmd_read(struct uath_softc *, uint32_t, const void *, int, void *, uath_softc 159 dev/usb/if_uath.c int uath_write_reg(struct uath_softc *, uint32_t, uint32_t); uath_softc 160 dev/usb/if_uath.c int uath_write_multi(struct uath_softc *, uint32_t, const void *, int); uath_softc 161 dev/usb/if_uath.c int uath_read_reg(struct uath_softc *, uint32_t, uint32_t *); uath_softc 162 dev/usb/if_uath.c int uath_read_eeprom(struct uath_softc *, uint32_t, void *); uath_softc 166 dev/usb/if_uath.c int uath_tx_null(struct uath_softc *); uath_softc 167 dev/usb/if_uath.c int uath_tx_data(struct uath_softc *, struct mbuf *, uath_softc 172 dev/usb/if_uath.c int uath_query_eeprom(struct uath_softc *); uath_softc 173 dev/usb/if_uath.c int uath_reset(struct uath_softc *); uath_softc 174 dev/usb/if_uath.c int uath_reset_tx_queues(struct uath_softc *); uath_softc 175 dev/usb/if_uath.c int uath_wme_init(struct uath_softc *); uath_softc 176 dev/usb/if_uath.c int uath_set_chan(struct uath_softc *, struct ieee80211_channel *); uath_softc 177 dev/usb/if_uath.c int uath_set_key(struct uath_softc *, const struct ieee80211_key *, int); uath_softc 178 dev/usb/if_uath.c int uath_set_keys(struct uath_softc *); uath_softc 179 dev/usb/if_uath.c int uath_set_rates(struct uath_softc *, const struct ieee80211_rateset *); uath_softc 180 dev/usb/if_uath.c int uath_set_rxfilter(struct uath_softc *, uint32_t, uint32_t); uath_softc 181 dev/usb/if_uath.c int uath_set_led(struct uath_softc *, int, int); uath_softc 182 dev/usb/if_uath.c int uath_switch_channel(struct uath_softc *, struct ieee80211_channel *); uath_softc 185 dev/usb/if_uath.c int uath_loadfirmware(struct uath_softc *, const u_char *, int); uath_softc 198 dev/usb/if_uath.c sizeof(struct uath_softc), uath_softc 220 dev/usb/if_uath.c struct uath_softc *sc = xsc; uath_softc 253 dev/usb/if_uath.c struct uath_softc *sc = (struct uath_softc *)self; uath_softc 440 dev/usb/if_uath.c struct uath_softc *sc = (struct uath_softc *)self; uath_softc 485 dev/usb/if_uath.c uath_open_pipes(struct uath_softc *sc) uath_softc 533 dev/usb/if_uath.c uath_close_pipes(struct uath_softc *sc) uath_softc 551 dev/usb/if_uath.c uath_alloc_tx_data_list(struct uath_softc *sc) uath_softc 582 dev/usb/if_uath.c uath_free_tx_data_list(struct uath_softc *sc) uath_softc 595 dev/usb/if_uath.c uath_alloc_rx_data_list(struct uath_softc *sc) uath_softc 628 dev/usb/if_uath.c uath_free_rx_data_list(struct uath_softc *sc) uath_softc 644 dev/usb/if_uath.c struct uath_softc *sc = data->sc; uath_softc 655 dev/usb/if_uath.c uath_alloc_tx_cmd_list(struct uath_softc *sc) uath_softc 686 dev/usb/if_uath.c uath_free_tx_cmd_list(struct uath_softc *sc) uath_softc 699 dev/usb/if_uath.c uath_alloc_rx_cmd_list(struct uath_softc *sc) uath_softc 730 dev/usb/if_uath.c uath_free_rx_cmd_list(struct uath_softc *sc) uath_softc 764 dev/usb/if_uath.c struct uath_softc *sc = arg; uath_softc 786 dev/usb/if_uath.c struct uath_softc *sc = arg; uath_softc 797 dev/usb/if_uath.c struct uath_softc *sc = arg; uath_softc 926 dev/usb/if_uath.c struct uath_softc *sc = ic->ic_softc; uath_softc 960 dev/usb/if_uath.c uath_cmd(struct uath_softc *sc, uint32_t code, const void *idata, int ilen, uath_softc 1025 dev/usb/if_uath.c uath_cmd_write(struct uath_softc *sc, uint32_t code, const void *data, int len, uath_softc 1033 dev/usb/if_uath.c uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata, uath_softc 1041 dev/usb/if_uath.c uath_write_reg(struct uath_softc *sc, uint32_t reg, uint32_t val) uath_softc 1060 dev/usb/if_uath.c uath_write_multi(struct uath_softc *sc, uint32_t reg, const void *data, uath_softc 1081 dev/usb/if_uath.c uath_read_reg(struct uath_softc *sc, uint32_t reg, uint32_t *val) uath_softc 1099 dev/usb/if_uath.c uath_read_eeprom(struct uath_softc *sc, uint32_t reg, void *odata) uath_softc 1122 dev/usb/if_uath.c struct uath_softc *sc = cmd->sc; uath_softc 1184 dev/usb/if_uath.c struct uath_softc *sc = data->sc; uath_softc 1308 dev/usb/if_uath.c uath_tx_null(struct uath_softc *sc) uath_softc 1340 dev/usb/if_uath.c struct uath_softc *sc = data->sc; uath_softc 1375 dev/usb/if_uath.c uath_tx_data(struct uath_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) uath_softc 1483 dev/usb/if_uath.c struct uath_softc *sc = ifp->if_softc; uath_softc 1550 dev/usb/if_uath.c struct uath_softc *sc = ifp->if_softc; uath_softc 1570 dev/usb/if_uath.c struct uath_softc *sc = ifp->if_softc; uath_softc 1624 dev/usb/if_uath.c uath_query_eeprom(struct uath_softc *sc) uath_softc 1650 dev/usb/if_uath.c uath_reset(struct uath_softc *sc) uath_softc 1684 dev/usb/if_uath.c uath_reset_tx_queues(struct uath_softc *sc) uath_softc 1701 dev/usb/if_uath.c uath_wme_init(struct uath_softc *sc) uath_softc 1736 dev/usb/if_uath.c uath_set_chan(struct uath_softc *sc, struct ieee80211_channel *c) uath_softc 1753 dev/usb/if_uath.c uath_set_key(struct uath_softc *sc, const struct ieee80211_key *k, int index) uath_softc 1780 dev/usb/if_uath.c uath_set_keys(struct uath_softc *sc) uath_softc 1796 dev/usb/if_uath.c uath_set_rates(struct uath_softc *sc, const struct ieee80211_rateset *rs) uath_softc 1811 dev/usb/if_uath.c uath_set_rxfilter(struct uath_softc *sc, uint32_t filter, uint32_t flags) uath_softc 1824 dev/usb/if_uath.c uath_set_led(struct uath_softc *sc, int which, int on) uath_softc 1838 dev/usb/if_uath.c uath_switch_channel(struct uath_softc *sc, struct ieee80211_channel *c) uath_softc 1876 dev/usb/if_uath.c struct uath_softc *sc = ifp->if_softc; uath_softc 1985 dev/usb/if_uath.c struct uath_softc *sc = ifp->if_softc; uath_softc 2025 dev/usb/if_uath.c uath_loadfirmware(struct uath_softc *sc, const u_char *fw, int len) uath_softc 57 dev/usb/if_uathvar.h struct uath_softc *sc; uath_softc 64 dev/usb/if_uathvar.h struct uath_softc *sc; uath_softc 71 dev/usb/if_uathvar.h struct uath_softc *sc; uath_softc 78 dev/usb/if_uathvar.h struct uath_softc *sc; uath_softc 102 dev/usb/if_uathvar.h struct uath_softc {