Searched refs:new_profile (Results 1 – 6 of 6) sorted by relevance
31 static void isku_profile_activated(struct isku_device *isku, uint new_profile) in isku_profile_activated() argument33 isku->actual_profile = new_profile; in isku_profile_activated()52 static int isku_set_actual_profile(struct usb_device *usb_dev, int new_profile) in isku_set_actual_profile() argument58 buf.actual_profile = new_profile; in isku_set_actual_profile()
40 static void kone_profile_activated(struct kone_device *kone, uint new_profile) in kone_profile_activated() argument42 kone->actual_profile = new_profile; in kone_profile_activated()43 kone->actual_dpi = kone->profiles[new_profile - 1].startup_dpi; in kone_profile_activated()46 static void kone_profile_report(struct kone_device *kone, uint new_profile) in kone_profile_report() argument51 roccat_report.value = new_profile; in kone_profile_report()
35 uint new_profile) in koneplus_profile_activated() argument37 koneplus->actual_profile = new_profile; in koneplus_profile_activated()73 int new_profile) in koneplus_set_actual_profile() argument79 buf.actual_profile = new_profile; in koneplus_set_actual_profile()
36 unsigned int new_profile) in profile_activated() argument38 if (new_profile >= ARRAY_SIZE(pyra->profile_settings)) in profile_activated()40 pyra->actual_profile = new_profile; in profile_activated()
116 int new_profile) in kovaplus_set_actual_profile() argument122 buf.actual_profile = new_profile; in kovaplus_set_actual_profile()
520 struct aa_profile *new_profile; in x_table_lookup() local522 new_profile = aa_find_child(profile, *name); in x_table_lookup()523 if (new_profile) in x_table_lookup()524 label = &new_profile->label; in x_table_lookup()691 struct aa_profile *new_profile = NULL; in profile_transition() local699 new_profile = aa_new_null_profile(profile, false, n, in profile_transition()706 if (!new_profile) { in profile_transition()711 new = &new_profile->label; in profile_transition()