Searched refs:profile (Results 276 - 300 of 313) sorted by relevance

<<111213

/linux-master/arch/powerpc/kernel/
H A Dsmp.c32 #include <linux/profile.h>
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_if.c113 * @profile : profile sparsed from vpu (AP-R, VPU-W)
155 unsigned int profile; member in struct:vdec_vp9_vsi
/linux-master/kernel/time/
H A Dtick-sched.c19 #include <linux/profile.h>
/linux-master/init/
H A Dmain.c43 #include <linux/profile.h>
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c886 if ((dev->mdev->profile.mask & MLX5_PROF_MASK_MR_CACHE) &&
889 ent->limit = dev->mdev->profile.mr_cache[order].limit;
/linux-master/drivers/scsi/pm8001/
H A Dpm80xx_hwi.h980 __le32 profile[29]; member in struct:get_phy_profile_req
/linux-master/drivers/memory/samsung/
H A Dexynos5422-dmc.c335 * @profile: devfreq device's profile
340 struct devfreq_dev_profile *profile)
984 * exynos5_dmc_df_profile - Devfreq governor's profile structure
339 exynos5_init_freq_table(struct exynos5_dmc *dmc, struct devfreq_dev_profile *profile) argument
/linux-master/include/linux/mlx5/
H A Ddriver.h798 struct mlx5_profile profile; member in struct:mlx5_core_dev
/linux-master/drivers/ufs/host/
H A Dufs-mediatek.c1508 struct devfreq_dev_profile *profile,
1507 ufs_mtk_config_scaling_param(struct ufs_hba *hba, struct devfreq_dev_profile *profile, struct devfreq_simple_ondemand_data *data) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c2700 rq->handle_rx_cqe = priv->profile->rx_handlers->handle_rx_cqe_mpwqe_shampo;
2706 rq->handle_rx_cqe = priv->profile->rx_handlers->handle_rx_cqe_mpwqe;
2722 rq->handle_rx_cqe = priv->profile->rx_handlers->handle_rx_cqe;
H A Den_ethtool.c1951 if (new_val && !mlx5e_profile_feature_cap(priv->profile, PTP_RX) && rx_filter) {
/linux-master/block/
H A Dblk-mq.c831 req->q->integrity.profile->complete_fn(req, total_bytes);
902 req->q->integrity.profile->complete_fn(req, nr_bytes);
1266 q->integrity.profile->prepare_fn(rq);
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5502 * dc_get_power_profile_for_dc_state() - extracts power profile from dc state
5510 struct dc_power_profile profile = { 0 }; local
5512 profile.power_level += !context->bw_ctx.bw.dcn.clk.p_state_change_support;
5514 return profile;
/linux-master/include/uapi/linux/
H A Dv4l2-controls.h830 * Conveys the highest profile a decoder can work with.
2730 * @profile: VP9 profile. Can be 0, 1, 2 or 3.
2760 __u8 profile; member in struct:v4l2_ctrl_vp9_frame
/linux-master/kernel/
H A Dexit.c34 #include <linux/profile.h>
H A Dfork.c69 #include <linux/profile.h>
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c2514 .profile = 0,
3366 if (pring->prt[0].profile) {
11359 /* Setup default profile for this ring */
11362 pring->prt[0].profile = 0; /* Mask 0 */
11578 pring->prt[0].profile = 0; /* Mask 0 */
11583 pring->prt[1].profile = 0; /* Mask 1 */
11588 pring->prt[2].profile = 0; /* Mask 2 */
11595 pring->prt[3].profile = 0; /* Mask 3 */
11686 pring->prt[0].profile = 0; /* Mask 0 */
11691 pring->prt[1].profile
[all...]
/linux-master/fs/btrfs/
H A Dvolumes.c179 const u64 profile = (flags & BTRFS_BLOCK_GROUP_PROFILE_MASK); local
181 if (!profile)
184 return BTRFS_BG_FLAG_TO_INDEX(profile);
1982 * Verify that @num_devices satisfies the RAID profile constraints in the whole
3270 * an incompatible profile, which will force us to allocate a new system
3271 * block group with the right profile, or right after we called
3976 /* soft profile changing mode */
4141 * raid profile, so lets allocate an empty one in
4194 * See if a given profile is valid and reduced.
4196 * @flags: profile t
[all...]
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h2499 int be_cmd_get_active_profile(struct be_adapter *adapter, u16 *profile);
/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c348 u16 profile; member in struct:rpm_param::__anon2742
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h1130 struct mpi3_iounit11_profile profile[MPI3_IOUNIT11_PROFILE_MAX]; member in struct:mpi3_io_unit_page11
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c375 dev_dbg(inst->dev->dev, "%s: width: %u height: %u profile: %u | minbuffer: %u\n",
377 initial_info->profile, initial_info->min_frame_buffer_count);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1828 channel->max_tx = priv->mdev->profile.max_num_tx_rings_p_up;
/linux-master/kernel/sched/
H A Dsched.h52 #include <linux/profile.h>
/linux-master/drivers/md/
H A Ddm.c33 #include <linux/blk-crypto-profile.h>

Completed in 642 milliseconds

<<111213