Searched refs:dev_read (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
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-6.14.4/fs/dlm/ |
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-6.14.4/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac.h | 412 int (*dev_read)(struct xlgmac_channel *channel); member
|
D | dwc-xlgmac-net.c | 1154 if (hw_ops->dev_read(channel)) in xlgmac_rx_poll()
|
D | dwc-xlgmac-hw.c | 3078 hw_ops->dev_read = xlgmac_dev_read; in xlgmac_init_hw_ops()
|
/linux-6.14.4/include/linux/ |
D | drbd_genl.h | 287 __u64_field(2, 0, dev_read) /* (sectors) */
|
/linux-6.14.4/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 805 int (*dev_read)(struct xgbe_channel *); member
|
D | xgbe-drv.c | 2536 if (hw_if->dev_read(channel)) in xgbe_rx_poll()
|
D | xgbe-dev.c | 3637 hw_if->dev_read = xgbe_dev_read; in xgbe_init_function_ptrs_dev()
|
/linux-6.14.4/drivers/block/drbd/ |
D | drbd_nl.c | 3318 s->dev_read = device->read_cnt; in device_to_statistics()
|