Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Ducycom.c206 void *urd_ptr = NULL; in ucycom_attach() local
232 &urd_ptr, &urd_len, M_USBDEV, in ucycom_attach()
243 sc->sc_flen = hid_report_size(urd_ptr, urd_len, hid_feature, &sc->sc_fid); in ucycom_attach()
244 sc->sc_ilen = hid_report_size(urd_ptr, urd_len, hid_input, &sc->sc_iid); in ucycom_attach()
245 sc->sc_olen = hid_report_size(urd_ptr, urd_len, hid_output, &sc->sc_oid); in ucycom_attach()
273 if (urd_ptr) { in ucycom_attach()
274 kfree(urd_ptr, M_USBDEV); in ucycom_attach()
280 if (urd_ptr) { in ucycom_attach()
281 kfree(urd_ptr, M_USBDEV); in ucycom_attach()