Home
last modified time | relevance | path

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

1234567891011

/OK3568_Linux_fs/kernel/net/batman-adv/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/bus/mhi/core/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c370 return single_open(file, woal_info_proc_read, pde_data(inode)); in woal_info_proc_open()
372 return single_open(file, woal_info_proc_read, PDE_DATA(inode)); in woal_info_proc_open()
374 return single_open(file, woal_info_proc_read, PDE(inode)->data); in woal_info_proc_open()
800 return single_open(file, woal_config_read, pde_data(inode)); in woal_config_proc_open()
802 return single_open(file, woal_config_read, PDE_DATA(inode)); in woal_config_proc_open()
804 return single_open(file, woal_config_read, PDE(inode)->data); in woal_config_proc_open()
877 return single_open(file, woal_drv_dump_read, pde_data(inode)); in woal_drv_dump_proc_open()
879 return single_open(file, woal_drv_dump_read, PDE_DATA(inode)); in woal_drv_dump_proc_open()
881 return single_open(file, woal_drv_dump_read, PDE(inode)->data); in woal_drv_dump_proc_open()
956 return single_open(file, woal_fw_dump_read, pde_data(inode)); in woal_fw_dump_proc_open()
[all …]
H A Dmoal_debug.c752 return single_open(file, woal_histogram_read, pde_data(inode)); in woal_histogram_proc_open()
754 return single_open(file, woal_histogram_read, PDE_DATA(inode)); in woal_histogram_proc_open()
756 return single_open(file, woal_histogram_read, PDE(inode)->data); in woal_histogram_proc_open()
953 return single_open(file, woal_log_read, pde_data(inode)); in woal_log_proc_open()
955 return single_open(file, woal_log_read, PDE_DATA(inode)); in woal_log_proc_open()
957 return single_open(file, woal_log_read, PDE(inode)->data); in woal_log_proc_open()
1279 return single_open(file, woal_debug_read, pde_data(inode)); in woal_debug_proc_open()
1281 return single_open(file, woal_debug_read, PDE_DATA(inode)); in woal_debug_proc_open()
1283 return single_open(file, woal_debug_read, PDE(inode)->data); in woal_debug_proc_open()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap_debugfs.c95 return single_open(file, kbasep_csf_tiler_heap_debugfs_show, in->i_private); in kbasep_csf_tiler_heap_debugfs_open()
100 return single_open(file, kbasep_csf_tiler_heap_total_debugfs_show, in->i_private); in kbasep_csf_tiler_heap_total_debugfs_open()
/OK3568_Linux_fs/kernel/include/linux/
H A 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)); \
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_pool_debugfs.c118 return single_open(file, kbase_mem_pool_debugfs_size_show, in kbase_mem_pool_debugfs_open()
155 return single_open(file, kbase_mem_pool_debugfs_max_size_show, in kbase_mem_pool_debugfs_max_size_open()
H A Dmali_kbase_pbha_debugfs.c110 return single_open(file, int_id_overrides_show, in->i_private); in int_id_overrides_open()
138 return single_open(file, propagate_bits_show, in->i_private); in propagate_bits_open()
/OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/
H A 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()
/OK3568_Linux_fs/kernel/fs/cifs/
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A 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()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc_dbg.c301 return single_open(file, dmcinfo_proc_show, NULL); in dmcinfo_proc_open()
375 return single_open(file, powersave_proc_show, NULL); in powersave_proc_open()
569 return single_open(file, drvodt_proc_show, NULL); in drvodt_proc_open()
739 return single_open(file, skew_proc_show, NULL); in skew_proc_open()
898 return single_open(file, regsinfo_proc_show, NULL); in regsinfo_proc_open()
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/scsi/qedi/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_proc.c271 return single_open(file, woal_info_proc_read, PDE_DATA(inode)); in woal_info_proc_open()
273 return single_open(file, woal_info_proc_read, PDE(inode)->data); in woal_info_proc_open()
483 return single_open(file, woal_config_read, PDE_DATA(inode)); in woal_config_proc_open()
485 return single_open(file, woal_config_read, PDE(inode)->data); in woal_config_proc_open()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dptdump_debugfs.c17 return single_open(file, ptdump_show, inode->i_private); in ptdump_open()
/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A Dbootrom.c24 return single_open(file, bootrom_show, NULL); in bootrom_open()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dproc.c193 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()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_debugfs.c288 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Ddebugfs_gt.h16 return single_open(file, __name ## _show, inode->i_private); \

1234567891011