Lines Matching +full:bus +full:- +full:id

1 What:		/sys/bus/cdx/rescan
5 Writing y/1/on to this file will cause rescan of the bus
6 and devices on the CDX bus. Any new devices are scanned and
12 # echo 1 > /sys/bus/cdx/rescan
14 What: /sys/bus/cdx/devices/.../vendor
18 Vendor ID for this CDX device, in hexadecimal. Vendor ID is
20 Combination of Vendor ID and Device ID identifies a device.
22 What: /sys/bus/cdx/devices/.../device
26 Device ID for this CDX device, in hexadecimal. Device ID is
29 Combination of Vendor ID and Device ID identifies a device.
31 What: /sys/bus/cdx/devices/.../subsystem_vendor
35 Subsystem Vendor ID for this CDX device, in hexadecimal.
36 Subsystem Vendor ID is 16 bit identifier specific to the
39 What: /sys/bus/cdx/devices/.../subsystem_device
43 Subsystem Device ID for this CDX device, in hexadecimal
44 Subsystem Device ID is 16 bit identifier specific to the
47 What: /sys/bus/cdx/devices/.../class
54 What: /sys/bus/cdx/devices/.../revision
61 What: /sys/bus/cdx/devices/.../enable
65 CDX bus should be disabled before updating the devices in FPGA.
66 Writing n/0/off will attempt to disable the CDX bus and.
67 writing y/1/on will attempt to enable the CDX bus. Reading this file
68 gives the current state of the bus, 1 for enabled and 0 for disabled.
72 # echo 1 > /sys/bus/cdx/.../enable
74 What: /sys/bus/cdx/devices/.../reset
79 on the bus. On resetting the device, the corresponding driver is
85 # echo 1 > /sys/bus/cdx/.../reset
87 What: /sys/bus/cdx/devices/.../remove
92 device from the CDX bus. If the device is to be reconfigured
99 # echo 1 > /sys/bus/cdx/devices/.../remove
101 What: /sys/bus/cdx/devices/.../resource<N>
108 What: /sys/bus/cdx/devices/.../modalias
112 This attribute indicates the CDX ID of the device.
117 - vXXXX contains the vendor ID;
118 - dXXXX contains the device ID;
119 - svXXXX contains the subsystem vendor ID;
120 - sdXXXX contains the subsystem device ID;
121 - cXXXXXX contains the device class.