tag | line | file | source code |
---|---|---|---|
aux_device_present | 40 | arch/alpha/kernel/setup.c | unsigned char aux_device_present = 0xaa; |
aux_device_present | 64 | arch/i386/kernel/setup.c | unsigned char aux_device_present; |
aux_device_present | 121 | arch/i386/kernel/setup.c | aux_device_present = AUX_DEVICE_INFO; |
aux_device_present | 196 | arch/mips/kernel/setup.c | unsigned char aux_device_present; |
aux_device_present | 300 | arch/mips/kernel/setup.c | aux_device_present = AUX_DEVICE_INFO; |
aux_device_present | 31 | arch/ppc/kernel/setup.c | unsigned char aux_device_present; |
aux_device_present | 145 | arch/ppc/kernel/setup.c | aux_device_present = 0xaa; |
aux_device_present | 108 | drivers/char/psaux.c | extern unsigned char aux_device_present; |
aux_device_present | 502 | drivers/char/psaux.c | if (aux_device_present == 0xaa) { |
aux_device_present | 48 | kernel/ksyms.c | extern unsigned char aux_device_present, kbd_read_mask; |
aux_device_present | 460 | kernel/ksyms.c | X(aux_device_present), |