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

  /src/sys/dev/usb/
if_otusvar.h 111 struct otus_softc;
122 struct otus_softc *sc;
128 struct otus_softc *sc;
135 void (*cb)(struct otus_softc *, void *);
163 struct otus_softc { struct
170 void (*sc_led_newstate)(struct otus_softc *);
if_otus.c 85 #define DBG_NO_SC (struct otus_softc *)NULL
111 Static void otus_get_chanlist(struct otus_softc *);
112 Static int otus_load_firmware(struct otus_softc *, const char *,
114 Static int otus_open_pipes(struct otus_softc *);
115 Static void otus_close_pipes(struct otus_softc *);
116 Static int otus_alloc_tx_cmd(struct otus_softc *);
117 Static void otus_free_tx_cmd(struct otus_softc *);
118 Static int otus_alloc_tx_data_list(struct otus_softc *);
119 Static void otus_free_tx_data_list(struct otus_softc *);
120 Static int otus_alloc_rx_data_list(struct otus_softc *);
    [all...]

Completed in 13 milliseconds