Searched refs:dt (Results 101 - 125 of 1284) sorted by relevance

1234567891011>>

/linux-master/include/dt-bindings/clock/
H A Drk3188-cru.h10 #include <dt-bindings/clock/rk3188-cru-common.h>
H A Dr8a7742-cpg-mssr.h8 #include <dt-bindings/clock/renesas-cpg-mssr.h>
H A Dr8a7790-cpg-mssr.h9 #include <dt-bindings/clock/renesas-cpg-mssr.h>
/linux-master/include/video/
H A Dvideomode.h36 * @dt: display_timing structure
42 void videomode_from_timing(const struct display_timing *dt,
H A Dmetronomefb.h35 int dt; member in struct:metronomefb_par
/linux-master/scripts/dtc/include-prefixes/dt-bindings/clock/
H A Dr8a7742-cpg-mssr.h8 #include <dt-bindings/clock/renesas-cpg-mssr.h>
/linux-master/scripts/dtc/include-prefixes/dt-bindings/gpio/
H A Dtegra241-gpio.h16 #include <dt-bindings/gpio/gpio.h>
/linux-master/include/dt-bindings/gpio/
H A Dtegra241-gpio.h16 #include <dt-bindings/gpio/gpio.h>
H A Dtegra-gpio.h14 #include <dt-bindings/gpio/gpio.h>
H A Dtegra194-gpio.h16 #include <dt-bindings/gpio/gpio.h>
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mksstat.h120 const u64 dt = rdtsc() - _##kern_cntr.t0; \
128 atomic64_add(dt, &pstat[kern_cntr].selfCycles); \
129 atomic64_add(dt, &pstat[kern_cntr].totalCycles); \
132 atomic64_sub(dt, &pstat[_##kern_cntr.old_top].selfCycles); \
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_block.h55 * (dt is large enough, normalizedCounter distribution total is a power of 2, max is within range, etc.)
61 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt,
/linux-master/include/dt-bindings/iio/
H A Dqcom,spmi-adc7-pmr735a.h13 #include <dt-bindings/iio/qcom,spmi-vadc.h>
H A Dqcom,spmi-adc7-pmr735b.h13 #include <dt-bindings/iio/qcom,spmi-vadc.h>
/linux-master/scripts/dtc/include-prefixes/dt-bindings/iio/
H A Dqcom,spmi-adc7-pmr735a.h13 #include <dt-bindings/iio/qcom,spmi-vadc.h>
H A Dqcom,spmi-adc7-pmr735b.h13 #include <dt-bindings/iio/qcom,spmi-vadc.h>
/linux-master/drivers/pmdomain/renesas/
H A Dr8a7743-sysc.c10 #include <dt-bindings/power/r8a7743-sysc.h>
H A Dr8a7745-sysc.c10 #include <dt-bindings/power/r8a7745-sysc.h>
H A Dr8a77470-sysc.c10 #include <dt-bindings/power/r8a77470-sysc.h>
H A Dr8a7791-sysc.c10 #include <dt-bindings/power/r8a7791-sysc.h>
H A Dr8a7794-sysc.c10 #include <dt-bindings/power/r8a7794-sysc.h>
/linux-master/drivers/perf/
H A Darm-ccn.c143 struct arm_ccn_dt, pmu), struct arm_ccn, dt)
183 struct arm_ccn_dt dt; member in struct:arm_ccn
460 return &ccn->dt.cmp_mask[i].l;
462 return &ccn->dt.cmp_mask[i].h;
550 return cpumap_print_to_pagebuf(true, buf, cpumask_of(ccn->dt.cpu));
646 ccn->dt.pmu_counters_mask))
650 ccn->dt.pmu_counters[CCN_IDX_PMU_CYCLE_COUNTER].event = event;
656 hw->idx = arm_ccn_pmu_alloc_bit(ccn->dt.pmu_counters_mask,
667 ccn->dt.pmu_counters[hw->idx].source = source;
679 clear_bit(hw->idx, ccn->dt
1157 arm_ccn_pmu_overflow_handler(struct arm_ccn_dt *dt) argument
1187 struct arm_ccn_dt *dt = container_of(hrtimer, struct arm_ccn_dt, local
1202 struct arm_ccn_dt *dt = hlist_entry_safe(node, struct arm_ccn_dt, node); local
[all...]
/linux-master/lib/zstd/common/
H A Dfse_decompress.c66 void FSE_freeDTable (FSE_DTable* dt) argument
68 ZSTD_free(dt);
71 static size_t FSE_buildDTable_internal(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workSpace, size_t wkspSize) argument
73 void* const tdPtr = dt+1; /* because *dt is unsigned, 32-bits aligned on 32-bits */
101 ZSTD_memcpy(dt, &DTableH, sizeof(DTableH));
176 size_t FSE_buildDTable_wksp(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workSpace, size_t wkspSize) argument
178 return FSE_buildDTable_internal(dt, normalizedCounter, maxSymbolValue, tableLog, workSpace, wkspSize);
187 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) argument
189 void* ptr = dt;
205 FSE_buildDTable_raw(FSE_DTable* dt, unsigned nbBits) argument
231 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
294 FSE_decompress_usingDTable(void* dst, size_t originalSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt) argument
[all...]
/linux-master/Documentation/devicetree/bindings/
H A DMakefile2 DT_DOC_CHECKER ?= dt-doc-validate
3 DT_EXTRACT_EX ?= dt-extract-example
4 DT_MK_SCHEMA ?= dt-mk-schema
80 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
/linux-master/arch/sh/lib/
H A Dmemset.S29 dt r0
43 dt r0
54 dt r6

Completed in 220 milliseconds

1234567891011>>