Searched refs:MODULE_PARAM_DIR (Results 1 – 1 of 1) sorted by relevance
1129 #define MODULE_PARAM_DIR "/sys/module/i915/parameters/" macro1132 #define PARAM_FILE_PATH_MAX_SZ (strlen(MODULE_PARAM_DIR) + PARAM_NAME_MAX_SZ)1144 const size_t dir_len = strlen(MODULE_PARAM_DIR); in igt_module_param_exit_handler()1152 strcpy(file_path, MODULE_PARAM_DIR); in igt_module_param_exit_handler()1240 strcpy(file_path, MODULE_PARAM_DIR); in igt_set_module_param()1241 strcpy(file_path + strlen(MODULE_PARAM_DIR), name); in igt_set_module_param()