Home
last modified time | relevance | path

Searched refs:EISA_CONFIG_FORCED (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/eisa/
Deisa-bus.c223 edev->state = EISA_CONFIG_ENABLED | EISA_CONFIG_FORCED; in eisa_init_device()
226 edev->state = EISA_CONFIG_FORCED; in eisa_init_device()
379 if (edev->state == (EISA_CONFIG_ENABLED | EISA_CONFIG_FORCED)) in eisa_probe()
381 else if (edev->state == EISA_CONFIG_FORCED) in eisa_probe()
/Linux-v5.4/include/linux/
Deisa.h29 #define EISA_CONFIG_FORCED 2 macro
/Linux-v5.4/Documentation/driver-api/
Deisa.rst152 flags are EISA_CONFIG_ENABLED and EISA_CONFIG_FORCED.