Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dulpt.c303 USETW(req.wLength, DEVINFOSIZE - 1); in ulpt_attach()
314 if (len > DEVINFOSIZE - 3) in ulpt_attach()
315 len = DEVINFOSIZE - 3; in ulpt_attach()
H A Dusbdi.h92 #define DEVINFOSIZE 1024 macro
H A Dusb_subr.c232 devinfop = kmem_alloc(DEVINFOSIZE, KM_SLEEP); in usbd_devinfo_alloc()
233 usbd_devinfo(dev, showclass, devinfop, DEVINFOSIZE); in usbd_devinfo_alloc()
240 kmem_free(devinfop, DEVINFOSIZE); in usbd_devinfo_free()