Home
last modified time | relevance | path

Searched refs:module_param_named_unsafe (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_params.c65 module_param_named_unsafe(panel_ignore_lid, i915.panel_ignore_lid, int, 0600);
70 module_param_named_unsafe(semaphores, i915.semaphores, int, 0400);
75 module_param_named_unsafe(enable_rc6, i915.enable_rc6, int, 0400);
83 module_param_named_unsafe(enable_fbc, i915.enable_fbc, int, 0600);
88 module_param_named_unsafe(lvds_channel_mode, i915.lvds_channel_mode, int, 0600);
93 module_param_named_unsafe(lvds_use_ssc, i915.panel_use_ssc, int, 0600);
98 module_param_named_unsafe(vbt_sdvo_panel_type, i915.vbt_sdvo_panel_type, int, 0600);
103 module_param_named_unsafe(reset, i915.reset, bool, 0600);
106 module_param_named_unsafe(enable_hangcheck, i915.enable_hangcheck, bool, 0644);
112 module_param_named_unsafe(enable_ppgtt, i915.enable_ppgtt, int, 0400);
[all …]
/linux-4.4.14/include/linux/
Dmoduleparam.h132 module_param_named_unsafe(name, name, type, perm)
153 #define module_param_named_unsafe(name, value, type, perm) \ macro