Searched refs:zyd_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_zyd.c | 123 static void zyd_setup_tx_list(struct zyd_softc *); 124 static void zyd_unsetup_tx_list(struct zyd_softc *); 126 static int zyd_cmd(struct zyd_softc *, uint16_t, const void *, int, 128 static int zyd_read16(struct zyd_softc *, uint16_t, uint16_t *); 129 static int zyd_read32(struct zyd_softc *, uint16_t, uint32_t *); 130 static int zyd_write16(struct zyd_softc *, uint16_t, uint16_t); 131 static int zyd_write32(struct zyd_softc *, uint16_t, uint32_t); 132 static int zyd_rfwrite(struct zyd_softc *, uint32_t); 133 static int zyd_lock_phy(struct zyd_softc *); 134 static int zyd_unlock_phy(struct zyd_softc *); [all …]
|
H A D | if_zydreg.h | 1166 struct zyd_softc *sc; 1209 struct zyd_softc; /* forward declaration */ 1219 struct zyd_softc *rf_sc; /* back-pointer */ 1250 struct zyd_softc { struct
|