Searched refs:dev_cfg (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusbai_register_impl.h73 usb_client_dev_data::dev_cfg))
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1283 usb_cfg_data_t *dev_cfg; local
1294 dev_cfg = &ugenp->ug_dev_data->dev_cfg[cfgidx];
1295 if_data = &dev_cfg->cfg_if[ifc];
1430 usb_cfg_data_t *dev_cfg = ugenp->ug_dev_data->dev_cfg; local
1459 dev_cfg = &ugenp->ug_dev_data->dev_cfg[cfgidx];
1460 cfgval = dev_cfg->cfg_descr.bConfigurationValue;
1461 for (iface = 0; iface < dev_cfg
1743 usb_cfg_data_t *dev_cfg = ugenp->ug_dev_data->dev_cfg; local
1971 usb_cfg_data_t *dev_cfg = ugenp->ug_dev_data->dev_cfg; local
[all...]
H A Dusbai_register.c36 * The tree built hangs off of the dev_cfg field of the usb_client_dev_data_t
47 * dev_cfg is an array of configuration tree nodes. Each contains space for one
68 * configuration it is #1. dev_cfg[0] is zeroed out; dev_cfg[1] is the root
74 * dv->dev_cfg[1].cfg_if[1].if_alt[3].altif_ep[2].ep_descr.bInterval
335 * parsed descriptors, in dev_cfg; the number of configurations parsed,
348 * USB_PARSE_LVL_NONE - Build no tree. dev_n_cfg will return 0, dev_cfg
380 * Among the items returned is the tree of parsed descriptors in dev_cfg;
471 usb_reg->dev_curr_cfg = &usb_reg->dev_cfg[0];
475 &usb_reg->dev_cfg[usba_devic
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h459 * parsed descriptors, in dev_cfg; the number of configurations parsed,
538 * USB_PARSE_LVL_NONE - Build no tree. dev_n_cfg will return 0, dev_cfg
564 * are returned in dev_cfg array.
574 struct usb_cfg_data *dev_cfg; /* configs for this device */ member in struct:usb_client_dev_data
576 uint_t dev_n_cfg; /* #elements in dev_cfg[] */
591 * Among the items returned is the tree ofparsed descriptors in dev_cfg;
641 * dev_cfg will be NULL
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c266 dcfg = &cdd->dev_cfg[config - 1];
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c1950 (long)(dev_data->dev_curr_cfg - &dev_data->dev_cfg[0]),
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c2751 cfg_data = &(ecmp->ecm_dev_data->dev_cfg[cfg_index]);
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c350 cfg_data = &dev_data->dev_cfg[config - 1];
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c712 (long)(dev_data->dev_curr_cfg - &dev_data->dev_cfg[0]),

Completed in 91 milliseconds