Searched refs:new_profile (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-roccat-isku.c26 static void isku_profile_activated(struct isku_device *isku, uint new_profile) argument
28 isku->actual_profile = new_profile;
47 static int isku_set_actual_profile(struct usb_device *usb_dev, int new_profile) argument
53 buf.actual_profile = new_profile;
H A Dhid-roccat-kone.c37 static void kone_profile_activated(struct kone_device *kone, uint new_profile) argument
39 kone->actual_profile = new_profile;
40 kone->actual_dpi = kone->profiles[new_profile - 1].startup_dpi;
43 static void kone_profile_report(struct kone_device *kone, uint new_profile) argument
48 roccat_report.value = new_profile;
H A Dhid-roccat-koneplus.c30 uint new_profile)
32 koneplus->actual_profile = new_profile;
68 int new_profile)
74 buf.actual_profile = new_profile;
29 koneplus_profile_activated(struct koneplus_device *koneplus, uint new_profile) argument
67 koneplus_set_actual_profile(struct usb_device *usb_dev, int new_profile) argument
H A Dhid-roccat-pyra.c30 unsigned int new_profile)
32 if (new_profile >= ARRAY_SIZE(pyra->profile_settings))
34 pyra->actual_profile = new_profile;
29 profile_activated(struct pyra_device *pyra, unsigned int new_profile) argument
H A Dhid-roccat-kovaplus.c111 int new_profile)
117 buf.actual_profile = new_profile;
110 kovaplus_set_actual_profile(struct usb_device *usb_dev, int new_profile) argument
/linux-master/security/apparmor/
H A Ddomain.c531 struct aa_profile *new_profile; local
533 new_profile = aa_find_child(profile, *name);
534 if (new_profile)
535 label = &new_profile->label;
691 struct aa_profile *new_profile = NULL; local
693 new_profile = aa_new_learning_profile(profile, false, name,
695 if (!new_profile) {
700 new = &new_profile->label;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5917 const struct mlx5e_profile *new_profile, void *new_ppriv)
5922 err = mlx5e_priv_init(priv, new_profile, netdev, mdev);
5928 priv->profile = new_profile;
5930 err = new_profile->init(priv->mdev, priv->netdev);
5943 const struct mlx5e_profile *new_profile, void *new_ppriv)
5948 err = mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv);
5958 new_profile->cleanup(priv);
5964 const struct mlx5e_profile *new_profile, void *new_ppriv)
5978 mlx5e_netdev_init_profile(netdev, mdev, new_profile, new_ppriv);
5983 err = mlx5e_netdev_attach_profile(netdev, mdev, new_profile, new_ppri
5916 mlx5e_netdev_init_profile(struct net_device *netdev, struct mlx5_core_dev *mdev, const struct mlx5e_profile *new_profile, void *new_ppriv) argument
5942 mlx5e_netdev_attach_profile(struct net_device *netdev, struct mlx5_core_dev *mdev, const struct mlx5e_profile *new_profile, void *new_ppriv) argument
5963 mlx5e_netdev_change_profile(struct mlx5e_priv *priv, const struct mlx5e_profile *new_profile, void *new_ppriv) argument
[all...]
H A Den.h1221 const struct mlx5e_profile *new_profile, void *new_ppriv);

Completed in 331 milliseconds