HomeSort by: relevance | last modified time | path
    Searched refs:zyd_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_zyd.c 164 CFATTACH_DECL_NEW(zyd, sizeof(struct zyd_softc), zyd_match,
168 Static int zyd_complete_attach(struct zyd_softc *);
169 Static int zyd_open_pipes(struct zyd_softc *);
170 Static void zyd_close_pipes(struct zyd_softc *);
171 Static int zyd_alloc_tx_list(struct zyd_softc *);
172 Static void zyd_free_tx_list(struct zyd_softc *);
173 Static int zyd_alloc_rx_list(struct zyd_softc *);
174 Static void zyd_free_rx_list(struct zyd_softc *);
180 Static int zyd_cmd(struct zyd_softc *, uint16_t, const void *, int,
182 Static int zyd_read16(struct zyd_softc *, uint16_t, uint16_t *)
    [all...]
if_zydreg.h 1112 struct zyd_softc *sc;
1119 struct zyd_softc *sc;
1156 struct zyd_softc; /* forward declaration */
1165 struct zyd_softc *rf_sc; /* back-pointer */
1176 struct zyd_softc { struct

Completed in 13 milliseconds