Searched refs:single_open (Results 1 - 25 of 144) sorted by relevance

123456

/linux-master/drivers/ras/
H A Ddebugfs.c30 return single_open(file, trace_show, NULL);
/linux-master/arch/x86/kernel/cpu/
H A Ddebugfs.c40 return single_open(file, cpu_debug_show, inode->i_private);
74 return single_open(file, dom_debug_show, inode->i_private);
/linux-master/fs/jfs/
H A Djfs_debug.c28 return single_open(file, jfs_loglevel_proc_show, NULL);
/linux-master/arch/um/kernel/
H A Dexitcode.c36 return single_open(file, exitcode_proc_show, NULL);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.h25 return single_open(file, __name ## _show, inode->i_private); \
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c71 return single_open(file, rsi_sdio_stats_read, inode->i_private);
105 return single_open(file, rsi_version_read, inode->i_private);
190 return single_open(file, rsi_stats_read, inode->i_private);
219 return single_open(file, rsi_debug_zone_read, inode->i_private);
/linux-master/drivers/bus/mhi/host/
H A Ddebugfs.c298 return single_open(fp, mhi_debugfs_states_show, inode->i_private);
303 return single_open(fp, mhi_debugfs_events_show, inode->i_private);
308 return single_open(fp, mhi_debugfs_channels_show, inode->i_private);
313 return single_open(fp, mhi_debugfs_devices_show, inode->i_private);
318 return single_open(fp, mhi_debugfs_regdump_show, inode->i_private);
323 return single_open(fp, mhi_debugfs_device_wake_show, inode->i_private);
328 return single_open(fp, mhi_debugfs_timeout_ms_show, inode->i_private);
/linux-master/lib/kunit/
H A Ddebugfs.c105 return single_open(file, debugfs_print_results, suite);
133 return single_open(file, debugfs_print_run, suite);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs_params.c27 return single_open(file, intel_display_param_int_show, inode->i_private);
80 return single_open(file, intel_display_param_uint_show, inode->i_private);
H A Dintel_wm.c265 return single_open(file, pri_wm_latency_show, dev_priv);
275 return single_open(file, spr_wm_latency_show, dev_priv);
285 return single_open(file, cur_wm_latency_show, dev_priv);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debugfs.c35 return single_open(file, show, NULL);
/linux-master/include/linux/
H A Dseq_file.h166 int single_open(struct file *, int (*)(struct seq_file *, void *), void *);
199 return single_open(file, __name ## _show, inode->i_private); \
213 return single_open(file, __name ## _show, inode->i_private); \
228 return single_open(file, __name ## _show, pde_data(inode)); \
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_debugfs.c17 return single_open(f, seqfile->read, seqfile->data);
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_debugfs.c52 return single_open(file, debugfs_trace_show, inode->i_private);
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c36 return single_open(file, i915_param_int_show, inode->i_private);
102 return single_open(file, i915_param_uint_show, inode->i_private);
165 return single_open(file, i915_param_charp_show, inode->i_private);
/linux-master/drivers/misc/sgi-gru/
H A Dgruprocfs.c244 return single_open(file, statistics_show, NULL);
249 return single_open(file, mcs_statistics_show, NULL);
254 return single_open(file, options_show, NULL);
/linux-master/arch/sh/mm/
H A Dtlb-debugfs.c139 return single_open(file, tlb_seq_show, inode->i_private);
H A Dalignment.c137 return single_open(file, alignment_proc_show, NULL);
/linux-master/drivers/gpu/drm/armada/
H A Darmada_debugfs.c47 return single_open(file, armada_debugfs_crtc_reg_show,
/linux-master/arch/sparc/kernel/
H A Dled.c65 return single_open(file, led_proc_show, NULL);
/linux-master/drivers/scsi/qedi/
H A Dqedi_debugfs.c173 return single_open(file, qedi_gbl_ctx_show, qedi);
220 return single_open(file, qedi_io_trace_show, qedi);
/linux-master/drivers/usb/musb/
H A Dmusb_debugfs.c160 return single_open(file, musb_test_mode_show, inode->i_private);
260 return single_open(file, musb_softconnect_show, inode->i_private);
/linux-master/fs/smb/client/
H A Dcifs_debug.c785 return single_open(file, cifs_stats_proc_show, NULL);
814 return single_open(file, name##_proc_show, NULL); \
932 return single_open(file, cifsFYI_proc_show, NULL);
971 return single_open(file, cifs_linux_ext_proc_show, NULL);
1002 return single_open(file, cifs_lookup_cache_proc_show, NULL);
1033 return single_open(file, traceSMB_proc_show, NULL);
1064 return single_open(file, cifs_security_flags_proc_show, NULL);
1191 return single_open(file, cifs_mount_params_proc_show, NULL);
/linux-master/arch/powerpc/kernel/
H A Drtas-proc.c159 return single_open(file, ppc_rtas_poweron_show, NULL);
172 return single_open(file, ppc_rtas_progress_show, NULL);
185 return single_open(file, ppc_rtas_clock_show, NULL);
198 return single_open(file, ppc_rtas_tone_freq_show, NULL);
211 return single_open(file, ppc_rtas_tone_volume_show, NULL);
/linux-master/kernel/irq/
H A Dproc.c193 return single_open(file, irq_affinity_proc_show, pde_data(inode));
198 return single_open(file, irq_affinity_list_proc_show, pde_data(inode));
268 return single_open(file, default_affinity_show, pde_data(inode));

Completed in 431 milliseconds

123456