Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Duhso.c302 size_t hp_isize; /* allocated size */ member
807 hp->hp_isize = size; in uhso_mux_attach()
868 kmem_free(hp->hp_ibuf, hp->hp_isize); in uhso_mux_detach()
1100 hp->hp_isize = UGETW(ed->wMaxPacketSize); in uhso_bulk_attach()
1138 if (hp->hp_isize > 0) { in uhso_bulk_init()
1139 hp->hp_ibuf = kmem_alloc(hp->hp_isize, KM_SLEEP); in uhso_bulk_init()
1143 hp->hp_isize, uhso_bulk_intr, USBD_DEFAULT_INTERVAL); in uhso_bulk_init()
1194 kmem_free(hp->hp_ibuf, hp->hp_isize); in uhso_bulk_clean()
1283 if (hp->hp_isize == 0) in uhso_bulk_control()