Searched refs:profile (Results 1 - 25 of 313) sorted by path

1234567891011>>

/linux-master/arch/sparc/kernel/
H A Dtime_64.c26 #include <linux/profile.h>
/linux-master/drivers/hid/
H A Dhid-roccat-arvo.h32 /* selected profile is persistent */
63 uint8_t profile; member in struct:arvo_roccat_report
H A Dhid-roccat-isku.h85 uint8_t profile; member in struct:isku_roccat_report
H A Dhid-roccat-koneplus.h79 /* data1 = new profile range 1-5 */
110 uint8_t profile; member in struct:koneplus_roccat_report
H A Dhid-roccat-kovaplus.h22 /* write; value = profile number range 0-4 */
24 /* write; value = profile number range 0-4 */
112 uint8_t profile; member in struct:kovaplus_roccat_report
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd_dvbt.h19 enum cxd2880_dvbt_profile profile; member in struct:cxd2880_dvbt_tune_param
H A Dcxd2880_tnrdmd_dvbt2.h25 enum cxd2880_dvbt2_profile profile; member in struct:cxd2880_dvbt2_tune_param
H A Dcxd2880_tnrdmd_dvbt2_mon.h127 *profile);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A DMakefile5 main.o mcg.o mr.o pd.o port.o profile.o qp.o reset.o sense.o \
H A Dprofile.c84 struct mlx4_resource *profile; local
88 profile = kcalloc(MLX4_RES_NUM, sizeof(*profile), GFP_KERNEL);
89 if (!profile)
111 profile[MLX4_RES_QP].size = dev_cap->qpc_entry_sz;
112 profile[MLX4_RES_RDMARC].size = dev_cap->rdmarc_entry_sz;
113 profile[MLX4_RES_ALTC].size = dev_cap->altc_entry_sz;
114 profile[MLX4_RES_AUXC].size = dev_cap->aux_entry_sz;
115 profile[MLX4_RES_SRQ].size = dev_cap->srq_entry_sz;
116 profile[MLX4_RES_C
[all...]
/linux-master/include/uapi/linux/
H A Dcapi.h115 capi_profile profile; member in union:capi_ioctl_struct
/linux-master/security/apparmor/include/
H A Dcrypto.h18 int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start,
25 static inline int aa_calc_profile_hash(struct aa_profile *profile, u32 version, argument
/linux-master/arch/alpha/kernel/
H A Dirq.c26 #include <linux/profile.h>
H A Dirq_impl.h14 #include <linux/profile.h>
H A Dsmp.c29 #include <linux/profile.h>
H A Dtime.c35 #include <linux/profile.h>
/linux-master/arch/arc/kernel/
H A Dsmp.c15 #include <linux/profile.h>
/linux-master/arch/arm/kernel/
H A Dsmp.c16 #include <linux/profile.h>
H A Dtime.c20 #include <linux/profile.h>
/linux-master/arch/arm64/kernel/
H A Dsmp.c19 #include <linux/profile.h>
H A Dtime.c20 #include <linux/profile.h>
/linux-master/arch/loongarch/kernel/
H A Dsmp.c16 #include <linux/profile.h>
/linux-master/arch/m68k/coldfire/
H A Dsltimers.c20 #include <linux/profile.h>
39 * Choose a reasonably fast profile timer. Make it an odd value to
57 printk(KERN_INFO "PROFILE: lodging TIMER 1 @ %dHz as profile timer\n",
61 "profile timer", NULL);
63 pr_err("Failed to request irq %d (profile timer): %pe\n",
67 /* Set up TIMER 2 as high speed profile clock */
H A Dtimers.c17 #include <linux/profile.h>
62 /* Timer2 is to be used as a high speed profile timer */
150 * Choose a reasonably fast profile timer. Make it an odd value to
173 printk(KERN_INFO "PROFILE: lodging TIMER2 @ %dHz as profile timer\n",
176 /* Set up TIMER 2 as high speed profile clock */
184 "profile timer", NULL);
186 pr_err("Failed to request irq %d (profile timer): %pe\n",
/linux-master/arch/m68k/kernel/
H A Dtime.c32 #include <linux/profile.h>

Completed in 310 milliseconds

1234567891011>>