Home | History | Annotate | Download | only in dev

Lines Matching defs:hw_if

52 	const struct radio_hw_if *hw_if; /* hardware interface */
98 sc->hw_if = hwp;
111 if (sc == NULL || sc->hw_if == NULL)
114 if (sc->hw_if->open != NULL)
115 return (sc->hw_if->open(sc->hw_hdl, flags, fmt, l->l_proc));
127 if (sc->hw_if->close != NULL)
128 return (sc->hw_if->close(sc->hw_hdl, flags, fmt, l->l_proc));
142 if (sc == NULL || sc->hw_if == NULL)
148 if (sc->hw_if->get_info)
149 error = (sc->hw_if->get_info)(sc->hw_hdl,
153 if (sc->hw_if->set_info)
154 error = (sc->hw_if->set_info)(sc->hw_hdl,
158 if (sc->hw_if->search)
159 error = (sc->hw_if->search)(sc->hw_hdl,