Lines Matching defs:index
100 * @read: read a measurement entry at an index
184 /* address can be either a block address or a block index */
596 static u64 read_cmb(struct ccw_device *cdev, int index)
610 switch (index) {
850 static u64 read_cmbe(struct ccw_device *cdev, int index)
864 switch (index) {
1203 * @index: the index of the value to be read
1210 u64 cmf_read(struct ccw_device *cdev, int index)
1212 return cmbops->read(cdev, index);