Searched refs:profile (Results 26 - 50 of 314) sorted by relevance

1234567891011>>

/linux-master/drivers/mmc/host/
H A Dcqhci-crypto.c9 #include <linux/blk-crypto-profile.h>
26 cqhci_host_from_crypto_profile(struct blk_crypto_profile *profile) argument
29 container_of(profile, struct mmc_host, crypto_profile);
61 static int cqhci_crypto_keyslot_program(struct blk_crypto_profile *profile, argument
66 struct cqhci_host *cq_host = cqhci_host_from_crypto_profile(profile);
119 static int cqhci_crypto_keyslot_evict(struct blk_crypto_profile *profile, argument
123 struct cqhci_host *cq_host = cqhci_host_from_crypto_profile(profile);
172 struct blk_crypto_profile *profile = &mmc->crypto_profile; local
203 err = devm_blk_crypto_profile_init(dev, profile, num_keyslots);
207 profile
[all...]
/linux-master/fs/btrfs/
H A Draid-stripe-tree.h35 u64 profile = map_type & BTRFS_BLOCK_GROUP_PROFILE_MASK; local
43 if (profile & BTRFS_RST_SUPP_BLOCK_GROUP_MASK)
/linux-master/drivers/acpi/
H A Dplatform_profile.c3 /* Platform profile sysfs interface */
56 enum platform_profile_option profile = PLATFORM_PROFILE_BALANCED; local
68 err = cur_profile->profile_get(cur_profile, &profile);
73 /* Check that profile is valid index */
74 if (WARN_ON((profile < 0) || (profile >= ARRAY_SIZE(profile_names))))
77 return sysfs_emit(buf, "%s\n", profile_names[profile]);
95 /* Scan for a matching profile */
102 /* Check that platform supports this profile choice */
141 enum platform_profile_option profile; local
[all...]
/linux-master/arch/alpha/kernel/
H A Dirq_impl.h14 #include <linux/profile.h>
/linux-master/security/apparmor/
H A Dpolicy_unpack.c53 * @new: profile if it has been allocated (MAYBE NULL)
54 * @ns_name: name of the ns the profile is to be loaded to (MAY BE NULL)
55 * @name: name of the profile being manipulated (MAYBE NULL)
66 struct aa_profile *profile = labels_profile(aa_current_raw_label()); local
78 return aa_audit(AUDIT_APPARMOR_STATUS, profile, &ad, audit_cb);
453 * unpack_trans_table - unpack a profile transition table
534 static bool unpack_xattrs(struct aa_ext *e, struct aa_profile *profile) argument
544 profile->attach.xattr_count = size;
545 profile->attach.xattrs = kcalloc(size, sizeof(char *), GFP_KERNEL);
546 if (!profile
812 struct aa_profile *profile = NULL; local
1232 verify_profile(struct aa_profile *profile) argument
1405 struct aa_profile *profile = NULL; local
[all...]
H A Dlib.c49 * aa_split_fqname - split a fqname into a profile and namespace name
50 * @fqname: a full qualified name in namespace profile format (NOT NULL)
53 * Returns: profile name or NULL if one is not specified
55 * Split a namespace name from a profile name (see policy.c for naming
77 /* a ns name without a following profile is allowed */
130 /* a ns name without a following profile is allowed */
142 * aa_info_message - log a none profile related status message
306 * aa_apply_modes_to_perms - apply namespace and profile flags to perms
307 * @profile: that perms where computed from
310 * TODO: split into profile an
312 aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) argument
337 aa_profile_match_label(struct aa_profile *profile, struct aa_ruleset *rules, struct aa_label *label, int type, u32 request, struct aa_perms *perms) argument
353 aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, u32 request, int type, u32 *deny, struct apparmor_audit_data *ad) argument
388 aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, u32 request, struct apparmor_audit_data *ad, void (*cb)(struct audit_buffer *, void *)) argument
[all...]
H A Dapparmorfs.c102 * mangle_name - mangle a profile name to std profile layout form
103 * @name: profile name to mangle (NOT NULL)
612 static void profile_query_cb(struct aa_profile *profile, struct aa_perms *perms, argument
615 struct aa_ruleset *rules = list_first_entry(&profile->rules,
620 if (profile_unconfined(profile))
640 aa_apply_modes_to_perms(profile, &tmp);
670 struct aa_profile *profile; local
705 label_for_each_confined(i, label, profile) {
706 if (!profile
759 struct aa_profile *profile; local
1074 struct aa_profile *profile = labels_profile(label); local
1085 struct aa_profile *profile = labels_profile(label); local
1096 struct aa_profile *profile = labels_profile(label); local
1112 struct aa_profile *profile = labels_profile(label); local
1164 struct aa_profile *profile; local
1518 __aafs_profile_rmdir(struct aa_profile *profile) argument
1566 create_profile_file(struct dentry *dir, const char *name, struct aa_profile *profile, const struct file_operations *fops) argument
1581 profile_depth(struct aa_profile *profile) argument
1625 struct aa_profile *profile; local
1682 __aafs_profile_mkdir(struct aa_profile *profile, struct dentry *parent) argument
2183 next_profile(struct aa_ns *root, struct aa_profile *profile) argument
2205 struct aa_profile *profile = NULL; local
2233 struct aa_profile *profile = p; local
2249 struct aa_profile *profile = p; local
2269 struct aa_profile *profile = (struct aa_profile *)p; local
[all...]
H A Dlabel.c29 * profiles - each profile is a label
72 /* requires profile list write lock held */
127 * profile_cmp - profile comparison for set ordering
128 * @a: profile to compare (NOT NULL)
129 * @b: profile to compare (NOT NULL)
322 struct aa_profile *profile; local
327 label_for_each(i, label, profile) {
328 aa_put_profile(profile);
418 * aa_label_alloc - allocate a label with a profile vector of @size length
419 * @size: size of profile vecto
1265 match_component(struct aa_profile *profile, struct aa_ruleset *rules, struct aa_profile *tp, aa_state_t state) argument
1299 label_compound_match(struct aa_profile *profile, struct aa_ruleset *rules, struct aa_label *label, aa_state_t state, bool subns, u32 request, struct aa_perms *perms) argument
1359 label_components_match(struct aa_profile *profile, struct aa_ruleset *rules, struct aa_label *label, aa_state_t start, bool subns, u32 request, struct aa_perms *perms) argument
1420 aa_label_match(struct aa_profile *profile, struct aa_ruleset *rules, struct aa_label *label, aa_state_t state, bool subns, u32 request, struct aa_perms *perms) argument
1514 aa_profile_snxprint(char *str, size_t size, struct aa_ns *view, struct aa_profile *profile, int flags, struct aa_ns **prev_ns) argument
1558 struct aa_profile *profile; local
1592 struct aa_profile *profile; local
1628 struct aa_profile *profile; local
[all...]
/linux-master/block/
H A Dblk-integrity.c111 * blk_integrity_compare - Compare integrity profile of two disks
126 if (!b1->profile && !b2->profile)
129 if (!b1->profile || !b2->profile)
153 if (b1->profile != b2->profile) {
156 b1->profile->name, b2->profile->name);
225 if (bi->profile
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec_ctrls.c26 ctr->profile = ctrl->val;
55 u32 profile, level; local
63 ret = venus_helper_get_profile_level(inst, &profile, &level);
65 ctr->profile = profile;
66 ctrl->val = ctr->profile;
71 ret = venus_helper_get_profile_level(inst, &profile, &level);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomfwctrl.c282 struct atom_asic_profiling_info_v4_1 *profile; local
286 profile = (struct atom_asic_profiling_info_v4_1 *)
290 if (!profile)
293 format_revision = ((struct atom_common_table_header *)profile)->format_revision;
294 content_revision = ((struct atom_common_table_header *)profile)->content_revision;
297 param->ulMaxVddc = le32_to_cpu(profile->maxvddc);
298 param->ulMinVddc = le32_to_cpu(profile->minvddc);
300 le32_to_cpu(profile->avfs_meannsigma_acontant0);
302 le32_to_cpu(profile->avfs_meannsigma_acontant1);
304 le32_to_cpu(profile
[all...]
H A Dppatomctrl.c1454 ATOM_ASIC_PROFILING_INFO_V3_6 *profile = NULL; local
1459 profile = (ATOM_ASIC_PROFILING_INFO_V3_6 *)
1463 if (!profile)
1466 param->ulAVFS_meanNsigma_Acontant0 = le32_to_cpu(profile->ulAVFS_meanNsigma_Acontant0);
1467 param->ulAVFS_meanNsigma_Acontant1 = le32_to_cpu(profile->ulAVFS_meanNsigma_Acontant1);
1468 param->ulAVFS_meanNsigma_Acontant2 = le32_to_cpu(profile->ulAVFS_meanNsigma_Acontant2);
1469 param->usAVFS_meanNsigma_DC_tol_sigma = le16_to_cpu(profile->usAVFS_meanNsigma_DC_tol_sigma);
1470 param->usAVFS_meanNsigma_Platform_mean = le16_to_cpu(profile->usAVFS_meanNsigma_Platform_mean);
1471 param->usAVFS_meanNsigma_Platform_sigma = le16_to_cpu(profile->usAVFS_meanNsigma_Platform_sigma);
1472 param->ulGB_VDROOP_TABLE_CKSOFF_a0 = le32_to_cpu(profile
1544 ATOM_ASIC_PROFILING_INFO_V2_1 *profile; local
1601 void *profile; local
[all...]
/linux-master/drivers/devfreq/
H A Dimx-bus.c16 struct devfreq_dev_profile profile; member in struct:imx_bus
120 priv->profile.target = imx_bus_target;
121 priv->profile.exit = imx_bus_exit;
122 priv->profile.get_cur_freq = imx_bus_get_cur_freq;
123 priv->profile.initial_freq = clk_get_rate(priv->clk);
125 priv->devfreq = devm_devfreq_add_device(dev, &priv->profile,
H A Dexynos-bus.c291 struct devfreq_dev_profile *profile)
297 /* Initialize the struct profile and governor data for parent device */
298 profile->polling_ms = 50;
299 profile->target = exynos_bus_target;
300 profile->get_dev_status = exynos_bus_get_dev_status;
301 profile->exit = exynos_bus_exit;
311 bus->devfreq = devm_devfreq_add_device(dev, profile,
352 struct devfreq_dev_profile *profile)
358 /* Initialize the struct profile and governor data for passive device */
359 profile
290 exynos_bus_profile_init(struct exynos_bus *bus, struct devfreq_dev_profile *profile) argument
351 exynos_bus_profile_init_passive(struct exynos_bus *bus, struct devfreq_dev_profile *profile) argument
389 struct devfreq_dev_profile *profile; local
[all...]
H A Dgovernor.h122 if (!df->profile->get_dev_status)
125 return df->profile->get_dev_status(df->dev.parent, &df->last_status);
H A Ddevfreq.c354 if (devfreq->profile->get_cur_freq)
355 devfreq->profile->get_cur_freq(devfreq->dev.parent, &cur_freq);
363 err = devfreq->profile->target(devfreq->dev.parent, &new_freq, flags);
468 msecs_to_jiffies(devfreq->profile->polling_ms));
494 switch (devfreq->profile->timer) {
505 if (devfreq->profile->polling_ms)
507 msecs_to_jiffies(devfreq->profile->polling_ms));
592 devfreq->profile->polling_ms)
594 msecs_to_jiffies(devfreq->profile->polling_ms));
600 if (devfreq->profile
803 devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) argument
1041 devm_devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) argument
[all...]
/linux-master/drivers/platform/x86/
H A Dinspur_platform_profile.c88 enum platform_profile_option profile)
95 switch (profile) {
136 enum platform_profile_option *profile)
154 *profile = PLATFORM_PROFILE_BALANCED;
157 *profile = PLATFORM_PROFILE_PERFORMANCE;
160 *profile = PLATFORM_PROFILE_LOW_POWER;
204 .name = "inspur-wmi-platform-profile",
87 inspur_platform_profile_set(struct platform_profile_handler *pprof, enum platform_profile_option profile) argument
135 inspur_platform_profile_get(struct platform_profile_handler *pprof, enum platform_profile_option *profile) argument
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd_dvbt2.h25 enum cxd2880_dvbt2_profile profile; member in struct:cxd2880_dvbt2_tune_param
/linux-master/arch/sh/kernel/
H A Dtime.c12 #include <linux/profile.h>
/linux-master/drivers/leds/
H A Dleds-mlxcpld.c91 * struct mlxcpld_led_profile - system LED profile (defined per system class):
110 * @profile: system configuration profile
117 struct mlxcpld_led_profile *profile; member in struct:mlxcpld_led_pdata
124 /* Default profile fit the next Mellanox systems:
340 cpld->pled[i].cdev.name = cpld->profile[i].name;
341 cpld->pled[i].cdev.brightness = cpld->profile[i].brightness;
350 cpld->pled[i].param.offset = mlxcpld_led->profile[i].offset;
351 cpld->pled[i].param.mask = mlxcpld_led->profile[i].mask;
353 mlxcpld_led->profile[
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Ddevlink_lib_spectrum.sh84 local profile=$1
86 case "$profile" in
115 check_err 1 "Unknown profile $profile"
/linux-master/security/apparmor/include/
H A Dnet.h97 int aa_profile_af_perm(struct aa_profile *profile,
103 static inline int aa_profile_af_sk_perm(struct aa_profile *profile, argument
108 return aa_profile_af_perm(profile, ad, request, sk->sk_family,
/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 \
/linux-master/drivers/hid/
H A Dhid-roccat-arvo.h32 /* selected profile is persistent */
63 uint8_t profile; member in struct:arvo_roccat_report
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.h39 int cn10k_set_ipolicer_rate(struct otx2_nic *pfvf, u16 profile,

Completed in 202 milliseconds

1234567891011>>