Home
last modified time | relevance | path

Searched refs:buf_file (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/
A Dbtf_helpers.c198 FILE *buf_file; in btf_type_raw_dump() local
200 buf_file = fmemopen(buf, sizeof(buf) - 1, "w"); in btf_type_raw_dump()
201 if (!buf_file) { in btf_type_raw_dump()
206 fprintf_btf_type_raw(buf_file, btf, type_id); in btf_type_raw_dump()
207 fflush(buf_file); in btf_type_raw_dump()
208 fclose(buf_file); in btf_type_raw_dump()
239 FILE *buf_file; in btf_type_c_dump() local
245 if (!buf_file) { in btf_type_c_dump()
250 opts.ctx = buf_file; in btf_type_c_dump()
265 fflush(buf_file); in btf_type_c_dump()
[all …]
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_log.c106 struct dentry *buf_file; in create_buf_file_callback() local
119 buf_file = debugfs_create_file(filename, mode, in create_buf_file_callback()
121 if (IS_ERR(buf_file)) in create_buf_file_callback()
124 return buf_file; in create_buf_file_callback()
/linux/drivers/net/wireless/ath/ath10k/
A Dspectral.c482 struct dentry *buf_file; in create_buf_file_handler() local
484 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler()
486 if (IS_ERR(buf_file)) in create_buf_file_handler()
490 return buf_file; in create_buf_file_handler()
/linux/drivers/net/wireless/ath/ath9k/
A Dcommon-spectral.c1038 struct dentry *buf_file; in create_buf_file_handler() local
1040 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler()
1042 if (IS_ERR(buf_file)) in create_buf_file_handler()
1046 return buf_file; in create_buf_file_handler()
/linux/drivers/net/wireless/ath/ath11k/
A Dspectral.c134 struct dentry *buf_file; in create_buf_file_handler() local
136 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler()
139 return buf_file; in create_buf_file_handler()

Completed in 14 milliseconds