Searched refs:ucom_free (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.1-release/sys/dev/usb/serial/
H A Dusb_serial.h104 void (*ucom_free) (struct ucom_softc *); member in struct:ucom_callback
H A Dusb_serial.c159 static tsw_free_t ucom_free; variable
170 .tsw_free = ucom_free,
285 if (callback->ucom_free == NULL)
1459 ucom_free(void *xsc) function
1463 if (sc->sc_callback->ucom_free != NULL)
1464 sc->sc_callback->ucom_free(sc);
H A Dugensa.c136 .ucom_free = &ugensa_free,
H A Duark.c152 .ucom_free = &uark_free,
H A Dubser.c190 .ucom_free = &ubser_free,
H A Ducycom.c159 .ucom_free = &ucycom_free,
H A Dubsa.c235 .ucom_free = &ubsa_free,
H A Duchcom.c281 .ucom_free = &uchcom_free,
H A Dumct.c194 .ucom_free = &umct_free,
H A Dumoscom.c263 .ucom_free = &umoscom_free,
H A Duvisor.c236 .ucom_free = &uvisor_free,
H A Duvscom.c236 .ucom_free = &uvscom_free,
H A Dufoma.c301 .ucom_free = &ufoma_free,
H A Dumcs.c254 .ucom_free = &umcs7840_free,
H A Dumodem.c248 .ucom_free = &umodem_free,
H A Duplcom.c240 .ucom_free = &uplcom_free,
H A Duslcom.c227 .ucom_free = &uslcom_free,
H A Du3g.c191 .ucom_free = &u3g_free,
H A Duipaq.c151 .ucom_free = &uipaq_free,
H A Duftdi.c249 .ucom_free = &uftdi_free,
/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_usie.c222 .ucom_free = &usie_free,
H A Duhso.c508 .ucom_free = &uhso_free,

Completed in 122 milliseconds