HelenOS sources

ISOCH_EMPTY        78 uspace/drv/bus/usb/xhci/isoch.c 		isoch->transfers[i].state = ISOCH_EMPTY;
ISOCH_EMPTY       405 uspace/drv/bus/usb/xhci/isoch.c 		if (it->state == ISOCH_EMPTY) {
ISOCH_EMPTY       508 uspace/drv/bus/usb/xhci/isoch.c 		res->state = ISOCH_EMPTY;
ISOCH_EMPTY       517 uspace/drv/bus/usb/xhci/isoch.c 	assert(it->state == ISOCH_EMPTY);
ISOCH_EMPTY       582 uspace/drv/bus/usb/xhci/isoch.c 	it->state = ISOCH_EMPTY;
HelenOS homepage, sources at GitHub