Searched refs:urtw_rf (Results 1 – 2 of 2) sorted by relevance
63 struct urtw_rf { struct65 usbd_status (*init)(struct urtw_rf *); argument66 usbd_status (*set_chan)(struct urtw_rf *, int); argument67 usbd_status (*set_sens)(struct urtw_rf *); argument108 struct urtw_rf sc_rf;
533 static usbd_status urtw_8225_rf_init(struct urtw_rf *);534 static usbd_status urtw_8225_rf_set_chan(struct urtw_rf *, int);535 static usbd_status urtw_8225_rf_set_sens(struct urtw_rf *);536 static usbd_status urtw_8225v2_rf_init(struct urtw_rf *);537 static usbd_status urtw_8225v2_rf_set_chan(struct urtw_rf *, int);548 static usbd_status urtw_8225v2_b_rf_init(struct urtw_rf *);549 static usbd_status urtw_8225v2_b_rf_set_chan(struct urtw_rf *, int);886 struct urtw_rf *rf = &sc->sc_rf; in urtw_get_rfchip()2051 struct urtw_rf *rf = &sc->sc_rf; in urtw_8187_init()2302 urtw_8225_rf_init(struct urtw_rf *rf) in urtw_8225_rf_init()[all …]