Home
last modified time | relevance | path

Searched refs:USB_UNCONFIG_INDEX (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dusb_subr.c670 return usbd_set_config_index(dev, USB_UNCONFIG_INDEX, msg); in usbd_set_config_no()
696 index != USB_UNCONFIG_INDEX) { in usbd_set_config_index()
724 if (index == USB_UNCONFIG_INDEX) { in usbd_set_config_index()
H A Dusb.h799 #define USB_UNCONFIG_INDEX (-1) macro