Back to home page

OSCL-LXR

 
 

    


0001 What:           /sys/bus/fsl-mc/drivers/.../bind
0002 Date:           December 2016
0003 Contact:        stuart.yoder@nxp.com
0004 Description:
0005                 Writing a device location to this file will cause
0006                 the driver to attempt to bind to the device found at
0007                 this location. The format for the location is Object.Id
0008                 and is the same as found in /sys/bus/fsl-mc/devices/.
0009 
0010                 For example::
0011 
0012                   # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind
0013 
0014 What:           /sys/bus/fsl-mc/drivers/.../unbind
0015 Date:           December 2016
0016 Contact:        stuart.yoder@nxp.com
0017 Description:
0018                 Writing a device location to this file will cause the
0019                 driver to attempt to unbind from the device found at
0020                 this location. The format for the location is Object.Id
0021                 and is the same as found in /sys/bus/fsl-mc/devices/.
0022 
0023                 For example::
0024 
0025                   # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind