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

<<111213

/linux-master/drivers/md/
H A Ddm.c33 #include <linux/blk-crypto-profile.h>
H A Ddm-crypt.c1179 /* From now we require underlying device with our integrity profile */
1180 if (!bi || strcasecmp(bi->profile->name, "DM-DIF-EXT-TAG")) {
1181 ti->error = "Integrity profile not supported.";
1187 ti->error = "Integrity profile tag size mismatch.";
1191 ti->error = "Integrity profile sector size mismatch.";
1209 ti->error = "Not enough space for integrity tag in the profile.";
1215 ti->error = "Integrity profile not supported.";
3189 ti->error = "Unknown integrity profile";
H A Ddm-integrity.c362 * DM Integrity profile, protection is performed layer above (dm-crypt)
3659 bi.profile = &dm_integrity_profile;
/linux-master/drivers/media/dvb-frontends/
H A Dcxd2841er.c2112 struct cxd2841er_priv *priv, enum cxd2841er_dvbt2_profile_t profile)
2118 switch (profile) {
2139 /* Set profile and tune mode */
2111 cxd2841er_dvbt2_set_profile( struct cxd2841er_priv *priv, enum cxd2841er_dvbt2_profile_t profile) argument
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2948 memcpy(&vif->profile, &p, sizeof(p));
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h1630 /* profile-based power management */
1631 enum radeon_pm_profile_type profile; member in struct:radeon_pm
/linux-master/mm/
H A Dmmap.c30 #include <linux/profile.h>
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c318 hip->hbq_index, hip->profile, hip->rn,
/linux-master/virt/kvm/
H A Dkvm_main.c38 #include <linux/profile.h>
/linux-master/drivers/infiniband/hw/mlx5/
H A Dqp.c4606 if (dev->profile != &raw_eth_profile)
/linux-master/kernel/sched/
H A Dcore.c57 #include <linux/profile.h>
H A Dfair.c46 #include <linux/profile.h>
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h8206 u8 profile; member in struct:hwrm_cfa_flow_info_output
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h4658 u8 profile[0x10]; member in struct:mlx5_ifc_teardown_hca_in_bits

Completed in 825 milliseconds

<<111213