Searched refs:cfg_descrp (Results 1 – 1 of 1) sorted by relevance
251 usb_cfg_descr_t *cfg_descrp = NULL; /* configuration descriptor */ in set_usb_properties() local275 cfg_descrp = (usb_cfg_descr_t *)(rdata); in set_usb_properties()277 if (cfg_descrp != NULL) { in set_usb_properties()279 cfg_descrp->bConfigurationValue); in set_usb_properties()281 cfg_descrp->bMaxPower); in set_usb_properties()283 cfg_descrp->bNumInterfaces); in set_usb_properties()285 (cfg_descrp->bmAttributes & 0x20) ? TRUE : FALSE); in set_usb_properties()287 (cfg_descrp->bmAttributes & 0x40) ? TRUE : FALSE); in set_usb_properties()