Home | History | Annotate | Download | only in usb

Lines Matching refs:Static

83 static const struct usb_devno ural_devs[] = {
112 Static int ural_alloc_tx_list(struct ural_softc *);
113 Static void ural_free_tx_list(struct ural_softc *);
114 Static int ural_alloc_rx_list(struct ural_softc *);
115 Static void ural_free_rx_list(struct ural_softc *);
116 Static int ural_media_change(struct ifnet *);
117 Static void ural_next_scan(void *);
118 Static void ural_task(void *);
119 Static int ural_newstate(struct ieee80211com *,
121 Static int ural_rxrate(struct ural_rx_desc *);
122 Static void ural_txeof(struct usbd_xfer *, void *,
124 Static void ural_rxeof(struct usbd_xfer *, void *,
126 Static int ural_ack_rate(struct ieee80211com *, int);
127 Static uint16_t ural_txtime(int, int, uint32_t);
128 Static uint8_t ural_plcp_signal(int);
129 Static void ural_setup_tx_desc(struct ural_softc *,
131 Static int ural_tx_bcn(struct ural_softc *, struct mbuf *,
133 Static int ural_tx_mgt(struct ural_softc *, struct mbuf *,
135 Static int ural_tx_data(struct ural_softc *, struct mbuf *,
137 Static void ural_start(struct ifnet *);
138 Static void ural_watchdog(struct ifnet *);
139 Static int ural_reset(struct ifnet *);
140 Static int ural_ioctl(struct ifnet *, u_long, void *);
141 Static void ural_set_testmode(struct ural_softc *);
142 Static void ural_eeprom_read(struct ural_softc *, uint16_t, void *,
144 Static uint16_t ural_read(struct ural_softc *, uint16_t);
145 Static void ural_read_multi(struct ural_softc *, uint16_t, void *,
147 Static void ural_write(struct ural_softc *, uint16_t, uint16_t);
148 Static void ural_write_multi(struct ural_softc *, uint16_t, void *,
150 Static void ural_bbp_write(struct ural_softc *, uint8_t, uint8_t);
151 Static uint8_t ural_bbp_read(struct ural_softc *, uint8_t);
152 Static void ural_rf_write(struct ural_softc *, uint8_t, uint32_t);
153 Static void ural_set_chan(struct ural_softc *,
155 Static void ural_disable_rf_tune(struct ural_softc *);
156 Static void ural_enable_tsf_sync(struct ural_softc *);
157 Static void ural_update_slot(struct ifnet *);
158 Static void ural_set_txpreamble(struct ural_softc *);
159 Static void ural_set_basicrates(struct ural_softc *);
160 Static void ural_set_bssid(struct ural_softc *, uint8_t *);
161 Static void ural_set_macaddr(struct ural_softc *, uint8_t *);
162 Static void ural_update_promisc(struct ural_softc *);
163 Static const char *ural_get_rf(int);
164 Static void ural_read_eeprom(struct ural_softc *);
165 Static int ural_bbp_init(struct ural_softc *);
166 Static void ural_set_txantenna(struct ural_softc *, int);
167 Static void ural_set_rxantenna(struct ural_softc *, int);
168 Static int ural_init(struct ifnet *);
169 Static void ural_stop(struct ifnet *, int);
170 Static void ural_amrr_start(struct ural_softc *,
172 Static void ural_amrr_timeout(void *);
173 Static void ural_amrr_update(struct usbd_xfer *, void *,
179 static const struct {
205 static const struct {
246 static const uint32_t ural_rf2522_r2[] = {
251 static const uint32_t ural_rf2523_r2[] = {
256 static const uint32_t ural_rf2524_r2[] = {
261 static const uint32_t ural_rf2525_r2[] = {
266 static const uint32_t ural_rf2525_hi_r2[] = {
271 static const uint32_t ural_rf2525e_r2[] = {
276 static const uint32_t ural_rf2526_hi_r2[] = {
281 static const uint32_t ural_rf2526_r2[] = {
290 static const struct {
338 static int ural_match(device_t, cfdata_t, void *);
339 static void ural_attach(device_t, device_t, void *);
340 static int ural_detach(device_t, int);
341 static int ural_activate(device_t, enum devact);
346 static int
355 static void
531 static int
562 Static int
592 Static void
613 Static int
657 Static void
676 Static int
695 Static void
705 Static void
789 Static int
824 Static int
852 Static void
894 Static void
999 Static int
1034 Static uint16_t
1054 Static uint8_t
1079 Static void
1125 Static int
1174 Static int
1263 Static int
1350 Static void
1415 Static void
1441 Static int
1455 Static int
1511 Static void
1530 Static void
1549 Static uint16_t
1572 Static void
1591 Static void
1610 Static void
1629 Static void
1648 Static uint8_t
1669 Static void
1694 Static void
1798 Static void
1818 Static void
1846 Static void
1872 Static void
1886 Static void
1904 Static void
1921 Static void
1938 Static void
1956 Static const char *
1971 Static void
1996 Static int
2028 Static void
2057 Static void
2077 Static int
2226 Static void
2272 static int
2286 Static void
2305 Static void
2331 Static void