Home
last modified time | relevance | path

Searched refs:single_open_size (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.h32 return single_open_size(file, __name ## _show, inode->i_private, \
/openbmc/linux/fs/proc/
H A Dstat.c200 return single_open_size(file, show_stat, NULL, size); in stat_open()
/openbmc/linux/include/linux/
H A Dseq_file.h167 int single_open_size(struct file *, int (*)(struct seq_file *, void *), void *, size_t);
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-debugfs.c392 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()
/openbmc/linux/drivers/scsi/
H A Dscsi_proc.c97 return single_open_size(file, proc_scsi_show, pde_data(inode), in proc_scsi_host_open()
/openbmc/linux/fs/
H A Dseq_file.c593 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size() function
609 EXPORT_SYMBOL(single_open_size);
/openbmc/linux/sound/core/
H A Dinfo.c383 err = single_open_size(file, snd_info_seq_show, data, in snd_info_text_entry_open()