Searched refs:module_param_unsafe (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_dp_helper.c | 747 module_param_unsafe(dp_aux_i2c_speed_khz, int, 0644); 907 module_param_unsafe(dp_aux_i2c_transfer_size, int, 0644);
|
D | drm_fb_helper.c | 76 module_param_unsafe(drm_leak_fbdev_smem, bool, 0600);
|
/Linux-v5.4/include/linux/ |
D | moduleparam.h | 132 #define module_param_unsafe(name, type, perm) \ macro
|
/Linux-v5.4/drivers/gpu/drm/panfrost/ |
D | panfrost_drv.c | 25 module_param_unsafe(unstable_ioctls, bool, 0600);
|