Home
last modified time | relevance | path

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

/src/sys/dev/usb/serial/
H A Ducycom.c214 void *urd_ptr = NULL; in ucycom_attach() local
238 &urd_ptr, &urd_len, M_USBDEV, in ucycom_attach()
249 sc->sc_flen = hid_report_size_max(urd_ptr, urd_len, hid_feature, &sc->sc_fid); in ucycom_attach()
250 sc->sc_ilen = hid_report_size_max(urd_ptr, urd_len, hid_input, &sc->sc_iid); in ucycom_attach()
251 sc->sc_olen = hid_report_size_max(urd_ptr, urd_len, hid_output, &sc->sc_oid); in ucycom_attach()
279 if (urd_ptr) { in ucycom_attach()
280 free(urd_ptr, M_USBDEV); in ucycom_attach()
286 if (urd_ptr) { in ucycom_attach()
287 free(urd_ptr, M_USBDEV); in ucycom_attach()