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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-if.c146 } device_hint[MAX_DEV_HINTS]; variable in typeref:struct:__anon12239
1284 /* search device_hint[] table if we occupy a slot, by any chance */
1286 if (device_hint[hint].pdev == pdev)
1287 device_hint[hint].pdev = NULL;
1777 /* Now search device_hint[] table for a match, so we can hint a node number. */
1779 if (((device_hint[hint].type == -1) || (device_hint[hint].type == pdev->type)) &&
1780 (device_hint[hint].pdev == NULL)) {
1782 if ((device_hint[hint].serial_number[0] == '*') || !strcmp(device_hint[hin
[all...]

Completed in 35 milliseconds