Lines Matching defs:profile
255 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \
261 .attr = { .name = "profile" #number "_buttons", .mode = 0440 }, \
285 unsigned long profile;
293 retval = kstrtoul(buf, 10, &profile);
297 if (profile >= 5)
301 retval = kovaplus_set_actual_profile(usb_dev, profile);
307 kovaplus_profile_activated(kovaplus, profile);
310 roccat_report.profile = profile + 1;
312 roccat_report.data1 = profile + 1;
580 roccat_report.profile = kovaplus->actual_profile + 1;