|
Linux Kernel
3.7.1
|
#include <uapi/asm/cmb.h>Go to the source code of this file.
Functions | |
| int | enable_cmf (struct ccw_device *cdev) |
| int | disable_cmf (struct ccw_device *cdev) |
| u64 | cmf_read (struct ccw_device *cdev, int index) |
| int | cmf_readall (struct ccw_device *cdev, struct cmbdata *data) |
| u64 cmf_read | ( | struct ccw_device * | cdev, |
| int | index | ||
| ) |
| int cmf_readall | ( | struct ccw_device * | cdev, |
| struct cmbdata * | data | ||
| ) |
| int disable_cmf | ( | struct ccw_device * | cdev | ) |
disable_cmf() - switch off the channel measurement for a specific device : The ccw device to be disabled
Returns %0 for success or a negative error value.
Context: non-atomic
| int enable_cmf | ( | struct ccw_device * | cdev | ) |
enable_cmf() - switch on the channel measurement for a specific device : The ccw device to be enabled
Returns %0 for success or a negative error value.
Context: non-atomic
1.8.2