Lines Matching defs:read
17 ssize_t (*read)(struct pci_dev *dev, loff_t pos, size_t count, void *buf);
37 * @count: number of bytes to read
44 return dev->vpd->ops->read(dev, pos, count, buf);
95 /* Only read length from known tag items */
314 .read = pci_vpd_read,
364 .read = pci_vpd_f0_read,
448 attr->read = read_vpd_attr;
547 * If a device follows the VPD format spec, the PCI core will not read or
581 * For Broadcom 5706, 5708, 5709 rev. A nics, any read beyond the
584 * ('/sys/bus/pci/devices/<id>/vpd'). A read to this sysfs entry
588 * We believe that it is legal to read beyond the end tag and
589 * therefore the solution is to limit the read/write length.