Home
last modified time | relevance | path

Searched refs:urtw_softc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/wlan/
Dif_urtw.c659 static void urtw_init(struct urtw_softc *);
660 static void urtw_stop(struct urtw_softc *);
663 static void urtw_start(struct urtw_softc *);
664 static int urtw_alloc_rx_data_list(struct urtw_softc *);
665 static int urtw_alloc_tx_data_list(struct urtw_softc *);
675 static int urtw_tx_start(struct urtw_softc *,
686 static usb_error_t urtw_set_rate(struct urtw_softc *);
687 static usb_error_t urtw_update_msr(struct urtw_softc *);
688 static usb_error_t urtw_read8_c(struct urtw_softc *, int, uint8_t *);
689 static usb_error_t urtw_read16_c(struct urtw_softc *, int, uint16_t *);
[all …]
Dif_urtwvar.h41 struct urtw_softc *sc;
95 struct urtw_softc { struct
122 usb_error_t (*sc_rf_init)(struct urtw_softc *); argument
123 usb_error_t (*sc_rf_set_chan)(struct urtw_softc *, argument
125 usb_error_t (*sc_rf_set_sens)(struct urtw_softc *, argument
127 usb_error_t (*sc_rf_stop)(struct urtw_softc *); argument