/src/sys/dev/ |
radio_if.h | 56 device_t radio_attach_mi(const struct radio_hw_if *, void *, device_t);
|
radio.c | 174 radio_attach_mi(const struct radio_hw_if *rhwp, void *hdlp, device_t dev) function in typeref:typename:device_t
|
/src/sys/dev/i2c/ |
tea5767.c | 146 radio_attach_mi(&tea5767_hw_if, sc, self);
|
/src/sys/dev/pci/ |
gtp.c | 177 radio_attach_mi(>p_hw_if, sc, self);
|
/src/sys/dev/usb/ |
udsbr.c | 159 sc->sc_child = radio_attach_mi(&udsbr_hw_if, sc, sc->sc_dev);
|
slurm.c | 145 radio_attach_mi(&slurm_radio, sc, self);
|
/src/sys/dev/isa/ |
aztech.c | 194 radio_attach_mi(&az_hw_if, sc, self);
|
radiotrack2.c | 194 radio_attach_mi(&rtii_hw_if, sc, self);
|
sf16fmr2.c | 194 radio_attach_mi(&sf2r_hw_if, sc, self);
|
radiotrack.c | 224 radio_attach_mi(&rt_hw_if, sc, self);
|
/src/sys/dev/pci/bktr/ |
bktr_os.c | 1552 radio_attach_mi(&bktr_hw_if, bktr, bktr->bktr_dev);
|