Lines Matching defs:count
573 * @count: Size of buffer (maximum bytes that can be read).
578 size_t count)
580 return pci_read_vpd(pdev, 0, count, buf);
856 int count;
875 count = min_t(int, acfg->actag_supported, afu->fn_actag_enabled);
878 ocxl_config_set_afu_actag(pdev, pos, base, count);
879 dev_dbg(dev, "%s: acTag base=%d enabled=%d\n", __func__, base, count);
881 afu->afu_actag_enabled = count;
1005 * @count: Size of buffer (maximum bytes that can be read).
1010 static ssize_t afu_read(struct file *file, char __user *buf, size_t count,