Searched refs:user_conf_index (Results 1 – 1 of 1) sorted by relevance
6077 int user_conf_index; in hubd_create_child() local6473 user_conf_index = hubd_select_device_configuration(hubd, port, in hubd_create_child()6477 if ((user_conf_index >= usb_dev_descr.bNumConfigurations) || in hubd_create_child()6478 (user_conf_index < 0)) { in hubd_create_child()6483 user_conf_index, usb_dev_descr.bNumConfigurations - 1); in hubd_create_child()6486 user_conf_index = USBA_DEV_CONFIG_INDEX_UNDEFINED; in hubd_create_child()6554 if (user_conf_index == USBA_DEV_CONFIG_INDEX_UNDEFINED) { in hubd_create_child()6645 (uint_t)user_conf_index)) != USB_SUCCESS) { in hubd_create_child()6651 child_ud, (uint_t)user_conf_index); in hubd_create_child()