Home
last modified time | relevance | path

Searched refs:file_operations (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/sys/arch/zaurus/stand/zbsdmod/
H A Dcompat_linux.h36 struct file_operations { struct
63 extern int register_chrdev(unsigned int, const char *, struct file_operations *); argument
80 struct file_operations * proc_fops;
H A Dzbsdmod.c55 static struct file_operations fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Ddebugfs_gt.h20 static const struct file_operations __name ## _fops = { \
32 const struct file_operations *fops;
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c891 static const struct file_operations dp_link_settings_debugfs_fops = {
898 static const struct file_operations dp_phy_settings_debugfs_fop = {
905 static const struct file_operations dp_phy_test_pattern_fops = {
911 static const struct file_operations sdp_message_fops = {
917 static const struct file_operations dp_dpcd_address_debugfs_fops = {
923 static const struct file_operations dp_dpcd_size_debugfs_fops = {
929 static const struct file_operations dp_dpcd_data_debugfs_fops = {
938 const struct file_operations *fops;
1174 static const struct file_operations dtn_log_fops = { in dtn_debugfs_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_debugfs.c74 static const struct file_operations kfd_debugfs_fops = {
82 static const struct file_operations kfd_debugfs_hang_hws_fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_debugfs.c848 static const struct file_operations amdgpu_debugfs_regs_fops = {
854 static const struct file_operations amdgpu_debugfs_regs_didt_fops = {
860 static const struct file_operations amdgpu_debugfs_regs_pcie_fops = {
866 static const struct file_operations amdgpu_debugfs_regs_smc_fops = {
873 static const struct file_operations amdgpu_debugfs_gca_config_fops = {
879 static const struct file_operations amdgpu_debugfs_sensors_fops = {
885 static const struct file_operations amdgpu_debugfs_wave_fops = {
890 static const struct file_operations amdgpu_debugfs_gpr_fops = {
896 static const struct file_operations *debugfs_regs[] = {
H A Damdgpu_ras.c122 static const struct file_operations amdgpu_ras_debugfs_ops = {
362 static const struct file_operations amdgpu_ras_debugfs_ctrl_ops = {
369 static const struct file_operations amdgpu_ras_debugfs_eeprom_ops = {
H A Damdgpu_ring.c489 static const struct file_operations amdgpu_debugfs_ring_fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_debugfs.c159 static const struct file_operations drm_debugfs_fops = {
410 static const struct file_operations drm_edid_fops = {
420 static const struct file_operations drm_connector_fops = {
H A Ddrm_debugfs_crc.c172 static const struct file_operations drm_crtc_crc_control_fops = {
363 static const struct file_operations drm_crtc_crc_data_fops = {
H A Ddrm_drv.c1185 const struct file_operations *new_fops; in drm_stub_open()
1217 static const struct file_operations drm_stub_fops = {
H A Ddrm_dp_aux_dev.c247 static const struct file_operations auxdev_fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_debugfs.c205 static const struct file_operations nouveau_pstate_fops = {
220 const struct file_operations *fops;
/netbsd-src/sys/external/bsd/drm2/dist/drm/tdfx/
H A Dtdfx_drv.c53 static const struct file_operations tdfx_driver_fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/i810/
H A Di810_drv.c53 static const struct file_operations i810_driver_fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/savage/
H A Dsavage_drv.c44 static const struct file_operations savage_driver_fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_drv.c48 static const struct file_operations mga_driver_fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/r128/
H A Dr128_drv.c52 static const struct file_operations r128_driver_fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_drv.c70 static const struct file_operations via_driver_fops = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/sis/
H A Dsis_drv.c73 static const struct file_operations sis_driver_fops = {
/netbsd-src/external/bsd/iscsi/dist/src/osd/
H A Dosdfs.c98 static struct file_operations osdfs_dir_operations;
99 static struct file_operations osdfs_file_operations;
785 static struct file_operations osdfs_file_operations = {
880 static struct file_operations osdfs_dir_operations = {
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c742 static const struct file_operations i915_gpu_info_fops = {
779 static const struct file_operations i915_error_state_fops = {
1964 static const struct file_operations i915_guc_log_relay_fops = {
2861 static const struct file_operations i915_ipc_status_fops = {
3140 static const struct file_operations i915_displayport_test_active_fops = {
3431 static const struct file_operations i915_pri_wm_latency_fops = {
3440 static const struct file_operations i915_spr_wm_latency_fops = {
3449 static const struct file_operations i915_cur_wm_latency_fops = {
3949 static const struct file_operations i915_forcewake_fops = {
4028 static const struct file_operations i915_hpd_storm_ctl_fops = {
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_gem.h353 static const struct file_operations name = {\
H A Ddrm_drv.h786 const struct file_operations *fops;
/netbsd-src/sys/external/bsd/drm2/dist/drm/vgem/
H A Dvgem_drv.c284 static const struct file_operations vgem_driver_fops = {

12