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

/linux-master/arch/alpha/kernel/
H A Dsmc37c669.c1742 unsigned int dev_ok = FALSE;
1753 dev_ok = TRUE;
1758 dev_ok = TRUE;
1763 dev_ok = TRUE;
1768 dev_ok = TRUE;
1773 dev_ok = TRUE;
1780 if ( ( dev_ok ) && ( ( base_addr & 0xC0 ) != 0 ) ) {
1737 unsigned int dev_ok = FALSE; local
/linux-master/drivers/pcmcia/
H A Dcistpl.c1381 int ret, reserved, dev_ok = 0, ident_ok = 0; local
1420 dev_ok++;
1430 if (!dev_ok && !ident_ok)
1443 ((!dev_ok || !ident_ok) && (count > 10)))
1450 if (!dev_ok || !ident_ok || !count) {
1454 /* We differentiate between dev_ok, ident_ok and count
1457 if (!dev_ok || !ident_ok)

Completed in 317 milliseconds