struct cmb_operations - functions to use depending on cmb_format
Most of these functions operate on a struct ccw_device. There is only one instance of struct cmb_operations because the format of the measurement data is guaranteed to be the same for every ccw_device.
: allocate memory for a channel measurement block, either with the help of a special pool or with kmalloc : free memory allocated with : enable or disable measurement : read a measurement entry at an index : read a measurement block in a common format : clear the data in the associated measurement block and reset its time stamp : align an allocated block so that the hardware can use it
Definition at line 118 of file cmf.c.