Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_dp_helper.c765 module_param_unsafe(dp_aux_i2c_speed_khz, int, 0644);
923 module_param_unsafe(dp_aux_i2c_transfer_size, int, 0644);
/Linux-v4.19/include/linux/
Dmoduleparam.h134 #define module_param_unsafe(name, type, perm) \ macro