Searched refs:dev_read (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | sd.c | 400 static ssize_t dev_read(struct file *filp, char __user *buf, size_t count, in dev_read() function 417 .read = dev_read,
|
/linux/include/sound/ |
H A D | tas2781.h | 233 int (*dev_read)(struct tasdevice_priv *tas_priv, member
|
/linux/fs/dlm/ |
H A D | plock.c | 481 static ssize_t dev_read(struct file *file, char __user *u, size_t count, in dev_read() function 601 .read = dev_read,
|
/linux/sound/soc/codecs/ |
H A D | tas2781-comlib-i2c.c | 185 tas_priv->dev_read = tasdevice_dev_read; in tasdevice_init()
|
H A D | tas2781-fmwlib.c | 1524 ret = tasdevice->dev_read(tasdevice, chl, in do_singlereg_checksum() 1628 ret = tas_priv->dev_read(tas_priv, chn, TASDEVICE_CHECKSUM_REG, in tasdev_block_chksum()
|
/linux/sound/pci/hda/ |
H A D | tas2781_hda_spi.c | 236 tas_priv->dev_read = tasdevice_spi_dev_read; in tasdevice_spi_init() 901 ret = tas_priv->dev_read(tas_priv, tas_priv->index, in tas2781_system_resume()
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac.h | 412 int (*dev_read)(struct xlgmac_channel *channel); member
|
H A D | dwc-xlgmac-net.c | 1155 if (hw_ops->dev_read(channel)) in xlgmac_rx_poll()
|
H A D | dwc-xlgmac-hw.c | 3078 hw_ops->dev_read = xlgmac_dev_read; in xlgmac_init_hw_ops()
|
/linux/include/linux/ |
H A D | drbd_genl.h | 287 __u64_field(2, 0, dev_read) /* (sectors) */
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 706 int (*dev_read)(struct xgbe_channel *); member
|
H A D | xgbe-drv.c | 2436 if (hw_if->dev_read(channel)) in xgbe_rx_poll()
|
H A D | xgbe-dev.c | 3623 hw_if->dev_read = xgbe_dev_read; in xgbe_init_function_ptrs_dev()
|
/linux/drivers/block/drbd/ |
H A D | drbd_nl.c | 3318 s->dev_read = device->read_cnt; in device_to_statistics()
|