Home
last modified time | relevance | path

Searched refs:coefficients (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v5.15/drivers/hwmon/pmbus/
Dadm1275.c103 struct coefficients { struct
109 static const struct coefficients adm1075_coefficients[] = { argument
117 static const struct coefficients adm1272_coefficients[] = {
130 static const struct coefficients adm1275_coefficients[] = {
136 static const struct coefficients adm1276_coefficients[] = {
144 static const struct coefficients adm1278_coefficients[] = {
151 static const struct coefficients adm1293_coefficients[] = {
474 const struct coefficients *coefficients; in adm1275_probe() local
564 coefficients = adm1075_coefficients; in adm1275_probe()
592 coefficients = adm1272_coefficients; in adm1275_probe()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/dma/
Dbrcm,iproc-sba.txt7 The "brcm,iproc-sba" has support for only 6 PQ coefficients
8 The "brcm,iproc-sba-v2" has support for only 30 PQ coefficients
/Linux-v5.15/Documentation/hwmon/
Dsht15.rst48 The humidity calibration coefficients are programmed into an OTP memory on the
49 chip. These coefficients are used to internally calibrate the signals from the
50 sensors. Disabling the reload of those coefficients allows saving 10ms for each
/Linux-v5.15/sound/pci/nm256/
Dnm256_coef.c4 static const char coefficients[NM_TOTAL_COEFF_COUNT * 4] = { variable
/Linux-v5.15/drivers/clk/tegra/
Dcvb.h28 struct cvb_coefficients coefficients; member
Dcvb.c71 &entry->coefficients); in build_opp_table()
/Linux-v5.15/arch/arm/boot/dts/
Dbcm2835.dtsi31 coefficients = <(-538) 407000>;
Domap3-cpu-thermal.dtsi16 coefficients = <0 20000>;
Domap443x.dtsi75 coefficients = <0 20000>;
Dbcm2836.dtsi85 coefficients = <(-538) 407000>;
Dbcm2837.dtsi88 coefficients = <(-538) 412000>;
Domap4460.dtsi85 coefficients = <348 (-9301)>;
Ddra7.dtsi1142 coefficients = <0 2000>;
1146 coefficients = <0 2000>;
1150 coefficients = <0 2000>;
1154 coefficients = <0 2000>;
1158 coefficients = <0 2000>;
Domap5.dtsi717 coefficients = <65 (-1791)>;
724 coefficients = <117 (-2992)>;
728 coefficients = <0 2000>;
Dqcom-apq8064.dtsi109 coefficients = <1199 0>;
130 coefficients = <1132 0>;
151 coefficients = <1199 0>;
172 coefficients = <1132 0>;
/Linux-v5.15/drivers/isdn/mISDN/
Ddsp_dtmf.c173 goto coefficients; in dsp_dtmf_goertzel_decode()
209 coefficients: in dsp_dtmf_goertzel_decode()
/Linux-v5.15/Documentation/devicetree/bindings/thermal/
Dbrcm,bcm2835-thermal.txt29 coefficients = <(-538) 407000>;
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-iio-light-tsl258312 This property gets/sets the table of coefficients
Dsysfs-bus-iio-isl2950136 From those two curves, a and b coefficients shall be
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt63 If present, then MPCC bits are used for MPC coefficients,
64 otherwise standard MPC coefficients are used.
Dst,sta350.txt67 If present, then MPCC bits are used for MPC coefficients,
68 otherwise standard MPC coefficients are used.
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst983 - Number of DCT coefficients partitions. Must be one of: 1, 2, 4, or 8.
992 - DCT coefficients sizes.
1046 - Enable/disable skipping of macroblocks with no non-zero coefficients.
1437 - The quantisation matrix coefficients for intra-coded frames, in zigzag
1443 - The quantisation matrix coefficients for non-intra-coded frames, in
1449 - The quantisation matrix coefficients for the chominance component of
1454 - The quantisation matrix coefficients for the chrominance component of
Dcolorspaces.rst107 the so-called luma coefficients. There may be multiple possible Y'CbCr
146 luma coefficients needed to transform R'G'B' to Y'CbCr. While some
Dcontrol.rst243 - The Cb and Cr chroma components are replaced by fixed coefficients
249 Determines the Cb and Cr coefficients for ``V4L2_COLORFX_SET_CBCR``
/Linux-v5.15/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c291 static bool build_coefficients(struct gamma_coefficients *coefficients, enum dc_transfer_func_prede… in build_coefficients() argument
314 coefficients->a0[i] = dc_fixpt_from_fraction( in build_coefficients()
316 coefficients->a1[i] = dc_fixpt_from_fraction( in build_coefficients()
318 coefficients->a2[i] = dc_fixpt_from_fraction( in build_coefficients()
320 coefficients->a3[i] = dc_fixpt_from_fraction( in build_coefficients()
322 coefficients->user_gamma[i] = dc_fixpt_from_fraction( in build_coefficients()
326 } while (i != ARRAY_SIZE(coefficients->a0)); in build_coefficients()

12