Home
last modified time | relevance | path

Searched refs:single_open (Results 1 – 25 of 178) sorted by relevance

12345678

/kernel/linux/linux-5.10/net/batman-adv/
Ddebugfs.c57 return single_open(file, batadv_algo_seq_print_text, NULL); in batadv_algorithms_open()
66 return single_open(file, batadv_hardif_neigh_seq_print_text, net_dev); in neighbors_open()
75 return single_open(file, batadv_orig_seq_print_text, net_dev); in batadv_originators_open()
93 return single_open(file, batadv_orig_hardif_seq_print_text, net_dev); in batadv_originators_hardif_open()
102 return single_open(file, batadv_gw_client_seq_print_text, net_dev); in batadv_gateways_open()
111 return single_open(file, batadv_tt_global_seq_print_text, net_dev); in batadv_transtable_global_open()
121 return single_open(file, batadv_bla_claim_table_seq_print_text, in batadv_bla_claim_table_open()
132 return single_open(file, batadv_bla_backbone_table_seq_print_text, in batadv_bla_backbone_table_open()
152 return single_open(file, batadv_dat_cache_seq_print_text, net_dev); in batadv_dat_cache_open()
162 return single_open(file, batadv_tt_local_seq_print_text, net_dev); in batadv_transtable_local_open()
[all …]
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
Ddebugfs.c296 return single_open(fp, mhi_debugfs_states_show, inode->i_private); in mhi_debugfs_states_open()
301 return single_open(fp, mhi_debugfs_events_show, inode->i_private); in mhi_debugfs_events_open()
306 return single_open(fp, mhi_debugfs_channels_show, inode->i_private); in mhi_debugfs_channels_open()
311 return single_open(fp, mhi_debugfs_devices_show, inode->i_private); in mhi_debugfs_devices_open()
316 return single_open(fp, mhi_debugfs_regdump_show, inode->i_private); in mhi_debugfs_regdump_open()
321 return single_open(fp, mhi_debugfs_device_wake_show, inode->i_private); in mhi_debugfs_device_wake_open()
326 return single_open(fp, mhi_debugfs_timeout_ms_show, inode->i_private); in mhi_debugfs_timeout_ms_open()
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_91x_debugfs.c72 return single_open(file, rsi_sdio_stats_read, inode->i_private); in rsi_sdio_stats_open()
106 return single_open(file, rsi_version_read, inode->i_private); in rsi_version_open()
191 return single_open(file, rsi_stats_read, inode->i_private); in rsi_stats_open()
220 return single_open(file, rsi_debug_zone_read, inode->i_private); in rsi_debug_read()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_debugfs_params.c24 return single_open(file, i915_param_int_show, inode->i_private); in i915_param_int_open()
77 return single_open(file, i915_param_uint_show, inode->i_private); in i915_param_uint_open()
130 return single_open(file, i915_param_charp_show, inode->i_private); in i915_param_charp_open()
/kernel/linux/linux-5.10/include/linux/
Dseq_file.h142 int single_open(struct file *, int (*)(struct seq_file *, void *), void *);
171 return single_open(file, __name ## _show, inode->i_private); \
185 return single_open(file, __name ## _show, PDE_DATA(inode)); \
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Drtas-proc.c159 return single_open(file, ppc_rtas_poweron_show, NULL); in poweron_open()
172 return single_open(file, ppc_rtas_progress_show, NULL); in progress_open()
185 return single_open(file, ppc_rtas_clock_show, NULL); in clock_open()
198 return single_open(file, ppc_rtas_tone_freq_show, NULL); in tone_freq_open()
211 return single_open(file, ppc_rtas_tone_volume_show, NULL); in tone_volume_open()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_debugfs.c74 return single_open(file, debugfs_log_show, inode->i_private); in debugfs_log_open()
143 return single_open(file, debugfs_trace_show, inode->i_private); in debugfs_trace_open()
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
Dgruprocfs.c244 return single_open(file, statistics_show, NULL); in statistics_open()
249 return single_open(file, mcs_statistics_show, NULL); in mcs_statistics_open()
254 return single_open(file, options_show, NULL); in options_open()
/kernel/linux/linux-5.10/arch/arm/mm/
Dptdump_debugfs.c17 return single_open(file, ptdump_show, inode->i_private); in ptdump_open()
/kernel/linux/linux-5.10/arch/mips/ralink/
Dbootrom.c24 return single_open(file, bootrom_show, NULL); in bootrom_open()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Ddebugfs_gt.h16 return single_open(file, __name ## _show, inode->i_private); \
/kernel/linux/linux-5.10/drivers/gpu/host1x/
Ddebug.c143 return single_open(file, host1x_debug_show_all, inode->i_private); in host1x_debug_open_all()
155 return single_open(file, host1x_debug_show, inode->i_private); in host1x_debug_open()
/kernel/linux/linux-5.10/arch/sh/mm/
Dasids-debugfs.c53 return single_open(file, asids_seq_show, inode->i_private); in asids_debugfs_open()
/kernel/linux/linux-5.10/fs/cifs/
Dcifs_debug.c617 return single_open(file, cifs_stats_proc_show, NULL); in cifs_stats_proc_open()
646 return single_open(file, name##_proc_show, NULL); \
760 return single_open(file, cifsFYI_proc_show, NULL); in cifsFYI_proc_open()
799 return single_open(file, cifs_linux_ext_proc_show, NULL); in cifs_linux_ext_proc_open()
830 return single_open(file, cifs_lookup_cache_proc_show, NULL); in cifs_lookup_cache_proc_open()
861 return single_open(file, traceSMB_proc_show, NULL); in traceSMB_proc_open()
892 return single_open(file, cifs_security_flags_proc_show, NULL); in cifs_security_flags_proc_open()
/kernel/linux/linux-5.10/drivers/sh/intc/
Dvirq-debugfs.c42 return single_open(file, intc_irq_xlate_debug, inode->i_private); in intc_irq_xlate_open()
/kernel/linux/linux-5.10/drivers/ras/
Ddebugfs.c24 return single_open(file, trace_show, NULL); in trace_open()
/kernel/linux/linux-5.10/drivers/scsi/qedi/
Dqedi_debugfs.c173 return single_open(file, qedi_gbl_ctx_show, qedi); in qedi_dbg_gbl_ctx_open()
220 return single_open(file, qedi_io_trace_show, qedi); in qedi_dbg_io_trace_open()
/kernel/linux/linux-5.10/mm/
Dreclaimacct_show.c142 return single_open(file, reclaimacct_proc_show, NULL); in reclaimacct_proc_open()
218 return single_open(file, reclaim_efficiency_proc_show, NULL); in reclaim_efficiency_proc_open()
Dmemory_monitor.c41 return single_open(file, kswapd_monitor_show, NULL); in kswapd_monitor_open()
Dlmkd_dbg_trigger.c32 return single_open(file, lmkd_dbg_trigger_proc_show, NULL); in lmkd_dbg_trigger_proc_open()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
Dsegment_regs.c46 return single_open(file, sr_show, NULL); in sr_open()
/kernel/linux/linux-5.10/fs/jfs/
Djfs_debug.c28 return single_open(file, jfs_loglevel_proc_show, NULL); in jfs_loglevel_proc_open()
/kernel/linux/linux-5.10/arch/um/kernel/
Dexitcode.c36 return single_open(file, exitcode_proc_show, NULL); in exitcode_proc_open()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_debugfs.c151 return single_open(file, node->info_ent->show, node); in drm_debugfs_open()
297 return single_open(file, connector_show, dev); in connector_open()
344 return single_open(file, edid_show, dev); in edid_open()
/kernel/linux/linux-5.10/drivers/usb/mtu3/
Dmtu3_debugfs.c269 return single_open(file, f_map->show, inode->i_private); in mtu3_ep_open()
310 return single_open(file, mtu3_probe_show, inode->i_private); in mtu3_probe_open()
442 return single_open(file, ssusb_mode_show, inode->i_private); in ssusb_mode_open()
488 return single_open(file, ssusb_vbus_show, inode->i_private); in ssusb_vbus_open()

12345678