Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
dev_is_pci
include/linux/pci.h
1272
#define dev_is_pci(d) ((d)->bus == &pci_bus_type)
include/linux/pci.h
2203
#define dev_is_pci(d) (false)