HomeSort by: relevance | last modified time | path
    Searched refs:ud_subdevs (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/usb/
usb_subr.c 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,
    [all...]
uhub.c 1009 if (dev->ud_subdevs[i] == child) {
1010 dev->ud_subdevs[i] = NULL;
1015 kmem_free(dev->ud_subdevs,
1017 dev->ud_subdevs = NULL;
usbdivar.h 226 device_t *ud_subdevs; /* sub-devices */ member in struct:usbd_device
usb.c 1397 if (dev->ud_subdevs[i] == child)
1398 dev->ud_subdevs[i] = NULL;
  /src/sys/compat/common/
usb_subr_30.c 157 if (!dev->ud_subdevs[i])
160 device_xname(dev->ud_subdevs[i]), USB_MAX_DEVNAMELEN);

Completed in 15 milliseconds