Searched refs:dts (Results 51 - 60 of 60) sorted by relevance

123

/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c146 s64 dts; member in struct:mmal_msg_context::__anon238::__anon239
265 buffer->dts = msg_context->u.bulk.dts;
349 msg_context->u.bulk.dts = msg->u.buffer_from_host.buffer_header.dts;
431 m.u.buffer_from_host.buffer_header.dts = MMAL_TIME_UNKNOWN;
1332 mmalbuf->dts = MMAL_TIME_UNKNOWN;
/linux-master/scripts/
H A DMakefile.lib89 # Primitive DTB compiled from *.dts
430 $(obj)/%.dtb: $(obj)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE
436 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
H A Dcheckpatch.pl3742 } elsif ($realfile =~ /\.(c|rs|dts|dtsi)$/) {
3795 next if ($realfile !~ /\.(h|c|rs|s|S|sh|dtsi|dts)$/);
3886 next if ($realfile !~ /\.(h|c|pl|dtsi|dts)$/);
/linux-master/drivers/hwmon/
H A Dw83795.c10 * Chip #vin #fanin #pwm #temp #dts wchipid vendid i2c ISA
350 s8 dts[8]; /* Register value */ member in struct:w83795_data
647 /* Update dts temperature */
649 for (i = 0; i < ARRAY_SIZE(data->dts); i++) {
652 data->dts[i] =
1375 long temp = temp_from_reg(data->dts[index]);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c167 notif->dts, notif->scheme);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c6474 /* tj_max is used only for dts or ptm */
6536 unsigned int dts, dts2; local
6563 dts = (msr >> 16) & 0x7F;
6564 fprintf(outf, "cpu%d: MSR_IA32_PACKAGE_THERM_STATUS: 0x%08llx (%d C)\n", cpu, msr, tj_max - dts);
6569 dts = (msr >> 16) & 0x7F;
6572 cpu, msr, tj_max - dts, tj_max - dts2);
6581 dts = (msr >> 16) & 0x7F;
6584 cpu, msr, tj_max - dts, resolution);
6589 dts = (msr >> 16) & 0x7F;
6592 cpu, msr, tj_max - dts, tj_ma
[all...]
/linux-master/drivers/clk/stm32/
H A Dclk-stm32mp13.c737 static struct clk_stm32_gate dts = { variable in typeref:struct:clk_stm32_gate
739 .hw.init = CLK_HW_INIT("dts", "pclk3", &clk_stm32_gate_ops, 0),
1360 STM32_GATE_CFG(DTS, dts, SECF_NONE),
/linux-master/
H A DMakefile1391 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/boot/dts/),)
1392 dtstree := arch/$(SRCARCH)/boot/dts
/linux-master/arch/mips/
H A DMakefile427 core-y += arch/mips/boot/dts/
/linux-master/arch/powerpc/include/asm/
H A Dcpm2.h659 ushort dts; /* destination transfer size */ member in struct:idma

Completed in 319 milliseconds

123