Searched refs:single_open_size (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/i915/gt/ |
D | intel_gt_debugfs.h | 32 return single_open_size(file, __name ## _show, inode->i_private, \
|
/Linux-v6.6/fs/proc/ |
D | stat.c | 200 return single_open_size(file, show_stat, NULL, size); in stat_open()
|
/Linux-v6.6/include/linux/ |
D | seq_file.h | 167 int single_open_size(struct file *, int (*)(struct seq_file *, void *), void *, size_t);
|
/Linux-v6.6/drivers/firmware/tegra/ |
D | bpmp-debugfs.c | 392 return single_open_size(file, bpmp_debug_show, file, SZ_256K); in bpmp_debug_open() 630 return single_open_size(file, debugfs_show, file, SZ_128K); in debugfs_open()
|
/Linux-v6.6/drivers/scsi/ |
D | scsi_proc.c | 97 return single_open_size(file, proc_scsi_show, pde_data(inode), in proc_scsi_host_open()
|
/Linux-v6.6/fs/ |
D | seq_file.c | 593 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size() function 609 EXPORT_SYMBOL(single_open_size);
|
/Linux-v6.6/sound/core/ |
D | info.c | 383 err = single_open_size(file, snd_info_seq_show, data, in snd_info_text_entry_open()
|