Lines Matching defs:profile
253 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \
259 .attr = { .name = "profile" #number "_buttons", .mode = 0440 }, \
283 unsigned long profile;
291 retval = kstrtoul(buf, 10, &profile);
295 if (profile >= 5)
299 retval = kovaplus_set_actual_profile(usb_dev, profile);
305 kovaplus_profile_activated(kovaplus, profile);
308 roccat_report.profile = profile + 1;
310 roccat_report.data1 = profile + 1;
583 roccat_report.profile = kovaplus->actual_profile + 1;