Searched refs:profile (Results 226 - 250 of 314) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Ddevice-mapper.h614 void dm_destroy_crypto_profile(struct blk_crypto_profile *profile);
/linux-master/arch/alpha/kernel/
H A Dsmp.c29 #include <linux/profile.h>
/linux-master/arch/s390/kernel/
H A Dirq.c15 #include <linux/profile.h>
/linux-master/include/linux/mmc/
H A Dhost.h18 #include <linux/blk-crypto-profile.h>
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c522 struct iwl_scan_offload_profile *profile; local
528 sizeof(*profile) * max_profiles;
581 profile = &profile_cfg_v1->profiles[i];
582 profile->ssid_index = i;
584 profile->unicast_cipher = 0xff;
585 profile->auth_alg = IWL_AUTH_ALGO_UNSUPPORTED |
588 profile->network_type = IWL_NETWORK_TYPE_ANY;
589 profile->band_selection = IWL_SCAN_OFFLOAD_SELECT_ANY;
590 profile->client_bitmap = SCAN_CLIENT_SCHED_SCAN;
593 IWL_DEBUG_SCAN(mvm, "Sending scheduled scan profile confi
[all...]
/linux-master/security/tomoyo/
H A Dfile.c579 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type);
607 * profile mode settings in order to check for domain transition
611 r->mode = tomoyo_get_mode(r->domain->ns, r->profile, r->type);
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-h264.c41 /* factor for bitrate and cpb buffer size max values if profile >= high */
44 /* factor for bitrate and cpb buffer size max values if profile < high */
676 /* compute maximum bitrate depending on profile */
677 if (ctrls->profile >= V4L2_MPEG_VIDEO_H264_PROFILE_HIGH)
687 "%s bitrate (%d) larger than level and profile allow, clip to %d\n",
695 /* compute maximum cpb buffer size depending on profile */
696 if (ctrls->profile >= V4L2_MPEG_VIDEO_H264_PROFILE_HIGH)
/linux-master/sound/pci/asihpi/
H A Dhpi.h1352 u16 profile);
1355 u16 *profile);
/linux-master/drivers/s390/block/
H A Ddasd_int.h503 /* legacy part of profile data, as in dasd_profile_info_t */
609 struct dasd_profile profile; member in struct:dasd_device
638 struct dasd_profile profile; member in struct:dasd_block
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h482 struct i40e_profile_segment *profile);
491 struct i40e_profile_segment *profile,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c327 MLX5_SET(teardown_hca_in, in, profile, MLX5_TEARDOWN_HCA_IN_PROFILE_FORCE_CLOSE);
356 MLX5_SET(teardown_hca_in, in, profile,
/linux-master/include/ufs/
H A Dufshcd.h16 #include <linux/blk-crypto-profile.h>
364 struct devfreq_dev_profile *profile,
897 * @crypto_profile: the crypto profile of this hba (if applicable)
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h698 * @get_power_profile_mode: Print all power profile modes to
704 * @set_power_profile_mode: Set a power profile mode. Also used to
705 * create/set custom power profile modes.
706 * &input: Power profile mode parameters.
1516 #define WORKLOAD_MAP(profile, workload) \
1517 [profile] = {1, (workload)}
/linux-master/sound/usb/
H A Dcard.c319 "Unsupported UAC3 BADD profile\n");
350 #define PROFILE_NAME(vid, pid, vendor, product, profile) \
352 .product_name = (product), .profile_name = (profile) }
356 /* vendor/product and profile name presets, sorted in device id order */
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c1350 const u8 *profile, u8 profile_len)
1352 if (cfg80211_find_ie(WLAN_EID_RSN, profile, profile_len)) {
1358 profile, profile_len);
1378 const u8 *ies, *profile, *next_profile; local
1394 profile = &ies[3];
1399 profile_len = profile[1];
1400 next_profile = profile + (2 + profile_len);
1403 profile += 2;
1404 profile_len -= (2 + profile[1]);
1405 profile
1348 ath11k_mac_setup_nontx_vif_rsnie(struct ath11k_vif *arvif, bool tx_arvif_rsnie_present, const u8 *profile, u8 profile_len) argument
[all...]
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c1798 int profile; local
1808 profile = coda_h264_profile(profile_idc);
1817 profile = coda_mpeg2_profile(profile_idc);
1826 profile = coda_mpeg4_profile(profile_idc);
1836 if (profile < 0) {
1837 v4l2_warn(&ctx->dev->v4l2_dev, "Invalid %s profile: %u\n",
1840 coda_dbg(1, ctx, "Parsed %s profile: %s\n", codec_name,
1841 profile_names[profile]);
1842 coda_update_menu_ctrl(profile_ctrl, profile);
/linux-master/drivers/nvme/host/
H A Dcore.c1742 integrity.profile = &t10_pi_type3_crc;
1747 integrity.profile = &ext_pi_type3_crc64;
1752 integrity.profile = NULL;
1760 integrity.profile = &t10_pi_type1_crc;
1765 integrity.profile = &ext_pi_type1_crc64;
1770 integrity.profile = NULL;
1775 integrity.profile = NULL;
2111 * Register a metadata profile for PI, or the plain non-integrity NVMe
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c1942 enum mlxsw_sp_acl_profile profile)
1946 if (WARN_ON(profile >= ARRAY_SIZE(mlxsw_sp_acl_tcam_profile_ops_arr)))
1948 ops = mlxsw_sp_acl_tcam_profile_ops_arr[profile];
1941 mlxsw_sp_acl_tcam_profile_ops(struct mlxsw_sp *mlxsw_sp, enum mlxsw_sp_acl_profile profile) argument
H A Di2c.c526 const struct mlxsw_config_profile *profile,
525 mlxsw_i2c_init(void *bus_priv, struct mlxsw_core *mlxsw_core, const struct mlxsw_config_profile *profile, struct mlxsw_res *res) argument
H A Dminimal.c701 .profile = &mlxsw_m_config_profile,
/linux-master/arch/sparc/kernel/
H A Dtime_64.c26 #include <linux/profile.h>
/linux-master/sound/pci/hda/
H A Dhda_local.h661 int profile; /* for WMAPRO */ member in struct:cea_sad
/linux-master/kernel/time/
H A Dtick-broadcast.c15 #include <linux/profile.h>
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h419 struct mlx4_en_profile profile; member in struct:mlx4_en_dev
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.c110 FIELD_PREP(GENMASK(7, 0), param->profile);

Completed in 336 milliseconds

1234567891011>>