Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 25 of 144) sorted by relevance

123456

/drivers/infiniband/hw/mthca/
Dmthca_profile.c79 struct mthca_resource *profile; in mthca_make_profile() local
82 profile = kcalloc(MTHCA_RES_NUM, sizeof(*profile), GFP_KERNEL); in mthca_make_profile()
83 if (!profile) in mthca_make_profile()
86 profile[MTHCA_RES_QP].size = dev_lim->qpc_entry_sz; in mthca_make_profile()
87 profile[MTHCA_RES_EEC].size = dev_lim->eec_entry_sz; in mthca_make_profile()
88 profile[MTHCA_RES_SRQ].size = dev_lim->srq_entry_sz; in mthca_make_profile()
89 profile[MTHCA_RES_CQ].size = dev_lim->cqc_entry_sz; in mthca_make_profile()
90 profile[MTHCA_RES_EQP].size = dev_lim->eqpc_entry_sz; in mthca_make_profile()
91 profile[MTHCA_RES_EEEC].size = dev_lim->eeec_entry_sz; in mthca_make_profile()
92 profile[MTHCA_RES_EQ].size = dev_lim->eqc_entry_sz; in mthca_make_profile()
[all …]
Dmthca_main.c292 struct mthca_profile profile; in mthca_init_tavor() local
319 profile = hca_profile; in mthca_init_tavor()
320 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_tavor()
321 profile.uarc_size = 0; in mthca_init_tavor()
323 profile.num_srq = dev_lim.max_srqs; in mthca_init_tavor()
325 size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca); in mthca_init_tavor()
577 struct mthca_profile profile; in mthca_init_arbel() local
609 profile = hca_profile; in mthca_init_arbel()
610 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_arbel()
611 profile.num_udav = 0; in mthca_init_arbel()
[all …]
/drivers/net/ethernet/mellanox/mlx4/
Dprofile.c84 struct mlx4_resource *profile; in mlx4_make_profile() local
88 profile = kcalloc(MLX4_RES_NUM, sizeof(*profile), GFP_KERNEL); in mlx4_make_profile()
89 if (!profile) in mlx4_make_profile()
111 profile[MLX4_RES_QP].size = dev_cap->qpc_entry_sz; in mlx4_make_profile()
112 profile[MLX4_RES_RDMARC].size = dev_cap->rdmarc_entry_sz; in mlx4_make_profile()
113 profile[MLX4_RES_ALTC].size = dev_cap->altc_entry_sz; in mlx4_make_profile()
114 profile[MLX4_RES_AUXC].size = dev_cap->aux_entry_sz; in mlx4_make_profile()
115 profile[MLX4_RES_SRQ].size = dev_cap->srq_entry_sz; in mlx4_make_profile()
116 profile[MLX4_RES_CQ].size = dev_cap->cqc_entry_sz; in mlx4_make_profile()
117 profile[MLX4_RES_EQ].size = dev_cap->eqc_entry_sz; in mlx4_make_profile()
[all …]
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppatomfwctrl.c282 struct atom_asic_profiling_info_v4_1 *profile; in pp_atomfwctrl_get_avfs_information() local
286 profile = (struct atom_asic_profiling_info_v4_1 *) in pp_atomfwctrl_get_avfs_information()
290 if (!profile) in pp_atomfwctrl_get_avfs_information()
293 format_revision = ((struct atom_common_table_header *)profile)->format_revision; in pp_atomfwctrl_get_avfs_information()
294 content_revision = ((struct atom_common_table_header *)profile)->content_revision; in pp_atomfwctrl_get_avfs_information()
297 param->ulMaxVddc = le32_to_cpu(profile->maxvddc); in pp_atomfwctrl_get_avfs_information()
298 param->ulMinVddc = le32_to_cpu(profile->minvddc); in pp_atomfwctrl_get_avfs_information()
300 le32_to_cpu(profile->avfs_meannsigma_acontant0); in pp_atomfwctrl_get_avfs_information()
302 le32_to_cpu(profile->avfs_meannsigma_acontant1); in pp_atomfwctrl_get_avfs_information()
304 le32_to_cpu(profile->avfs_meannsigma_acontant2); in pp_atomfwctrl_get_avfs_information()
[all …]
Dppatomctrl.c1390 ATOM_ASIC_PROFILING_INFO_V3_6 *profile = NULL; in atomctrl_get_avfs_information() local
1395 profile = (ATOM_ASIC_PROFILING_INFO_V3_6 *) in atomctrl_get_avfs_information()
1399 if (!profile) in atomctrl_get_avfs_information()
1402 param->ulAVFS_meanNsigma_Acontant0 = le32_to_cpu(profile->ulAVFS_meanNsigma_Acontant0); in atomctrl_get_avfs_information()
1403 param->ulAVFS_meanNsigma_Acontant1 = le32_to_cpu(profile->ulAVFS_meanNsigma_Acontant1); in atomctrl_get_avfs_information()
1404 param->ulAVFS_meanNsigma_Acontant2 = le32_to_cpu(profile->ulAVFS_meanNsigma_Acontant2); in atomctrl_get_avfs_information()
1405 param->usAVFS_meanNsigma_DC_tol_sigma = le16_to_cpu(profile->usAVFS_meanNsigma_DC_tol_sigma); in atomctrl_get_avfs_information()
1406 param->usAVFS_meanNsigma_Platform_mean = le16_to_cpu(profile->usAVFS_meanNsigma_Platform_mean); in atomctrl_get_avfs_information()
1407 param->usAVFS_meanNsigma_Platform_sigma = le16_to_cpu(profile->usAVFS_meanNsigma_Platform_sigma); in atomctrl_get_avfs_information()
1408 param->ulGB_VDROOP_TABLE_CKSOFF_a0 = le32_to_cpu(profile->ulGB_VDROOP_TABLE_CKSOFF_a0); in atomctrl_get_avfs_information()
[all …]
/drivers/devfreq/
Ddevfreq.c110 for (lev = 0; lev < devfreq->profile->max_state; lev++) in devfreq_get_freq_level()
111 if (freq == devfreq->profile->freq_table[lev]) in devfreq_get_freq_level()
119 struct devfreq_dev_profile *profile = devfreq->profile; in set_freq_table() local
129 profile->max_state = count; in set_freq_table()
130 profile->freq_table = devm_kcalloc(devfreq->dev.parent, in set_freq_table()
131 profile->max_state, in set_freq_table()
132 sizeof(*profile->freq_table), in set_freq_table()
134 if (!profile->freq_table) { in set_freq_table()
135 profile->max_state = 0; in set_freq_table()
139 for (i = 0, freq = 0; i < profile->max_state; i++, freq++) { in set_freq_table()
[all …]
Dgovernor_passive.c50 if (!devfreq->profile || !devfreq->profile->freq_table in devfreq_passive_get_target_freq()
51 || devfreq->profile->max_state <= 0) in devfreq_passive_get_target_freq()
71 for (i = 0; i < parent_devfreq->profile->max_state; i++) in devfreq_passive_get_target_freq()
72 if (parent_devfreq->profile->freq_table[i] == *freq) in devfreq_passive_get_target_freq()
75 if (i == parent_devfreq->profile->max_state) { in devfreq_passive_get_target_freq()
81 if (i < devfreq->profile->max_state) { in devfreq_passive_get_target_freq()
82 child_freq = devfreq->profile->freq_table[i]; in devfreq_passive_get_target_freq()
84 count = devfreq->profile->max_state; in devfreq_passive_get_target_freq()
85 child_freq = devfreq->profile->freq_table[count - 1]; in devfreq_passive_get_target_freq()
108 ret = devfreq->profile->target(devfreq->dev.parent, &freq, 0); in update_devfreq_passive()
[all …]
Dexynos-bus.c294 struct devfreq_dev_profile *profile; in exynos_bus_probe() local
315 profile = devm_kzalloc(dev, sizeof(*profile), GFP_KERNEL); in exynos_bus_probe()
316 if (!profile) in exynos_bus_probe()
338 profile->polling_ms = 50; in exynos_bus_probe()
339 profile->target = exynos_bus_target; in exynos_bus_probe()
340 profile->get_dev_status = exynos_bus_get_dev_status; in exynos_bus_probe()
341 profile->exit = exynos_bus_exit; in exynos_bus_probe()
352 bus->devfreq = devm_devfreq_add_device(dev, profile, in exynos_bus_probe()
387 profile->target = exynos_bus_target; in exynos_bus_probe()
388 profile->exit = exynos_bus_passive_exit; in exynos_bus_probe()
[all …]
/drivers/leds/
Dleds-mlxcpld.c117 struct mlxcpld_led_profile *profile; member
340 cpld->pled[i].cdev.name = cpld->profile[i].name; in mlxcpld_led_config()
341 cpld->pled[i].cdev.brightness = cpld->profile[i].brightness; in mlxcpld_led_config()
350 cpld->pled[i].param.offset = mlxcpld_led->profile[i].offset; in mlxcpld_led_config()
351 cpld->pled[i].param.mask = mlxcpld_led->profile[i].mask; in mlxcpld_led_config()
353 mlxcpld_led->profile[i].base_color; in mlxcpld_led_config()
355 if (mlxcpld_led->profile[i].brightness) in mlxcpld_led_config()
357 mlxcpld_led->profile[i].brightness); in mlxcpld_led_config()
377 mlxcpld_led->profile = mlxcpld_led_msn2100_profile; in mlxcpld_led_probe()
383 mlxcpld_led->profile = mlxcpld_led_default_profile; in mlxcpld_led_probe()
/drivers/scsi/
Dsd_dif.c50 bi.profile = &t10_pi_type3_ip; in sd_dif_config_host()
52 bi.profile = &t10_pi_type1_ip; in sd_dif_config_host()
57 bi.profile = &t10_pi_type3_crc; in sd_dif_config_host()
59 bi.profile = &t10_pi_type1_crc; in sd_dif_config_host()
63 "Enabling DIX %s protection\n", bi.profile->name); in sd_dif_config_host()
/drivers/s390/block/
Ddasd_ioctl.c395 dasd_profile_reset(&block->profile); in dasd_ioctl_reset_profile()
411 spin_lock_bh(&block->profile.lock); in dasd_ioctl_read_profile()
412 if (block->profile.data) { in dasd_ioctl_read_profile()
413 data->dasd_io_reqs = block->profile.data->dasd_io_reqs; in dasd_ioctl_read_profile()
414 data->dasd_io_sects = block->profile.data->dasd_io_sects; in dasd_ioctl_read_profile()
415 memcpy(data->dasd_io_secs, block->profile.data->dasd_io_secs, in dasd_ioctl_read_profile()
417 memcpy(data->dasd_io_times, block->profile.data->dasd_io_times, in dasd_ioctl_read_profile()
419 memcpy(data->dasd_io_timps, block->profile.data->dasd_io_timps, in dasd_ioctl_read_profile()
421 memcpy(data->dasd_io_time1, block->profile.data->dasd_io_time1, in dasd_ioctl_read_profile()
423 memcpy(data->dasd_io_time2, block->profile.data->dasd_io_time2, in dasd_ioctl_read_profile()
[all …]
Ddasd.c147 spin_lock_init(&device->profile.lock); in dasd_alloc_device()
182 spin_lock_init(&block->profile.lock); in dasd_alloc_block()
267 dasd_profile_init(&block->profile, block->debugfs_dentry); in dasd_state_known_to_basic()
269 dasd_profile_on(&device->block->profile); in dasd_state_known_to_basic()
274 dasd_profile_init(&device->profile, device->debugfs_dentry); in dasd_state_known_to_basic()
303 dasd_profile_exit(&device->block->profile); in dasd_state_basic_to_known()
312 dasd_profile_exit(&device->profile); in dasd_state_basic_to_known()
711 if (dasd_global_profile_level || block->profile.data) in dasd_profile_start()
724 spin_lock(&block->profile.lock); in dasd_profile_start()
725 if (block->profile.data) { in dasd_profile_start()
[all …]
/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c1055 const struct mlxsw_config_profile *profile, in mlxsw_pci_profile_get_kvd_sizes() argument
1061 err = mlxsw_core_kvd_sizes_get(mlxsw_pci->core, profile, in mlxsw_pci_profile_get_kvd_sizes()
1075 const struct mlxsw_config_profile *profile, in mlxsw_pci_config_profile() argument
1083 if (profile->used_max_vepa_channels) { in mlxsw_pci_config_profile()
1087 mbox, profile->max_vepa_channels); in mlxsw_pci_config_profile()
1089 if (profile->used_max_mid) { in mlxsw_pci_config_profile()
1093 mbox, profile->max_mid); in mlxsw_pci_config_profile()
1095 if (profile->used_max_pgt) { in mlxsw_pci_config_profile()
1099 mbox, profile->max_pgt); in mlxsw_pci_config_profile()
1101 if (profile->used_max_system_port) { in mlxsw_pci_config_profile()
[all …]
/drivers/hid/
Dhid-roccat-isku.c74 unsigned long profile; in isku_sysfs_set_actual_profile() local
82 retval = kstrtoul(buf, 10, &profile); in isku_sysfs_set_actual_profile()
86 if (profile > 4) in isku_sysfs_set_actual_profile()
91 retval = isku_set_actual_profile(usb_dev, profile); in isku_sysfs_set_actual_profile()
97 isku_profile_activated(isku, profile); in isku_sysfs_set_actual_profile()
100 roccat_report.data1 = profile + 1; in isku_sysfs_set_actual_profile()
102 roccat_report.profile = profile + 1; in isku_sysfs_set_actual_profile()
390 roccat_report.profile = isku->actual_profile + 1; in isku_report_to_chrdev()
Dhid-roccat-koneplus.c255 unsigned long profile; in koneplus_sysfs_set_actual_profile() local
263 retval = kstrtoul(buf, 10, &profile); in koneplus_sysfs_set_actual_profile()
267 if (profile > 4) in koneplus_sysfs_set_actual_profile()
272 retval = koneplus_set_actual_profile(usb_dev, profile); in koneplus_sysfs_set_actual_profile()
278 koneplus_profile_activated(koneplus, profile); in koneplus_sysfs_set_actual_profile()
281 roccat_report.data1 = profile + 1; in koneplus_sysfs_set_actual_profile()
283 roccat_report.profile = profile + 1; in koneplus_sysfs_set_actual_profile()
502 roccat_report.profile = koneplus->actual_profile + 1; in koneplus_report_to_chrdev()
Dhid-roccat-arvo.c160 unsigned long profile; in arvo_sysfs_set_actual_profile() local
163 retval = kstrtoul(buf, 10, &profile); in arvo_sysfs_set_actual_profile()
167 if (profile < 1 || profile > 5) in arvo_sysfs_set_actual_profile()
171 temp_buf.actual_profile = profile; in arvo_sysfs_set_actual_profile()
177 arvo->actual_profile = profile; in arvo_sysfs_set_actual_profile()
387 roccat_report.profile = arvo->actual_profile; in arvo_report_to_chrdev()
Dhid-roccat-kovaplus.c285 unsigned long profile; in kovaplus_sysfs_set_actual_profile() local
293 retval = kstrtoul(buf, 10, &profile); in kovaplus_sysfs_set_actual_profile()
297 if (profile >= 5) in kovaplus_sysfs_set_actual_profile()
301 retval = kovaplus_set_actual_profile(usb_dev, profile); in kovaplus_sysfs_set_actual_profile()
307 kovaplus_profile_activated(kovaplus, profile); in kovaplus_sysfs_set_actual_profile()
310 roccat_report.profile = profile + 1; in kovaplus_sysfs_set_actual_profile()
312 roccat_report.data1 = profile + 1; in kovaplus_sysfs_set_actual_profile()
577 roccat_report.profile = kovaplus->actual_profile + 1; in kovaplus_report_to_chrdev()
/drivers/media/platform/qcom/venus/
Dvdec_ctrls.c25 ctr->profile = ctrl->val; in vdec_op_s_ctrl()
54 ctr->profile = hprop.profile_level.profile; in vdec_op_g_volatile_ctrl()
55 ctrl->val = ctr->profile; in vdec_op_g_volatile_ctrl()
Dvenc_ctrls.c106 ctr->profile.mpeg4 = ctrl->val; in venc_op_s_ctrl()
109 ctr->profile.h264 = ctrl->val; in venc_op_s_ctrl()
112 ctr->profile.hevc = ctrl->val; in venc_op_s_ctrl()
115 ctr->profile.vpx = ctrl->val; in venc_op_s_ctrl()
Dvenc.c651 u32 ptype, rate_control, bitrate, profile = 0, level = 0; in venc_set_properties() local
788 profile = venc_v4l2_to_hfi(V4L2_CID_MPEG_VIDEO_H264_PROFILE, in venc_set_properties()
789 ctr->profile.h264); in venc_set_properties()
793 profile = venc_v4l2_to_hfi(V4L2_CID_MPEG_VIDEO_VP8_PROFILE, in venc_set_properties()
794 ctr->profile.vpx); in venc_set_properties()
797 profile = venc_v4l2_to_hfi(V4L2_CID_MPEG_VIDEO_MPEG4_PROFILE, in venc_set_properties()
798 ctr->profile.mpeg4); in venc_set_properties()
802 profile = 0; in venc_set_properties()
805 profile = venc_v4l2_to_hfi(V4L2_CID_MPEG_VIDEO_HEVC_PROFILE, in venc_set_properties()
806 ctr->profile.hevc); in venc_set_properties()
[all …]
/drivers/infiniband/hw/mlx5/
Dib_rep.c33 const struct mlx5_ib_profile *profile; in mlx5_ib_vport_rep_load() local
38 profile = &uplink_rep_profile; in mlx5_ib_vport_rep_load()
61 if (!__mlx5_ib_add(ibdev, profile)) in mlx5_ib_vport_rep_load()
83 __mlx5_ib_remove(dev, dev->profile, MLX5_IB_STAGE_MAX); in mlx5_ib_vport_rep_unload()
/drivers/net/ethernet/intel/i40e/
Di40e_ddp.c121 i40e_add_pinfo(struct i40e_hw *hw, struct i40e_profile_segment *profile, in i40e_add_pinfo() argument
139 pinfo->version = profile->version; in i40e_add_pinfo()
144 memcpy(pinfo->name, profile->name, I40E_DDP_NAME_SIZE); in i40e_add_pinfo()
161 i40e_del_pinfo(struct i40e_hw *hw, struct i40e_profile_segment *profile, in i40e_del_pinfo() argument
179 pinfo->version = profile->version; in i40e_del_pinfo()
184 memcpy(pinfo->name, profile->name, I40E_DDP_NAME_SIZE); in i40e_del_pinfo()
/drivers/gpu/drm/amd/powerplay/inc/
Dsmu_v11_0.h63 #define WORKLOAD_MAP(profile, workload) \ argument
64 [profile] = {1, (workload)}
/drivers/media/platform/mtk-vcodec/venc/
Dvenc_h264_if.c83 u32 profile; member
154 unsigned int profile) in h264_get_profile() argument
156 switch (profile) { in h264_get_profile()
170 mtk_vcodec_debug(inst, "unsupported profile %d", profile); in h264_get_profile()
607 inst->vsi->config.profile = in h264_enc_set_param()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c156 if (priv->profile->update_carrier) in mlx5e_update_carrier_work()
157 priv->profile->update_carrier(priv); in mlx5e_update_carrier_work()
186 priv->profile->update_stats(priv); in mlx5e_update_stats_work()
192 if (!priv->profile->update_stats) in mlx5e_queue_update_stats()
451 rq->handle_rx_cqe = c->priv->profile->rx_handlers.handle_rx_cqe_mpwqe; in mlx5e_alloc_rq()
519 rq->handle_rx_cqe = c->priv->profile->rx_handlers.handle_rx_cqe; in mlx5e_alloc_rq()
2902 int num_rxqs = priv->channels.num * priv->profile->rq_groups; in mlx5e_activate_priv_channels()
2966 priv->profile->update_rx(priv); in mlx5e_switch_priv_channels()
3013 priv->profile->update_rx(priv); in mlx5e_open_locked()
3015 if (priv->profile->update_carrier) in mlx5e_open_locked()
[all …]

123456