Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/urtw/
H A Durtw_var.h63 struct urtw_rf { struct
65 usbd_status (*init)(struct urtw_rf *); argument
66 usbd_status (*set_chan)(struct urtw_rf *, int); argument
67 usbd_status (*set_sens)(struct urtw_rf *); argument
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; in urtw_get_rfchip()
2047 struct urtw_rf *rf = &sc->sc_rf; in urtw_8187_init()
2298 urtw_8225_rf_init(struct urtw_rf *rf) in urtw_8225_rf_init()
[all …]