Searched refs:usb_vision_devices (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.c33 usb_vision_device *usb_vision_devices[DEVICES_COUNT]; variable
59 usb_vision_devices[i] = 0;
88 if(usb_vision_devices[i]){
89 free(usb_vision_devices[i]);
90 usb_vision_devices[i] = 0;
112 TRACE("%08x\n", usb_vision_devices[i]);
118 if(usb_vision_devices[i]){
119 if(atomic_add(&usb_vision_devices[i]->open_count, 1) == 0){
120 *cookie = usb_vision_devices[i];
124 atomic_add(&usb_vision_devices[
[all...]

Completed in 36 milliseconds