Home
last modified time | relevance | path

Searched refs:dev_read (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsd.c404 static ssize_t dev_read(struct file *filp, char __user *buf, size_t count, in dev_read() function
421 .read = dev_read,
/linux/include/sound/
H A Dtas2781.h258 int (*dev_read)(struct tasdevice_priv *tas_priv, member
/linux/fs/dlm/
H A Dplock.c481 static ssize_t dev_read(struct file *file, char __user *u, size_t count, in dev_read() function
601 .read = dev_read,
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c233 tas_priv->dev_read = tasdevice_spi_dev_read; in tasdevice_spi_init()
890 ret = tas_priv->dev_read(tas_priv, tas_priv->index, in tas2781_system_resume()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h412 int (*dev_read)(struct xlgmac_channel *channel); member
H A Ddwc-xlgmac-net.c1155 if (hw_ops->dev_read(channel)) in xlgmac_rx_poll()
H A Ddwc-xlgmac-hw.c3078 hw_ops->dev_read = xlgmac_dev_read; in xlgmac_init_hw_ops()
/linux/include/linux/
H A Ddrbd_genl.h287 __u64_field(2, 0, dev_read) /* (sectors) */
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h750 int (*dev_read)(struct xgbe_channel *);
732 int (*dev_read)(struct xgbe_channel *); global() member
H A Dxgbe-drv.c2315 if (hw_if->dev_read(channel)) in xgbe_rx_poll()
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c1601 ret = tasdevice->dev_read(tasdevice, chl, in do_singlereg_checksum()
1705 ret = tas_priv->dev_read(tas_priv, chn, TASDEVICE_CHECKSUM_REG, in tasdev_block_chksum()
/linux/drivers/block/drbd/
H A Ddrbd_nl.c3399 s->dev_read = device->read_cnt; in drbd_adm_dump_devices()