HomeSort by: relevance | last modified time | path
    Searched refs:file_operations (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
debugfs_gt.h 20 static const struct file_operations __name ## _fops = { \
32 const struct file_operations *fops;
  /src/sys/arch/zaurus/stand/zbsdmod/
compat_linux.h 36 struct file_operations { struct
63 extern int register_chrdev(unsigned int, const char *, struct file_operations *);
80 struct file_operations * proc_fops;
zbsdmod.c 55 static struct file_operations fops = {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_debugfs.c 74 static const struct file_operations kfd_debugfs_fops = {
82 static const struct file_operations kfd_debugfs_hang_hws_fops = {
  /src/sys/external/bsd/drm2/dist/drm/i810/
i810_drv.c 53 static const struct file_operations i810_driver_fops = {
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_drv.c 48 static const struct file_operations mga_driver_fops = {
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_drv.c 44 static const struct file_operations savage_driver_fops = {
  /src/sys/external/bsd/drm2/dist/drm/tdfx/
tdfx_drv.c 53 static const struct file_operations tdfx_driver_fops = {
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_drv.c 52 static const struct file_operations r128_driver_fops = {
  /src/sys/external/bsd/drm2/dist/drm/sis/
sis_drv.c 73 static const struct file_operations sis_driver_fops = {
  /src/sys/external/bsd/drm2/dist/drm/via/
via_drv.c 70 static const struct file_operations via_driver_fops = {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_debugfs.c 848 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[] = {
amdgpu_ras.c 122 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 = {
amdgpu_ring.c 489 static const struct file_operations amdgpu_debugfs_ring_fops = {
amdgpu_ttm.c 2519 static const struct file_operations amdgpu_ttm_vram_fops = {
2570 static const struct file_operations amdgpu_ttm_gtt_fops = {
2685 static const struct file_operations amdgpu_ttm_iomem_fops = {
2694 const struct file_operations *fops;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_debugfs.c 891 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 = {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_debugfs.c 205 static const struct file_operations nouveau_pstate_fops = {
220 const struct file_operations *fops;
  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs.c 159 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 = {
drm_debugfs_crc.c 172 static const struct file_operations drm_crtc_crc_control_fops = {
363 static const struct file_operations drm_crtc_crc_data_fops = {
drm_drv.c 1185 const struct file_operations *new_fops;
1217 static const struct file_operations drm_stub_fops = {
drm_dp_aux_dev.c 247 static const struct file_operations auxdev_fops = {
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_gem.h 343 * This macro autogenerates a suitable &struct file_operations for GEM based
353 static const struct file_operations name = {\
drm_drv.h 786 const struct file_operations *fops;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 742 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...]
  /src/sys/external/bsd/drm2/dist/drm/vgem/
vgem_drv.c 284 static const struct file_operations vgem_driver_fops = {

Completed in 57 milliseconds

1 2