Lines Matching defs:count
76 const char *buf, size_t count)
85 mgr, info, buf, min(mgr->mops->initial_header_size, count));
211 const char *buf, size_t count)
215 ret = fpga_mgr_write_init_buf(mgr, info, buf, count);
223 ret = mgr->mops->write(mgr, buf, count);
238 * @count: byte count of buf
249 const char *buf, size_t count)
264 return fpga_mgr_buf_load_mapped(mgr, info, buf, count);
270 nr_pages = DIV_ROUND_UP((unsigned long)buf + count, PAGE_SIZE) -
294 count, GFP_KERNEL);
359 if (info->buf && info->count)
360 return fpga_mgr_buf_load(mgr, info, info->buf, info->count);