Searched refs:new_profile (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/net/ethtool/ |
| H A D | coalesce.c | 448 struct dim_cq_moder *new_profile, *old_profile; in ethnl_update_profile() local 460 new_profile = kmemdup(old_profile, len, GFP_KERNEL); in ethnl_update_profile() 461 if (!new_profile) in ethnl_update_profile() 472 ret = ethnl_update_irq_moder(irq_moder, &new_profile[i].usec, in ethnl_update_profile() 479 ret = ethnl_update_irq_moder(irq_moder, &new_profile[i].pkts, in ethnl_update_profile() 486 ret = ethnl_update_irq_moder(irq_moder, &new_profile[i].comps, in ethnl_update_profile() 500 rcu_assign_pointer(*dst, new_profile); in ethnl_update_profile() 506 kfree(new_profile); in ethnl_update_profile()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-roccat-isku.c | 26 static void isku_profile_activated(struct isku_device *isku, uint new_profile) in isku_profile_activated() argument 28 isku->actual_profile = new_profile; in isku_profile_activated() 47 static int isku_set_actual_profile(struct usb_device *usb_dev, int new_profile) in isku_set_actual_profile() argument 53 buf.actual_profile = new_profile; in isku_set_actual_profile()
|
| H A D | hid-roccat-kone.c | 37 static void kone_profile_activated(struct kone_device *kone, uint new_profile) in kone_profile_activated() argument 39 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() argument 48 roccat_report.value = new_profile; in kone_profile_report()
|
| H A D | hid-roccat-koneplus.c | 30 uint new_profile) in koneplus_profile_activated() argument 32 koneplus->actual_profile = new_profile; in koneplus_profile_activated() 68 int new_profile) in koneplus_set_actual_profile() argument 74 buf.actual_profile = new_profile; in koneplus_set_actual_profile()
|
| H A D | hid-roccat-pyra.c | 30 unsigned int new_profile) in profile_activated() argument 32 if (new_profile >= ARRAY_SIZE(pyra->profile_settings)) in profile_activated() 34 pyra->actual_profile = new_profile; in profile_activated()
|
| H A D | hid-roccat-kovaplus.c | 111 int new_profile) in kovaplus_set_actual_profile() argument 117 buf.actual_profile = new_profile; in kovaplus_set_actual_profile()
|
| /linux-6.15/security/apparmor/ |
| H A D | domain.c | 530 struct aa_profile *new_profile; in x_table_lookup() local 532 new_profile = aa_find_child(profile, *name); in x_table_lookup() 533 if (new_profile) in x_table_lookup() 534 label = &new_profile->label; in x_table_lookup() 639 struct aa_profile *new_profile = NULL; in profile_transition() local 696 new_profile = aa_new_learning_profile(profile, false, name, in profile_transition() 698 if (!new_profile) { in profile_transition() 703 new = &new_profile->label; in profile_transition()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 6242 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_init_profile() argument 6247 err = mlx5e_priv_init(priv, new_profile, netdev, mdev); in mlx5e_netdev_init_profile() 6253 priv->profile = new_profile; in mlx5e_netdev_init_profile() 6255 err = new_profile->init(priv->mdev, priv->netdev); in mlx5e_netdev_init_profile() 6268 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_attach_profile() argument 6273 err = mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_attach_profile() 6283 new_profile->cleanup(priv); in mlx5e_netdev_attach_profile() 6289 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_change_profile() argument 6303 mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_change_profile() 6308 err = mlx5e_netdev_attach_profile(netdev, mdev, new_profile, new_ppriv); in mlx5e_netdev_change_profile()
|
| H A D | en.h | 1224 const struct mlx5e_profile *new_profile, void *new_ppriv);
|