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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Decard.c16 * 06-May-1997 RMK Added blacklist for cards whose loader doesn't work.
86 static struct expcard_blacklist __initdata blacklist[] = { variable in typeref:struct:__initdata
943 for (i = 0; i < sizeof(blacklist) / sizeof(*blacklist); i++)
944 if (blacklist[i].manufacturer == ec->cid.manufacturer &&
945 blacklist[i].product == ec->cid.product) {
946 ec->card_desc = blacklist[i].type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dicside.c424 int blacklist = in_drive_list(id, drive_blacklist); local
425 if (blacklist)
427 return(blacklist);
H A Dide-dma.c451 int blacklist = in_drive_list(id, drive_blacklist); local
452 if (blacklist)
454 return(blacklist);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/
H A Ds390io.c15 * 03/12/2001 Ingo Adlung blacklist= - changed to cio_ignore=
256 "Invalid blacklist range %x to %x, skipping\n", from,
279 * Removes a range from the blacklist chain
291 "Invalid blacklist range %x to %x, "
312 /* Parsing the commandline for blacklist parameters */
318 char *blacklist[256] = { NULL, }; variable
340 blacklist[count] = alloc_bootmem (len * sizeof (char));
341 if (blacklist == NULL) {
347 memset (blacklist[count], 0, len * sizeof (char));
348 memcpy (blacklist[coun
[all...]

Completed in 75 milliseconds