Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds