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

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/usba/
H A Dusbai_register_impl.h73 usb_client_dev_data::dev_cfg))
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1271 usb_cfg_data_t *dev_cfg; local
1282 dev_cfg = &ugenp->ug_dev_data->dev_cfg[cfgidx];
1283 if_data = &dev_cfg->cfg_if[ifc];
1418 usb_cfg_data_t *dev_cfg = ugenp->ug_dev_data->dev_cfg; local
1447 dev_cfg = &ugenp->ug_dev_data->dev_cfg[cfgidx];
1448 cfgval = dev_cfg->cfg_descr.bConfigurationValue;
1449 for (iface = 0; iface < dev_cfg
1731 usb_cfg_data_t *dev_cfg = ugenp->ug_dev_data->dev_cfg; local
1959 usb_cfg_data_t *dev_cfg = ugenp->ug_dev_data->dev_cfg; local
[all...]
H A Dusbai_register.c34 * The tree built hangs off of the dev_cfg field of the usb_client_dev_data_t
45 * dev_cfg is an array of configuration tree nodes. Each contains space for one
66 * configuration it is #1. dev_cfg[0] is zeroed out; dev_cfg[1] is the root
72 * 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;
481 usb_reg->dev_curr_cfg = &usb_reg->dev_cfg[0];
485 &usb_reg->dev_cfg[usba_devic
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c266 dcfg = &cdd->dev_cfg[config - 1];
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h564 * parsed descriptors, in dev_cfg; the number of configurations parsed,
653 * USB_PARSE_LVL_NONE - Build no tree. dev_n_cfg will return 0, dev_cfg
679 * are returned in dev_cfg array.
689 struct usb_cfg_data *dev_cfg; /* configs for this device */ member in struct:usb_client_dev_data
691 uint_t dev_n_cfg; /* #elements in dev_cfg[] */
707 * Among the items returned is the tree ofparsed descriptors in dev_cfg;
757 * dev_cfg will be NULL
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c1962 (long)(dev_data->dev_curr_cfg - &dev_data->dev_cfg[0]),
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c2751 cfg_data = &(ecmp->ecm_dev_data->dev_cfg[cfg_index]);
/opensolaris-onvv-gate/usr/src/uts/common/io/uath/
H A Duath.c350 cfg_data = &dev_data->dev_cfg[config - 1];
/opensolaris-onvv-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 128 milliseconds