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

  /src/sys/dev/usb/
if_urtwreg.h 310 struct urtw_rf { struct
312 usbd_status (*init)(struct urtw_rf *);
313 usbd_status (*set_chan)(struct urtw_rf *, int);
314 usbd_status (*set_sens)(struct urtw_rf *);
336 struct urtw_rf sc_rf;
if_urtw.c 541 static usbd_status urtw_8225_rf_init(struct urtw_rf *);
542 static usbd_status urtw_8225_rf_set_chan(struct urtw_rf *, int);
543 static usbd_status urtw_8225_rf_set_sens(struct urtw_rf *);
545 static usbd_status urtw_8225v2_rf_init(struct urtw_rf *);
546 static usbd_status urtw_8225v2_rf_set_chan(struct urtw_rf *, int);
575 static usbd_status urtw_8225v2_b_rf_init(struct urtw_rf *);
576 static usbd_status urtw_8225v2_b_rf_set_chan(struct urtw_rf *, int);
1273 struct urtw_rf *rf = &sc->sc_rf;
2253 struct urtw_rf *rf = &sc->sc_rf;
2852 urtw_8225_rf_init(struct urtw_rf *rf
    [all...]

Completed in 39 milliseconds