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);
719 .read = read_cmb,
972 .read = read_cmbe,
1201 * cmf_read() - read one value from the current channel measurement block
1202 * @cdev: the channel to be read
1203 * @index: the index of the value to be read
1205 * Returns: The value read or %0 if the value cannot be read.
1212 return cmbops->read(cdev, index);
1216 * cmf_readall() - read the current channel measurement block
1217 * @cdev: the channel to be read