Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c891 char *cfg_descr = NULL; /* iConfiguration */ in fill_in_ap_info() local
947 cfg_descr = USB_NO_CFG_STR; in fill_in_ap_info()
949 HUBD_CFG_DESCR_STR, (void **)&cfg_descr, &size)) != CFGA_USB_OK) { in fill_in_ap_info()
960 if ((cfg_descr != (char *)NULL) && rv != CFGA_USB_ZEROLEN) { in fill_in_ap_info()
965 cfg_descr = USB_NO_CFG_STR; in fill_in_ap_info()
972 (flag == B_TRUE) ? ": " : "", cfg_descr); in fill_in_ap_info()
987 if ((free_cfg_str == B_TRUE) && cfg_descr) { in fill_in_ap_info()
988 free(cfg_descr); in fill_in_ap_info()
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusbai.c753 usb_cfg_descr_t cfg_descr; in usb_handle_remote_wakeup() local
765 &cfg_descr, USB_CFG_DESCR_SIZE); in usb_handle_remote_wakeup()
773 (cfg_descr.bmAttributes & USB_CFG_ATTR_REMOTE_WAKEUP)) { in usb_handle_remote_wakeup()
792 usb_cfg_descr_t cfg_descr; in usb_create_pm_components() local
816 &cfg_descr, USB_CFG_DESCR_SIZE); in usb_create_pm_components()
819 cfg_attrib = cfg_descr.bmAttributes; in usb_create_pm_components()
H A Dusbai_register.c478 ASSERT(usb_reg->dev_curr_cfg->cfg_descr.bLength == in usb_get_dev_data()
498 (usb_reg->dev_curr_cfg->cfg_descr.bLength == 0) || in usb_get_dev_data()
873 &curr_cfg->cfg_descr, in usba_process_cfg_descr()
876 state->st_total_cfg_length = curr_cfg->cfg_descr.wTotalLength; in usba_process_cfg_descr()
885 curr_cfg->cfg_n_if = curr_cfg->cfg_descr.bNumInterfaces; in usba_process_cfg_descr()
1637 config_descr = &config->cfg_descr; in usba_dump_descr_tree()
H A Dhubdi.c4406 usb_cfg_descr_t cfg_descr; in hubd_get_hub_status() local
4432 &cfg_descr, USB_CFG_DESCR_SIZE); in hubd_get_hub_status()
4443 MaxPower = cfg_descr.bMaxPower; in hubd_get_hub_status()
8275 usb_cfg_descr_t cfg_descr; in hubd_init_power_budget() local
8303 &cfg_descr, USB_CFG_DESCR_SIZE); in hubd_init_power_budget()
8315 hubd->h_local_pwr_capable = (cfg_descr.bmAttributes & in hubd_init_power_budget()
8409 usb_cfg_descr_t cfg_descr; in usba_hubdi_check_power_budget() local
8441 &cfg_descr, USB_CFG_DESCR_SIZE); in usba_hubdi_check_power_budget()
8450 pwr_required = cfg_descr.bMaxPower; in usba_hubdi_check_power_budget()
8455 "with config_index=%d", cfg_descr.bmAttributes, in usba_hubdi_check_power_budget()
[all …]
H A Dusbai_util.c1054 usb_cfg_descr_t cfg_descr; in usba_get_cfg_cloud() local
1075 MBLKL(pdata), &cfg_descr, USB_CFG_DESCR_SIZE); in usba_get_cfg_cloud()
1084 cfg_descr.wTotalLength, in usba_get_cfg_cloud()
H A Dusba_ugen.c1448 cfgval = dev_cfg->cfg_descr.bConfigurationValue; in ugen_epxs_init()
1736 if (cfgval == dev_cfg->cfg_descr.bConfigurationValue) { in ugen_cfgval2idx()
/titanic_44/usr/src/uts/common/sys/usb/
H A Dusbai.h477 struct usb_cfg_descr cfg_descr; /* parsed config descr */ member
/titanic_44/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c729 usbprnp->usbprn_config_descr = cfg_data->cfg_descr; in usbprn_get_descriptors()
/titanic_44/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c2755 cfg_index, cfg_data->cfg_descr.bConfigurationValue); in usbecm_is_compatible()