dev_read
s->dev_read = device->read_cnt;
s->dev_read = nla_get_u64(nla);
if (nla_put_u64_64bit(skb, DRBD_A_DEVICE_STATISTICS_DEV_READ, s->dev_read, 0))
__u64 dev_read;
hw_if->dev_read = xgbe_dev_read;
if (hw_if->dev_read(channel))
int (*dev_read)(struct xgbe_channel *);
.read = dev_read,
hw_ops->dev_read = xlgmac_dev_read;
if (hw_ops->dev_read(channel))
int (*dev_read)(struct xlgmac_channel *channel);
.read = dev_read,
int (*dev_read)(struct tasdevice_priv *tas_priv,
tas_priv->dev_read = tasdevice_spi_dev_read;
ret = tas_priv->dev_read(tas_priv, tas_priv->index,
tas_priv->dev_read = tasdevice_dev_read;
ret = tasdevice->dev_read(tasdevice, chl,
ret = tas_priv->dev_read(tas_priv, chn, TASDEVICE_CHECKSUM_REG,