Lines Matching refs:device

25 	* lspci decodes CXL 1.1 device link status information.
61 previously returned a device name if there was no entry for
192 interface, revision, subsystem vendor and device ID, OS driver,
202 but basic information about the device is reported via pci_fill_info().
228 * setpci can be asked to skip bus scan and operate on a device
272 which occur multiple times in a single device.
294 through bridges to each device.
312 * BARs reported by the OS, but not set on the device itself are
318 * On Linux systems with OpenFirmware, report corresponding device tree nodes
319 as device properties.
324 device, it is explicitly marked as "downgraded".
344 * The fbsd-device back-end should work again.
393 * PCIe device capabilities now show bits related to atomic operations.
481 * On Linux systems, HWDB is used to look up device names
490 * Filters now support matching by device class. Original
519 empty slots report only a partial device address. This actually
706 * When a BAR is reported by the OS, but not by the device (i.e.,
719 * When a device has the VPD (Vital Product Data) capability and the
746 show everything needed to identify the device and the available
786 * Added decoding of several PCI-X capabilities: device/link/slot 2,
790 * Fixed bug in filters which caused them to refuse vendor/device ID 0xffff.
859 * When an unknown device ID is encountered, we print `Device <id>'
860 instead of `Unknown device <id>'. It uses less space and it also
862 the device is not supported by the OS. To lookup up OS drivers,
901 of information on kernel drivers attached to each device
903 device. So far, this is supported only on Linux with the
924 * lib/header.h: Include `PCI hot-plug' and `Secure device'
964 control register and INTx enable/status in device control/status
967 * lib/fbsd-device.c: Support domains on new FreeBSD's. Contributed
972 * Extended the fbsd-device backend to run on Dragonfly BSD.
1057 header of a device, report it and ignore the device and return with exit
1111 * lib/Makefile: Added a missing rule for obsd-device.o.
1152 * lib/sysfs.c: Fetch device ID and class from sysfs, because they can
1186 * lib/configure, lib/fbsd-device.c: Added support for GNU/kFreeBSD.
1202 * lib/obsd-device.c (and other files in lib/*): Added OpenBSD
1292 The new code supports subsystem entries not tied to a specific device.
1330 device has either PCI-X or PCI Express capability in its normal capability
1542 * lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
1587 * lib/fbsd-device.c: I patched another copy of this file by mistake,
1616 forget to clear the topmost bit indicating that the device has
1625 * lib/fbsd-device.c: Select the right set of system includes according
1810 or device hexadecimally, don't confuse it with chip vendor/device ID.
1840 * lspci.c (show_verbose): If the header type doesn't match device
1867 are the same as device ID and just output subsystem name according to
1868 device name.
1886 * lib/aix-device.c: Added AIX low-level interface. Contributed
2037 * lib/Makefile, lib/access.c: Added fbsd-device target.
2040 incorrectly set to device ID.
2049 * lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
2113 to determine the revision from the device ID.
2124 * lib/names.c (pci_lookup_name): When device ID lookup
2125 fails, return hexadecimal device ID instead of vendor ID.
2167 as a multi-function device, because several single-function devices
2226 functions and device IDs), which is not going to happen
2229 * lspci.c (show_verbose): Display `Cap' flag in device status.
2233 Unfortunately, capabilities are stored in device-dependent
2431 * lspci.c: Now able to fetch expansion ROM base from kernel device list
2444 * filter.c: Introduced new generic device filter.