Searched refs:new_profile (Results 1 – 6 of 6) sorted by relevance
28 static void isku_profile_activated(struct isku_device *isku, uint new_profile) in isku_profile_activated() argument30 isku->actual_profile = new_profile; in isku_profile_activated()49 static int isku_set_actual_profile(struct usb_device *usb_dev, int new_profile) in isku_set_actual_profile() argument55 buf.actual_profile = new_profile; in isku_set_actual_profile()
37 static void kone_profile_activated(struct kone_device *kone, uint new_profile) in kone_profile_activated() argument39 kone->actual_profile = new_profile; in kone_profile_activated()40 kone->actual_dpi = kone->profiles[new_profile - 1].startup_dpi; in kone_profile_activated()43 static void kone_profile_report(struct kone_device *kone, uint new_profile) in kone_profile_report() argument48 roccat_report.value = new_profile; in kone_profile_report()
32 uint new_profile) in koneplus_profile_activated() argument34 koneplus->actual_profile = new_profile; in koneplus_profile_activated()70 int new_profile) in koneplus_set_actual_profile() argument76 buf.actual_profile = new_profile; in koneplus_set_actual_profile()
33 unsigned int new_profile) in profile_activated() argument35 if (new_profile >= ARRAY_SIZE(pyra->profile_settings)) in profile_activated()37 pyra->actual_profile = new_profile; in profile_activated()
113 int new_profile) in kovaplus_set_actual_profile() argument119 buf.actual_profile = new_profile; in kovaplus_set_actual_profile()
525 struct aa_profile *new_profile; in x_table_lookup() local527 new_profile = aa_find_child(profile, *name); in x_table_lookup()528 if (new_profile) in x_table_lookup()529 label = &new_profile->label; in x_table_lookup()679 struct aa_profile *new_profile = NULL; in profile_transition() local681 new_profile = aa_new_null_profile(profile, false, name, in profile_transition()683 if (!new_profile) { in profile_transition()688 new = &new_profile->label; in profile_transition()