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

/linux-4.4.14/drivers/media/usb/as102/
H A Das102_usb_drv.c36 static struct usb_device_id as102_usb_id_table[] = { variable in typeref:struct:usb_device_id
46 as102_usb_id_table struct */
71 .id_table = as102_usb_id_table
355 if (ARRAY_SIZE(as102_usb_id_table) != as102_usb_probe()
366 for (i = 0; i < ARRAY_SIZE(as102_usb_id_table); i++) { as102_usb_probe()
367 if (id == &as102_usb_id_table[i]) { as102_usb_probe()
475 MODULE_DEVICE_TABLE(usb, as102_usb_id_table);

Completed in 37 milliseconds