Searched refs:buf_file (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | btf_helpers.c | 219 FILE *buf_file; in btf_type_raw_dump() local 221 buf_file = fmemopen(buf, sizeof(buf) - 1, "w"); in btf_type_raw_dump() 222 if (!buf_file) { in btf_type_raw_dump() 227 fprintf_btf_type_raw(buf_file, btf, type_id); in btf_type_raw_dump() 228 fflush(buf_file); in btf_type_raw_dump() 229 fclose(buf_file); in btf_type_raw_dump() 260 FILE *buf_file; in btf_type_c_dump() local 264 buf_file = fmemopen(buf, sizeof(buf) - 1, "w"); in btf_type_c_dump() 265 if (!buf_file) { in btf_type_c_dump() 270 d = btf_dump__new(btf, btf_dump_printf, buf_file, NULL); in btf_type_c_dump() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | spectral.c | 472 struct dentry *buf_file; in create_buf_file_handler() local 474 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler() 476 if (IS_ERR(buf_file)) in create_buf_file_handler() 480 return buf_file; in create_buf_file_handler()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | common-spectral.c | 1018 struct dentry *buf_file; in create_buf_file_handler() local 1020 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler() 1022 if (IS_ERR(buf_file)) in create_buf_file_handler() 1026 return buf_file; in create_buf_file_handler()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | spectral.c | 137 struct dentry *buf_file; in create_buf_file_handler() local 139 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler() 142 return buf_file; in create_buf_file_handler()
|
| H A D | cfr.c | 822 struct dentry *buf_file; in ath11k_cfr_create_buf_file_handler() local 824 buf_file = debugfs_create_file(filename, mode, parent, buf, in ath11k_cfr_create_buf_file_handler() 827 return buf_file; in ath11k_cfr_create_buf_file_handler()
|