| /linux/drivers/bus/mhi/host/ |
| H A D | debugfs.c | 299 return single_open(fp, mhi_debugfs_states_show, inode->i_private); in mhi_debugfs_states_open() 304 return single_open(fp, mhi_debugfs_events_show, inode->i_private); in mhi_debugfs_events_open() 309 return single_open(fp, mhi_debugfs_channels_show, inode->i_private); in mhi_debugfs_channels_open() 314 return single_open(fp, mhi_debugfs_devices_show, inode->i_private); in mhi_debugfs_devices_open() 319 return single_open(fp, mhi_debugfs_regdump_show, inode->i_private); in mhi_debugfs_regdump_open() 324 return single_open(fp, mhi_debugfs_device_wake_show, inode->i_private); in mhi_debugfs_device_wake_open() 329 return single_open(fp, mhi_debugfs_timeout_ms_show, inode->i_private); in mhi_debugfs_timeout_ms_open()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_debugfs.c | 71 return single_open(file, rsi_sdio_stats_read, inode->i_private); in rsi_sdio_stats_open() 105 return single_open(file, rsi_version_read, inode->i_private); in rsi_version_open() 190 return single_open(file, rsi_stats_read, inode->i_private); in rsi_stats_open() 219 return single_open(file, rsi_debug_zone_read, inode->i_private); in rsi_debug_read()
|
| /linux/arch/powerpc/kernel/ |
| H 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/ |
| H 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/usb/host/ |
| H A D | xhci-debugfs.c | 237 return single_open(file, f_map->show, inode->i_private); in xhci_ring_open() 314 return single_open(file, f_map->show, inode->i_private); in xhci_context_open() 340 return single_open(file, xhci_portsc_show, inode->i_private); in xhci_port_open() 409 return single_open(file, xhci_portli_show, inode->i_private); in xhci_portli_open() 516 return single_open(file, xhci_stream_id_show, inode->i_private); in xhci_stream_id_open() 746 return single_open(file, f_map->show, inode->i_private); in bw_context_open()
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_debugfs.c | 169 return single_open(file, qedi_gbl_ctx_show, qedi); in qedi_dbg_gbl_ctx_open() 216 return single_open(file, qedi_io_trace_show, qedi); in qedi_dbg_io_trace_open()
|
| /linux/drivers/crypto/intel/iaa/ |
| H A D | iaa_crypto_stats.c | 225 return single_open(file, wq_stats_show, file); in wq_stats_open() 237 return single_open(file, global_stats_show, file); in global_stats_open()
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_debugfs.c | 295 return single_open(file, qedf_io_trace_show, qedf); in qedf_dbg_io_trace_open() 382 return single_open(file, qedf_driver_stats_show, qedf); in qedf_dbg_driver_stats_open() 474 return single_open(file, qedf_offload_stats_show, qedf); in qedf_dbg_offload_stats_open()
|
| /linux/drivers/ras/ |
| H A D | debugfs.c | 30 return single_open(file, trace_show, NULL); in trace_open()
|
| /linux/fs/jfs/ |
| H A D | jfs_debug.c | 28 return single_open(file, jfs_loglevel_proc_show, NULL); in jfs_loglevel_proc_open()
|
| /linux/arch/um/kernel/ |
| H A D | exitcode.c | 36 return single_open(file, exitcode_proc_show, NULL); in exitcode_proc_open()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_debugfs.h | 25 return single_open(file, __name ## _show, inode->i_private); \
|
| /linux/drivers/usb/musb/ |
| H A D | musb_debugfs.c | 158 return single_open(file, musb_test_mode_show, inode->i_private); in musb_test_mode_open() 256 return single_open(file, musb_softconnect_show, inode->i_private); in musb_softconnect_open()
|
| /linux/arch/arm64/kvm/ |
| H A D | ptdump.c | 185 ret = single_open(file, kvm_ptdump_guest_show, st); in kvm_ptdump_guest_open() 241 ret = single_open(file, show, pgtable); in kvm_pgtable_debugfs_open()
|
| /linux/arch/sparc/kernel/ |
| H A D | led.c | 65 return single_open(file, led_proc_show, NULL); in led_proc_open()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_debugfs.c | 101 ret = single_open(file, msm_gpu_show, show_priv); in msm_gpu_open() 196 ret = single_open(file, msm_kms_show, state); in msm_kms_open()
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_debugfs.c | 55 return single_open(file, debugfs_trace_show, inode->i_private); in debugfs_trace_open()
|
| /linux/arch/sh/mm/ |
| H A D | tlb-debugfs.c | 139 return single_open(file, tlb_seq_show, inode->i_private); in tlb_debugfs_open()
|
| H A D | alignment.c | 137 return single_open(file, alignment_proc_show, NULL); in alignment_proc_open()
|
| /linux/drivers/acpi/ |
| H A D | proc.c | 127 return single_open(file, acpi_system_wakeup_device_seq_show, in acpi_system_wakeup_device_open_fs()
|
| /linux/arch/alpha/kernel/ |
| H A D | srm_env.c | 86 return single_open(file, srm_env_proc_show, pde_data(inode)); in srm_env_proc_open()
|
| /linux/kernel/time/ |
| H A D | test_udelay.c | 96 return single_open(file, udelay_test_show, inode->i_private); in udelay_test_open()
|
| /linux/drivers/usb/dwc3/ |
| H A D | debugfs.c | 361 return single_open(file, dwc3_lsp_show, inode->i_private); in dwc3_lsp_open() 430 return single_open(file, dwc3_mode_show, inode->i_private); in dwc3_mode_open() 516 return single_open(file, dwc3_testmode_show, inode->i_private); in dwc3_testmode_open() 604 return single_open(file, dwc3_link_state_show, inode->i_private); in dwc3_link_state_open()
|
| /linux/drivers/nubus/ |
| H A D | proc.c | 143 return single_open(file, nubus_proc_rsrc_show, inode); in nubus_rsrc_proc_open()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_debugfs.c | 45 return single_open(file, show, NULL); in kfd_debugfs_open()
|