new_profile        28 drivers/hid/hid-roccat-isku.c static void isku_profile_activated(struct isku_device *isku, uint new_profile)
new_profile        30 drivers/hid/hid-roccat-isku.c 	isku->actual_profile = new_profile;
new_profile        49 drivers/hid/hid-roccat-isku.c static int isku_set_actual_profile(struct usb_device *usb_dev, int new_profile)
new_profile        55 drivers/hid/hid-roccat-isku.c 	buf.actual_profile = new_profile;
new_profile        37 drivers/hid/hid-roccat-kone.c static void kone_profile_activated(struct kone_device *kone, uint new_profile)
new_profile        39 drivers/hid/hid-roccat-kone.c 	kone->actual_profile = new_profile;
new_profile        40 drivers/hid/hid-roccat-kone.c 	kone->actual_dpi = kone->profiles[new_profile - 1].startup_dpi;
new_profile        43 drivers/hid/hid-roccat-kone.c static void kone_profile_report(struct kone_device *kone, uint new_profile)
new_profile        48 drivers/hid/hid-roccat-kone.c 	roccat_report.value = new_profile;
new_profile        32 drivers/hid/hid-roccat-koneplus.c 		uint new_profile)
new_profile        34 drivers/hid/hid-roccat-koneplus.c 	koneplus->actual_profile = new_profile;
new_profile        70 drivers/hid/hid-roccat-koneplus.c 		int new_profile)
new_profile        76 drivers/hid/hid-roccat-koneplus.c 	buf.actual_profile = new_profile;
new_profile       113 drivers/hid/hid-roccat-kovaplus.c 		int new_profile)
new_profile       119 drivers/hid/hid-roccat-kovaplus.c 	buf.actual_profile = new_profile;
new_profile        33 drivers/hid/hid-roccat-pyra.c 		unsigned int new_profile)
new_profile        35 drivers/hid/hid-roccat-pyra.c 	if (new_profile >= ARRAY_SIZE(pyra->profile_settings))
new_profile        37 drivers/hid/hid-roccat-pyra.c 	pyra->actual_profile = new_profile;
new_profile       520 security/apparmor/domain.c 			struct aa_profile *new_profile;
new_profile       522 security/apparmor/domain.c 			new_profile = aa_find_child(profile, *name);
new_profile       523 security/apparmor/domain.c 			if (new_profile)
new_profile       524 security/apparmor/domain.c 				label = &new_profile->label;
new_profile       691 security/apparmor/domain.c 		struct aa_profile *new_profile = NULL;
new_profile       699 security/apparmor/domain.c 			new_profile = aa_new_null_profile(profile, false, n,
new_profile       706 security/apparmor/domain.c 		if (!new_profile) {
new_profile       711 security/apparmor/domain.c 			new = &new_profile->label;