Lines Matching defs:read
100 * @read: read a measurement entry at an index
101 * @readall: read a measurement block in a common format
109 u64 (*read) (struct ccw_device *, int);
718 .read = read_cmb,
971 .read = read_cmbe,
1205 * cmf_read() - read one value from the current channel measurement block
1206 * @cdev: the channel to be read
1207 * @index: the index of the value to be read
1209 * Returns: The value read or %0 if the value cannot be read.
1216 return cmbops->read(cdev, index);
1220 * cmf_readall() - read the current channel measurement block
1221 * @cdev: the channel to be read