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

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h63 struct urtw_rf { struct
65 usbd_status (*init)(struct urtw_rf *);
66 usbd_status (*set_chan)(struct urtw_rf *, int);
67 usbd_status (*set_sens)(struct urtw_rf *);
108 struct urtw_rf sc_rf;
H A Durtw.c529 static usbd_status urtw_8225_rf_init(struct urtw_rf *);
530 static usbd_status urtw_8225_rf_set_chan(struct urtw_rf *, int);
531 static usbd_status urtw_8225_rf_set_sens(struct urtw_rf *);
532 static usbd_status urtw_8225v2_rf_init(struct urtw_rf *);
533 static usbd_status urtw_8225v2_rf_set_chan(struct urtw_rf *, int);
544 static usbd_status urtw_8225v2_b_rf_init(struct urtw_rf *);
545 static usbd_status urtw_8225v2_b_rf_set_chan(struct urtw_rf *, int);
882 struct urtw_rf *rf = &sc->sc_rf;
2047 struct urtw_rf *rf = &sc->sc_rf;
2298 urtw_8225_rf_init(struct urtw_rf *r
[all...]

Completed in 49 milliseconds