Home | History | Annotate | Download | only in usb

Lines Matching refs:ud_subdevs

1069 		dev->ud_subdevs = kmem_alloc(sizeof(dv), KM_SLEEP);
1070 dev->ud_subdevs[0] = dv;
1167 dev->ud_subdevs = kmem_alloc(sizeof(dv), KM_SLEEP);
1168 dev->ud_subdevs[0] = dv;
1195 if (!dev->ud_subdevs[i]) {
1257 if (!ifaces[j] && !dev->ud_subdevs[j]) {
1260 dev->ud_subdevs[j] = dv;
1301 dev->ud_subdevs = kmem_zalloc(nifaces * sizeof(device_t),
1307 if (dev->ud_subdevs && dev->ud_nifaces_claimed == 0) {
1308 kmem_free(dev->ud_subdevs,
1310 dev->ud_subdevs = 0;
1379 if (dev->ud_subdevs[i] == NULL) {
1791 if (!dev->ud_subdevs[i])
1794 device_xname(dev->ud_subdevs[i]), USB_MAX_DEVNAMELEN);
1861 kmem_free(dev->ud_subdevs,
1915 if ((subdev = dev->ud_subdevs[i]) == NULL)