/linux/lib/ |
H A D | asn1_decoder.c | 178 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/drivers/platform/x86/ |
H A D | intel_ips.c | 1216 int tdp, tdc; in cpu_clamp_show() local 1220 tdp = (int)(turbo_override & TURBO_TDP_MASK); in cpu_clamp_show() 1224 tdp = tdp * 10 / 8; in cpu_clamp_show() 1228 seq_printf(m, "%d.%dW %d.%dA\n", tdp / 10, tdp % 10, in cpu_clamp_show() 1286 u16 tdp; in ips_detect_cpu() local 1316 tdp = turbo_power & TURBO_TDP_MASK; in ips_detect_cpu() 1319 if (limits->core_power_limit != (tdp / 8) * 1000) { in ips_detect_cpu() 1322 tdp / 8, limits->core_power_limit / 1000); in ips_detect_cpu() 1323 limits->core_power_limit = (tdp / 8) * 1000; in ips_detect_cpu()
|
/linux/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 500 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()
|
H A D | drbd_worker.c | 2001 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument 2007 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details() 2016 td = tdp + i; in __update_timing_details()
|
H A D | drbd_int.h | 715 struct drbd_thread_timing_details *tdp,
|
/linux/include/soc/fsl/ |
H A D | cpm.h | 26 __be32 tdp; /* Internal */ member
|
/linux/Documentation/virt/kvm/x86/ |
H A D | mmu.rst | 56 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 404 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection 453 - the guest pte must be a large pte of at least equivalent size (if tdp is
|
/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-core-tpmi.c | 433 pbf_info->tdp = info.thermal_design_power_w; in tpmi_get_pbf_info() 438 pbf_info->tdp, pbf_info->t_prochot); in tpmi_get_pbf_info()
|
H A D | isst.h | 116 int tdp; member
|
H A D | isst-display.c | 249 snprintf(value, sizeof(value), "%d", pbf_info->tdp); in _isst_pbf_display_information()
|
H A D | isst-core-mbox.c | 679 pbf_info->tdp = resp & 0xffff; in mbox_get_pbf_info()
|
/linux/drivers/spi/ |
H A D | spi-fsl-cpm.c | 382 iowrite32be(0, &mspi->pram->tdp); in fsl_spi_cpm_init()
|
/linux/fs/xfs/ |
H A D | xfs_inode.h | 564 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
|
/linux/drivers/gpu/drm/amd/pm/inc/ |
H A D | amdgpu_dpm.h | 190 u16 tdp; member
|
/linux/Documentation/driver-api/thermal/ |
H A D | power_allocator.rst | 42 | | | tdp actor
|
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | legacy_dpm.c | 603 adev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in amdgpu_parse_extended_power_table()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 1278 rdev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in r600_parse_extended_power_table()
|
H A D | radeon.h | 1455 u16 tdp; member
|
H A D | ci_dpm.c | 413 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()
|
/linux/Documentation/driver-api/usb/ |
H A D | usb.rst | 947 ``grep -i ^[tdp]: /sys/kernel/debug/usb/devices`` can be used to list
|