Lines Matching defs:profile
225 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \
231 .attr = { .name = "profile" #number "_buttons", .mode = 0440 }, \
255 unsigned long profile;
263 retval = kstrtoul(buf, 10, &profile);
267 if (profile > 4)
272 retval = koneplus_set_actual_profile(usb_dev, profile);
278 koneplus_profile_activated(koneplus, profile);
281 roccat_report.data1 = profile + 1;
283 roccat_report.profile = profile + 1;
505 roccat_report.profile = koneplus->actual_profile + 1;