/linux/drivers/bus/mhi/core/ |
A D | debugfs.c | 298 return single_open(fp, mhi_debugfs_states_show, inode->i_private); in mhi_debugfs_states_open() 303 return single_open(fp, mhi_debugfs_events_show, inode->i_private); in mhi_debugfs_events_open() 308 return single_open(fp, mhi_debugfs_channels_show, inode->i_private); in mhi_debugfs_channels_open() 313 return single_open(fp, mhi_debugfs_devices_show, inode->i_private); in mhi_debugfs_devices_open() 318 return single_open(fp, mhi_debugfs_regdump_show, inode->i_private); in mhi_debugfs_regdump_open() 323 return single_open(fp, mhi_debugfs_device_wake_show, inode->i_private); in mhi_debugfs_device_wake_open() 328 return single_open(fp, mhi_debugfs_timeout_ms_show, inode->i_private); in mhi_debugfs_timeout_ms_open()
|
/linux/drivers/net/wireless/rsi/ |
A D | rsi_91x_debugfs.c | 72 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()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_debugfs_params.c | 36 return single_open(file, i915_param_int_show, inode->i_private); in i915_param_int_open() 99 return single_open(file, i915_param_uint_show, inode->i_private); in i915_param_uint_open() 162 return single_open(file, i915_param_charp_show, inode->i_private); in i915_param_charp_open()
|
/linux/fs/cifs/ |
A D | cifs_debug.c | 635 return single_open(file, cifs_stats_proc_show, NULL); in cifs_stats_proc_open() 664 return single_open(file, name##_proc_show, NULL); \ 782 return single_open(file, cifsFYI_proc_show, NULL); in cifsFYI_proc_open() 821 return single_open(file, cifs_linux_ext_proc_show, NULL); in cifs_linux_ext_proc_open() 852 return single_open(file, cifs_lookup_cache_proc_show, NULL); in cifs_lookup_cache_proc_open() 883 return single_open(file, traceSMB_proc_show, NULL); in traceSMB_proc_open() 914 return single_open(file, cifs_security_flags_proc_show, NULL); in cifs_security_flags_proc_open() 1041 return single_open(file, cifs_mount_params_proc_show, NULL); in cifs_mount_params_proc_open()
|
/linux/include/linux/ |
A D | seq_file.h | 165 int single_open(struct file *, int (*)(struct seq_file *, void *), void *); 198 return single_open(file, __name ## _show, inode->i_private); \ 212 return single_open(file, __name ## _show, PDE_DATA(inode)); \
|
/linux/arch/powerpc/kernel/ |
A D | rtas-proc.c | 159 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()
|
/linux/drivers/misc/sgi-gru/ |
A D | gruprocfs.c | 244 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()
|
/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
A D | vchiq_debugfs.c | 70 return single_open(file, debugfs_log_show, inode->i_private); in debugfs_log_open() 139 return single_open(file, debugfs_trace_show, inode->i_private); in debugfs_trace_open()
|
/linux/drivers/scsi/qedi/ |
A D | qedi_debugfs.c | 173 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()
|
/linux/drivers/gpu/host1x/ |
A D | debug.c | 151 return single_open(file, host1x_debug_show_all, inode->i_private); in host1x_debug_open_all() 163 return single_open(file, host1x_debug_show, inode->i_private); in host1x_debug_open()
|
/linux/drivers/net/ethernet/mediatek/ |
A D | mtk_ppe_debugfs.c | 180 return single_open(file, mtk_ppe_debugfs_foe_show_all, in mtk_ppe_debugfs_foe_open_all() 187 return single_open(file, mtk_ppe_debugfs_foe_show_bind, in mtk_ppe_debugfs_foe_open_bind()
|
/linux/drivers/gpu/drm/ |
A D | drm_debugfs.c | 151 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()
|
/linux/drivers/usb/mtu3/ |
A D | mtu3_debugfs.c | 270 return single_open(file, f_map->show, inode->i_private); in mtu3_ep_open() 311 return single_open(file, mtu3_probe_show, inode->i_private); in mtu3_probe_open() 443 return single_open(file, ssusb_mode_show, inode->i_private); in ssusb_mode_open() 489 return single_open(file, ssusb_vbus_show, inode->i_private); in ssusb_vbus_open()
|
/linux/arch/mips/ralink/ |
A D | bootrom.c | 24 return single_open(file, bootrom_show, NULL); in bootrom_open()
|
/linux/drivers/scsi/qedf/ |
A D | qedf_debugfs.c | 288 return single_open(file, qedf_io_trace_show, qedf); in qedf_dbg_io_trace_open() 375 return single_open(file, qedf_driver_stats_show, qedf); in qedf_dbg_driver_stats_open() 467 return single_open(file, qedf_offload_stats_show, qedf); in qedf_dbg_offload_stats_open()
|
/linux/kernel/irq/ |
A D | proc.c | 193 return single_open(file, irq_affinity_proc_show, PDE_DATA(inode)); in irq_affinity_proc_open() 198 return single_open(file, irq_affinity_list_proc_show, PDE_DATA(inode)); in irq_affinity_list_proc_open() 268 return single_open(file, default_affinity_show, PDE_DATA(inode)); in default_affinity_open()
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_gt_debugfs.h | 16 return single_open(file, __name ## _show, inode->i_private); \
|
/linux/drivers/ras/ |
A D | debugfs.c | 24 return single_open(file, trace_show, NULL); in trace_open()
|
/linux/drivers/usb/musb/ |
A D | musb_debugfs.c | 160 return single_open(file, musb_test_mode_show, inode->i_private); in musb_test_mode_open() 260 return single_open(file, musb_softconnect_show, inode->i_private); in musb_softconnect_open()
|
/linux/drivers/usb/host/ |
A D | xhci-debugfs.c | 248 return single_open(file, f_map->show, inode->i_private); in xhci_ring_open() 333 return single_open(file, f_map->show, inode->i_private); in xhci_context_open() 359 return single_open(file, xhci_portsc_show, inode->i_private); in xhci_port_open() 501 return single_open(file, xhci_stream_id_show, inode->i_private); in xhci_stream_id_open()
|
/linux/arch/um/kernel/ |
A D | exitcode.c | 36 return single_open(file, exitcode_proc_show, NULL); in exitcode_proc_open()
|
/linux/fs/jfs/ |
A D | jfs_debug.c | 28 return single_open(file, jfs_loglevel_proc_show, NULL); in jfs_loglevel_proc_open()
|
/linux/drivers/mfd/ |
A D | ab8500-debugfs.c | 1363 err = single_open(file, ab8500_print_all_banks, inode->i_private); in ab8500_all_banks_open() 1393 return single_open(file, ab8500_bank_print, inode->i_private); in ab8500_bank_open() 1426 return single_open(file, ab8500_address_print, inode->i_private); in ab8500_address_open() 1470 return single_open(file, ab8500_val_print, inode->i_private); in ab8500_val_open() 1563 return single_open(file, ab8500_hwreg_print, inode->i_private); in ab8500_hwreg_open() 1815 return single_open(file, ab8500_subscribe_unsubscribe_print, in ab8500_subscribe_unsubscribe_open()
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_debugfs.c | 34 return single_open(file, show, NULL); in kfd_debugfs_open()
|
/linux/arch/mips/kernel/ |
A D | segment.c | 86 return single_open(file, show_segments, NULL); in segments_open()
|