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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Ddriver.h72 extern struct usb_line6 *line6_devices[LINE6_MAX_DEVICES];
H A Ddriver.c79 struct usb_line6 *line6_devices[LINE6_MAX_DEVICES]; variable in typeref:struct:usb_line6
645 struct usb_line6 *dev = line6_devices[i];
704 if (line6_devices[devnum] == NULL)
976 line6_devices[devnum] = line6;
1059 if (line6_devices[i] == line6)
1060 line6_devices[i] = NULL;
1097 line6_devices[i] = NULL;

Completed in 53 milliseconds