Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 7 of 7) sorted by relevance

/libpciaccess/
H A Dautogen.sh12 $srcdir/configure --enable-maintainer-mode "$@"
H A Dconfigure.ac49 AC_ARG_ENABLE(linux-rom-fallback, AS_HELP_STRING([--enable-linux-rom-fallback],
/libpciaccess/src/
H A Dpciaccess_private.h62 void (*enable)( struct pci_device *dev ); member
H A Dcommon_interface.c654 if (pci_sys->methods->enable) in pci_device_enable()
655 pci_sys->methods->enable(dev); in pci_device_enable()
H A Dx86_pci.c77 #error How to enable IO ports on this system?
H A DDoxyfile332 # The GENERATE_TODOLIST tag can be used to enable (YES) or
338 # The GENERATE_TESTLIST tag can be used to enable (YES) or
344 # The GENERATE_BUGLIST tag can be used to enable (YES) or
350 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
356 # The ENABLED_SECTIONS tag can be used to enable conditional
1132 # So in most cases it will be better to enable call graphs for selected
H A Dlinux_sysfs.c916 .enable = pci_device_linux_sysfs_enable,