pci_disable_device(9)

NAME

pci_disable_device - Disable PCI device after use

SYNOPSIS

void pci_disable_device(struct pci_dev * dev);

ARGUMENTS

dev
PCI device to be disabled

DESCRIPTION

Signal to the system that the PCI device is not in use by the system
anymore. This only involves disabling PCI bus-mastering, if active.

Note we donīt actually disable the device until all callers of
pci_device_enable have called pci_device_disable.

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout