Searched refs:cue_softc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_cue.c140 CFATTACH_DECL_NEW(cue, sizeof(struct cue_softc), cue_match, cue_attach,
143 Static int cue_open_pipes(struct cue_softc *);
144 Static int cue_tx_list_init(struct cue_softc *);
145 Static int cue_rx_list_init(struct cue_softc *);
146 Static int cue_newbuf(struct cue_softc *, struct cue_chain *, struct mbuf *);
147 Static int cue_send(struct cue_softc *, struct mbuf *, int);
155 Static void cue_stop(struct cue_softc *);
158 Static void cue_setmulti(struct cue_softc *);
160 Static void cue_reset(struct cue_softc *);
162 Static int cue_csr_read_1(struct cue_softc *, in
[all...]
H A Dif_cuereg.h148 struct cue_softc;
151 struct cue_softc *cue_sc;
167 struct cue_softc { struct

Completed in 58 milliseconds