Lines Matching refs:scnprintf

23 	return scnprintf(buf, PAGE_SIZE, "%i.%i\n", adapter->caia_major,  in caia_version_show()
33 return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->psl_rev); in psl_revision_show()
42 return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->base_image); in base_image_show()
52 return scnprintf(buf, PAGE_SIZE, "user\n"); in image_loaded_show()
53 return scnprintf(buf, PAGE_SIZE, "factory\n"); in image_loaded_show()
74 return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->psl_timebase_synced); in psl_timebase_synced_show()
83 return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->tunneled_ops_supported); in tunneled_ops_supported_show()
129 return scnprintf(buf, PAGE_SIZE, "none\n"); in load_image_on_perst_show()
132 return scnprintf(buf, PAGE_SIZE, "user\n"); in load_image_on_perst_show()
133 return scnprintf(buf, PAGE_SIZE, "factory\n"); in load_image_on_perst_show()
166 return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->perst_same_image); in perst_reloads_same_image_show()
206 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->adapter->ps_size); in mmio_size_show_master()
215 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->native->pp_offset); in pp_mmio_off_show()
224 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in pp_mmio_len_show()
243 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in mmio_size_show()
244 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->adapter->ps_size); in mmio_size_show()
276 return scnprintf(buf, PAGE_SIZE, "%i\n", afu->pp_irqs); in irqs_min_show()
285 return scnprintf(buf, PAGE_SIZE, "%i\n", afu->irqs_max); in irqs_max_show()
323 p += scnprintf(p, end - p, "dedicated_process\n"); in modes_supported_show()
325 p += scnprintf(p, end - p, "afu_directed\n"); in modes_supported_show()
337 return scnprintf(buf, PAGE_SIZE, "work_element_descriptor\n"); in prefault_mode_show()
339 return scnprintf(buf, PAGE_SIZE, "all\n"); in prefault_mode_show()
341 return scnprintf(buf, PAGE_SIZE, "none\n"); in prefault_mode_show()
381 return scnprintf(buf, PAGE_SIZE, "dedicated_process\n"); in mode_show()
383 return scnprintf(buf, PAGE_SIZE, "afu_directed\n"); in mode_show()
384 return scnprintf(buf, PAGE_SIZE, "none\n"); in mode_show()
436 return scnprintf(buf, PAGE_SIZE, "%i\n", CXL_API_VERSION); in api_version_show()
443 return scnprintf(buf, PAGE_SIZE, "%i\n", CXL_API_VERSION_COMPATIBLE); in api_version_compatible_show()
521 return scnprintf(buf, PAGE_SIZE, "0x%.4x\n", cr->vendor); in vendor_show()
529 return scnprintf(buf, PAGE_SIZE, "0x%.4x\n", cr->device); in device_show()
537 return scnprintf(buf, PAGE_SIZE, "0x%.6x\n", cr->class); in class_show()