Searched refs:blob_name (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/dvb/frontends/
H A Ddrx397xD.c59 static const char *blob_name[] = { variable
74 const u8 *data[ARRAY_SIZE(blob_name)];
159 for (j = 0; j < ARRAY_SIZE(blob_name); j++) {
160 if (strcmp(blob_name[j], &data[i]) == 0) {
162 pr_debug("Loading %s\n", blob_name[j]);
199 if (ix < 0 || ix >= ARRAY_SIZE(blob_name)) {
203 pr_debug("%s %s\n", __func__, blob_name[ix]);

Completed in 97 milliseconds