lspci list all PCI device on your system.
On CentOS, lspci is part of package pciutils
yum install -y pciutils
To list all PCI devices on your system, run
lspci
To get detailed listing of devices, run
lspci -vvv
Another useful command is lsusb, that list all usb devices connected to your system.