Home
last modified time | relevance | path

Searched refs:intermediate (Results 1 – 25 of 107) sorted by relevance

12345

/linux-6.15/Documentation/devicetree/bindings/cpufreq/
H A Dcpufreq-mediatek.txt8 "intermediate" - A parent of "cpu" clock which is used as "intermediate" clock
72 clock-names = "cpu", "intermediate";
194 clock-names = "cpu", "intermediate";
206 clock-names = "cpu", "intermediate";
218 clock-names = "cpu", "intermediate";
230 clock-names = "cpu", "intermediate";
/linux-6.15/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c1289 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate; in g4x_compute_intermediate_wm() local
1296 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1337 intermediate->cxsr); in g4x_compute_intermediate_wm()
1347 intermediate->fbc_en && intermediate->cxsr); in g4x_compute_intermediate_wm()
1350 intermediate->fbc_en && intermediate->hpll_en); in g4x_compute_intermediate_wm()
1357 if (memcmp(intermediate, optimal, sizeof(*intermediate)) != 0) in g4x_compute_intermediate_wm()
1960 struct vlv_wm_state *intermediate = &new_crtc_state->wm.vlv.intermediate; in vlv_compute_intermediate_wm() local
1999 if (memcmp(intermediate, optimal, sizeof(*intermediate)) != 0) in vlv_compute_intermediate_wm()
2998 struct intel_pipe_wm *intermediate = &new_crtc_state->wm.ilk.intermediate; in ilk_compute_intermediate_wm() local
3008 *intermediate = *optimal; in ilk_compute_intermediate_wm()
[all …]
/linux-6.15/arch/m68k/fpsp040/
H A Dx_ovfl.S6 | Overflow occurs when a floating-point intermediate result is
20 | RN Infinity with the sign of the intermediate result.
22 | intermediate result.
H A Dx_unfl.S7 | For 881/2 compatibility, sw must denormalize the intermediate
9 | by taking the intermediate result (which is always normalized) and
/linux-6.15/Documentation/devicetree/bindings/interconnect/
H A Dmediatek,cci.yaml29 A parent of "bus" clock which is used as an intermediate clock source
36 - const: intermediate
70 clock-names = "cci", "intermediate";
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Ddvb-frontend-parameters.rst34 /* intermediate frequency in kHz for QPSK */
45 intermediate frequency, i.e. the offset which is effectively added to
46 the local oscillator frequency (LOF) of the LNB. The intermediate
H A Dfe-set-voltage.rst39 LNBf type, the polarization or the intermediate frequency (IF) of the
/linux-6.15/Documentation/power/powercap/
H A Ddtpm.rst115 hierarchically. There is one root node, all intermediate nodes are
116 grouping the child nodes which can be intermediate nodes also or real
119 The intermediate nodes aggregate the power information and allows to
130 intermediate node, then the power consumption will be the sum of all
197 Alternatively, if the node to be inserted is an intermediate one, then
/linux-6.15/tools/testing/selftests/futex/
H A DREADME28 implemented in header files, avoiding the need to compile intermediate object
37 results are printed to stdout, while intermediate ERROR or FAIL messages are
/linux-6.15/net/packet/
H A DKconfig10 directly with network devices without an intermediate network
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt8516.dtsi59 clock-names = "cpu", "intermediate";
72 clock-names = "cpu", "intermediate";
85 clock-names = "cpu", "intermediate";
98 clock-names = "cpu", "intermediate", "armpll";
H A Dmt7988a.dtsi26 clock-names = "cpu", "intermediate";
37 clock-names = "cpu", "intermediate";
48 clock-names = "cpu", "intermediate";
59 clock-names = "cpu", "intermediate";
/linux-6.15/fs/squashfs/
H A DKconfig35 intermediate buffer and then memcopied it into the page cache.
39 If unsure, select "Decompress file data into an intermediate buffer"
42 bool "Decompress file data into an intermediate buffer"
44 Decompress file data into an intermediate buffer and then
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-rf-tuner.rst14 converts that received signal to lower intermediate frequency (IF) or
83 intermediate frequency output or baseband output. Used when
H A Dpixfmt-reserved.rst239 It remains an opaque intermediate format and the MDP hardware must be
247 It is an opaque intermediate format. The used compression is lossless
257 It is an opaque intermediate format. The used compression is lossless
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A DKconfig35 in peer GPUs' memory without intermediate copies in system memory.
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl.yaml24 whether there is any interaction between the child and intermediate parent
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Darm,coresight-tpiu.yaml20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-etb10.yaml20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-static-funnel.yaml20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-dynamic-funnel.yaml20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-stm.yaml20 through the intermediate links connecting the source to the currently selected
H A Darm,coresight-catu.yaml20 through the intermediate links connecting the source to the currently selected
/linux-6.15/drivers/spi/
H A Dspi-zynqmp-gqspi.c618 u32 count = 0, intermediate; in zynqmp_qspi_filltxfifo() local
622 memcpy(&intermediate, xqspi->txbuf, 4); in zynqmp_qspi_filltxfifo()
627 memcpy(&intermediate, xqspi->txbuf, in zynqmp_qspi_filltxfifo()
633 zynqmp_gqspi_write(xqspi, GQSPI_TXD_OFST, intermediate); in zynqmp_qspi_filltxfifo()
/linux-6.15/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.h100 u8 intermediate;/* Intermediate status notification */ member

12345