Searched refs:profile (Results 76 - 100 of 314) sorted by relevance

1234567891011>>

/linux-master/security/tomoyo/
H A DMakefile8 $(foreach x, profile exception_policy domain_policy manager stat, \
H A Dutil.c987 * @profile: Profile number.
992 int tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile, argument
1000 p = tomoyo_profile(ns, profile);
1022 u8 profile; local
1028 profile = domain->profile;
1029 r->profile = profile;
1031 r->mode = tomoyo_get_mode(domain->ns, profile, index);
1095 if (count < tomoyo_profile(domain->ns, domain->profile)
[all...]
H A Dcommon.c22 /* String table for /sys/kernel/security/tomoyo/profile */
475 * tomoyo_assign_profile - Create a new profile.
478 * @profile: Profile number to create.
483 (struct tomoyo_policy_namespace *ns, const unsigned int profile)
488 if (profile >= TOMOYO_MAX_PROFILES)
490 ptr = ns->profile_ptr[profile];
496 ptr = ns->profile_ptr[profile];
509 ns->profile_ptr[profile] = ptr;
519 * tomoyo_profile - Find a profile.
522 * @profile
482 tomoyo_assign_profile(struct tomoyo_policy_namespace *ns, const unsigned int profile) argument
526 tomoyo_profile(const struct tomoyo_policy_namespace *ns, const u8 profile) argument
586 tomoyo_set_mode(char *name, const char *value, struct tomoyo_profile *profile) argument
671 struct tomoyo_profile *profile; local
741 const struct tomoyo_profile *profile; local
2773 const u8 profile = domain->profile; local
[all...]
/linux-master/drivers/hid/
H A Dhid-roccat-arvo.c158 unsigned long profile; local
161 retval = kstrtoul(buf, 10, &profile);
165 if (profile < 1 || profile > 5)
169 temp_buf.actual_profile = profile;
175 arvo->actual_profile = profile;
393 roccat_report.profile = arvo->actual_profile;
H A Dhid-roccat-koneplus.c223 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \
229 .attr = { .name = "profile" #number "_buttons", .mode = 0440 }, \
253 unsigned long profile; local
261 retval = kstrtoul(buf, 10, &profile);
265 if (profile > 4)
270 retval = koneplus_set_actual_profile(usb_dev, profile);
276 koneplus_profile_activated(koneplus, profile);
279 roccat_report.data1 = profile + 1;
281 roccat_report.profile = profile
[all...]
H A Dhid-roccat-kovaplus.c253 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \
259 .attr = { .name = "profile" #number "_buttons", .mode = 0440 }, \
283 unsigned long profile; local
291 retval = kstrtoul(buf, 10, &profile);
295 if (profile >= 5)
299 retval = kovaplus_set_actual_profile(usb_dev, profile);
305 kovaplus_profile_activated(kovaplus, profile);
308 roccat_report.profile = profile + 1;
310 roccat_report.data1 = profile
[all...]
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/platform/x86/hp/
H A Dhp-wmi.c53 * "OMEN", and it can use the thermal profile stuff if the "Feature" array
66 * profile version 0 by the Omen Command Center app, regardless of what
73 /* DMI board names of Omen laptops that have a thermal profile timer which will
74 * cause the embedded controller to set the thermal profile back to
1198 enum platform_profile_option *profile)
1209 *profile = PLATFORM_PROFILE_PERFORMANCE;
1213 *profile = PLATFORM_PROFILE_BALANCED;
1217 *profile = PLATFORM_PROFILE_COOL;
1249 enum platform_profile_option profile)
1259 switch (profile) {
1197 platform_profile_omen_get(struct platform_profile_handler *pprof, enum platform_profile_option *profile) argument
1248 platform_profile_omen_set(struct platform_profile_handler *pprof, enum platform_profile_option profile) argument
1314 hp_wmi_platform_profile_get(struct platform_profile_handler *pprof, enum platform_profile_option *profile) argument
1343 hp_wmi_platform_profile_set(struct platform_profile_handler *pprof, enum platform_profile_option profile) argument
1384 platform_profile_victus_get(struct platform_profile_handler *pprof, enum platform_profile_option *profile) argument
1410 platform_profile_victus_set(struct platform_profile_handler *pprof, enum platform_profile_option profile) argument
[all...]
/linux-master/drivers/md/
H A Ddm-table.c1128 * Get a disk whose integrity profile reflects the table's profile.
1158 DMWARN("%s: integrity not set: %s and %s profile mismatch",
1167 * underlying devices have an integrity profile. But all devices may
1171 * profile). Consequently, stacked DM devices force a 2 stage integrity
1172 * profile validation: First pass during table load, final pass during
1191 * Register integrity profile during table load; we can do
1192 * this because the final profile must match during resume.
1201 * profile the new profile shoul
1218 struct blk_crypto_profile profile; member in struct:dm_crypto_profile
1235 dm_keyslot_evict(struct blk_crypto_profile *profile, const struct blk_crypto_key *key, unsigned int slot) argument
1272 dm_destroy_crypto_profile(struct blk_crypto_profile *profile) argument
1303 struct blk_crypto_profile *profile; local
1391 dm_destroy_crypto_profile(struct blk_crypto_profile *profile) argument
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c28 * @a: new profile info
29 * @b: old profile info
43 * i40e_ddp_does_profile_exist - checks if DDP profile loaded already
45 * @pinfo: DDP profile information structure
47 * checks if DDP profile loaded already.
48 * Returns >0 if the profile exists.
49 * Returns 0 if the profile is absent.
75 * @new: new profile info
76 * @old: old profile info
100 * @pinfo: DDP profile informatio
139 i40e_add_pinfo(struct i40e_hw *hw, struct i40e_profile_segment *profile, u8 *profile_info_sec, u32 track_id) argument
179 i40e_del_pinfo(struct i40e_hw *hw, struct i40e_profile_segment *profile, u8 *profile_info_sec, u32 track_id) argument
[all...]
/linux-master/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h194 * nal_h264_profile() - Get profile_idc for v4l2 h264 profile
195 * @profile: the profile as &enum v4l2_mpeg_video_h264_profile
202 static inline int nal_h264_profile(enum v4l2_mpeg_video_h264_profile profile) argument
204 switch (profile) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.h136 const struct mlx5e_profile *profile);
138 const struct mlx5e_profile *profile);
H A Dfs.h142 const struct mlx5e_profile *profile,
145 const struct mlx5e_profile *profile);
147 struct mlx5e_flow_steering *mlx5e_fs_init(const struct mlx5e_profile *profile,
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd_dvbt2_mon.h127 *profile);
/linux-master/arch/arm/kernel/
H A Dtime.c20 #include <linux/profile.h>
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-debug.c21 s->profile, s->level, s->dpb,
/linux-master/kernel/time/
H A Dtick-oneshot.c15 #include <linux/profile.h>
/linux-master/arch/alpha/kernel/
H A Dirq.c26 #include <linux/profile.h>
/linux-master/include/trace/events/
H A Ddevfreq.h56 __entry->polling_ms = devfreq->profile->polling_ms;
/linux-master/security/apparmor/include/
H A Dpolicy.h72 APPARMOR_UNCONFINED, /* profile set to unconfined */
157 * @caps: capabilities for the profile
158 * @rlimits: rlimits for the profile
195 * @base - base components of the profile (name, refcount, lists, lock ...)
196 * @label - label this profile is an extension of
197 * @parent: parent of profile
198 * @ns: namespace the profile is in
199 * @rename: optional profile name that this profile renamed
201 * @audit: the auditing mode of the profile
382 AUDIT_MODE(struct aa_profile *profile) argument
[all...]
H A Dlib.h22 * DEBUG remains global (no per profile flag) since it is mostly used in sysctl
23 * which is not related to profile accesses.
155 * @name: hname to find the base profile name component of (NOT NULL)
157 * Returns: the tail (base profile name) name component of an hname
225 * @P: profile parameter derived from L by this macro, can be passed to FN
227 * @FN: fn to call for each profile transition. @P is set to the profile
245 DEFINE_VEC(profile, __pvec); \
260 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
274 vec_cleanup(profile, __pve
[all...]
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_main.c292 struct mthca_profile profile; local
319 profile = hca_profile;
320 profile.num_uar = dev_lim.uar_size / PAGE_SIZE;
321 profile.uarc_size = 0;
323 profile.num_srq = dev_lim.max_srqs;
325 size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca);
577 struct mthca_profile profile; local
609 profile = hca_profile;
610 profile.num_uar = dev_lim.uar_size / PAGE_SIZE;
611 profile
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_proc.c141 rc = dasd_profile_on(&device->block->profile);
159 dasd_profile_off(&device->block->profile);
174 dasd_profile_reset(&device->block->profile);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c619 * extraction is not supported by the profile.
790 * and LXMB extraction is not supported by the profile.
869 * and LXMB extraction is not supported by the profile.
1346 /* Programme mkex hash profile */
1385 /* If user not selected mkex profile */
1390 /* Setting up the mapping for mkex profile image */
1414 dev_warn(dev, "Failed to load requested profile: %s\n", mkex_profile);
1417 dev_info(rvu->dev, "Using %s mkex profile\n", rvu->kpu.mkex->name);
1418 /* Program selected mkex profile */
1495 const struct npc_kpu_profile *profile)
1494 npc_program_kpu_profile(struct rvu *rvu, int blkaddr, int kpu, const struct npc_kpu_profile *profile) argument
1538 npc_prepare_default_kpu(struct npc_kpu_profile_adapter *profile) argument
1554 npc_apply_custom_kpu(struct rvu *rvu, struct npc_kpu_profile_adapter *profile) argument
1721 struct npc_kpu_profile_adapter *profile = &rvu->kpu; local
[all...]

Completed in 225 milliseconds

1234567891011>>