Lines Matching defs:profile
223 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \
229 .attr = { .name = "profile" #number "_buttons", .mode = 0440 }, \
253 unsigned long profile;
261 retval = kstrtoul(buf, 10, &profile);
265 if (profile > 4)
270 retval = koneplus_set_actual_profile(usb_dev, profile);
276 koneplus_profile_activated(koneplus, profile);
279 roccat_report.data1 = profile + 1;
281 roccat_report.profile = profile + 1;
508 roccat_report.profile = koneplus->actual_profile + 1;