Home
last modified time | relevance | path

Searched refs:tdp (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/lib/
A Dasn1_decoder.c178 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local
307 tdp = dp; in asn1_ber_decoder()
395 tdp = cons_dp_stack[csp]; in asn1_ber_decoder()
400 tdp, dp, len, datalen); in asn1_ber_decoder()
418 len = dp - tdp - 2; in asn1_ber_decoder()
429 len -= tdp; in asn1_ber_decoder()
430 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder()
439 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder()
454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
/linux-6.3-rc2/drivers/platform/x86/
A Dintel_ips.c1237 int tdp, tdc; in cpu_clamp_show() local
1241 tdp = (int)(turbo_override & TURBO_TDP_MASK); in cpu_clamp_show()
1245 tdp = tdp * 10 / 8; in cpu_clamp_show()
1249 seq_printf(m, "%d.%dW %d.%dA\n", tdp / 10, tdp % 10, in cpu_clamp_show()
1304 u16 tdp; in ips_detect_cpu() local
1334 tdp = turbo_power & TURBO_TDP_MASK; in ips_detect_cpu()
1337 if (limits->core_power_limit != (tdp / 8) * 1000) { in ips_detect_cpu()
1340 tdp / 8, limits->core_power_limit / 1000); in ips_detect_cpu()
1341 limits->core_power_limit = (tdp / 8) * 1000; in ips_detect_cpu()
/linux-6.3-rc2/drivers/block/drbd/
A Ddrbd_debugfs.c500 const struct drbd_thread_timing_details *tdp, in seq_print_one_timing_detail() argument
507 td = *tdp; in seq_print_one_timing_detail()
508 } while (td.cb_nr != tdp->cb_nr); in seq_print_one_timing_detail()
520 unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) in seq_print_timing_details() argument
532 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
534 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
A Ddrbd_worker.c1993 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument
1999 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details()
2008 td = tdp + i; in __update_timing_details()
A Ddrbd_int.h715 struct drbd_thread_timing_details *tdp,
/linux-6.3-rc2/fs/xfs/
A Dxfs_inode.c1199 xfs_inode_t *tdp, in xfs_link() argument
1203 xfs_mount_t *mp = tdp->i_mount; in xfs_link()
1208 trace_xfs_link(tdp, target_name); in xfs_link()
1219 error = xfs_qm_dqattach(tdp); in xfs_link()
1224 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link()
1234 if (unlikely((tdp->i_diflags & XFS_DIFLAG_PROJINHERIT) && in xfs_link()
1235 tdp->i_projid != sip->i_projid)) { in xfs_link()
1241 error = xfs_dir_canenter(tp, tdp, target_name); in xfs_link()
1259 error = xfs_dir_createname(tp, tdp, target_name, sip->i_ino, in xfs_link()
1263 xfs_trans_ichgtime(tp, tdp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_link()
[all …]
A Dxfs_inode.h485 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
/linux-6.3-rc2/include/soc/fsl/
A Dcpm.h26 __be32 tdp; /* Internal */ member
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dmmu.rst56 tdp two dimensional paging (vendor neutral term for NPT and EPT)
85 that support only 1 (traditional) and 2 (tdp) translations. When the
140 paging, tdp: (gva->)gpa->hpa
144 non-tdp: ngva->gpa->hpa (*)
145 tdp: (ngva->)ngpa->gpa->hpa
379 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection
428 - the guest pte must be a large pte of at least equivalent size (if tdp is
/linux-6.3-rc2/tools/power/x86/intel-speed-select/
A Disst.h114 int tdp; member
A Disst-display.c228 snprintf(value, sizeof(value), "%d", pbf_info->tdp); in _isst_pbf_display_information()
A Disst-core.c483 pbf_info->tdp = resp & 0xffff; in isst_get_pbf_info()
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-cpm.c61 uint tdp; /* Internal */ member
162 out_be32(&i2c_ram->tdp, 0); in cpm_reset_i2c_params()
/linux-6.3-rc2/drivers/spi/
A Dspi-fsl-cpm.c365 out_be32(&mspi->pram->tdp, 0); in fsl_spi_cpm_init()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/inc/
A Damdgpu_dpm.h184 u16 tdp; member
/linux-6.3-rc2/tools/power/x86/turbostat/
A Dturbostat.c4580 double tdp; in rapl_probe_intel() local
4740 tdp = get_tdp_intel(model); in rapl_probe_intel()
4742 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel()
4744 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_intel()
4752 double tdp; in rapl_probe_amd() local
4781 tdp = get_tdp_amd(family); in rapl_probe_amd()
4783 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_amd()
4785 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_amd()
/linux-6.3-rc2/Documentation/driver-api/thermal/
A Dpower_allocator.rst42 | | | tdp actor
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/legacy-dpm/
A Dlegacy_dpm.c627 adev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in amdgpu_parse_extended_power_table()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dr600_dpm.c1280 rdev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in r600_parse_extended_power_table()
A Dradeon.h1494 u16 tdp; member
A Dci_dpm.c418 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()
/linux-6.3-rc2/Documentation/driver-api/usb/
A Dusb.rst942 ``grep -i ^[tdp]: /sys/kernel/debug/usb/devices`` can be used to list
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_sli.c1786 int wsigmax, wfpinmax, cg, tdp; in lpfc_cmf_sync_cmpl() local
1814 tdp = bf_get(lpfc_wcqe_c_cmf_bw, wcqe); in lpfc_cmf_sync_cmpl()
1818 bw = (uint64_t)tdp * LPFC_CMF_BLK_SIZE; in lpfc_cmf_sync_cmpl()

Completed in 143 milliseconds