Searched defs:radio_softc (Results 1 – 1 of 1) sorted by relevance
32 struct radio_softc { struct33 struct device dev;34 void *hw_hdl; /* hardware driver handle */35 struct device *sc_dev; /* hardware device struct */36 const struct radio_hw_if *hw_if; /* hardware interface */37 char sc_dying; /* device detached */