Searched refs:user_conf_index (Results 1 – 1 of 1) sorted by relevance
5837 int user_conf_index; in hubd_create_child() local6178 user_conf_index = hubd_select_device_configuration(hubd, port, in hubd_create_child()6182 if ((user_conf_index >= usb_dev_descr.bNumConfigurations) || in hubd_create_child()6183 (user_conf_index < 0)) { in hubd_create_child()6188 user_conf_index, usb_dev_descr.bNumConfigurations - 1); in hubd_create_child()6191 user_conf_index = USBA_DEV_CONFIG_INDEX_UNDEFINED; in hubd_create_child()6259 if (user_conf_index == USBA_DEV_CONFIG_INDEX_UNDEFINED) { in hubd_create_child()6350 (uint_t)user_conf_index)) != USB_SUCCESS) { in hubd_create_child()6356 child_ud, (uint_t)user_conf_index); in hubd_create_child()