Home
last modified time | relevance | path

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

123

/linux-6.15/drivers/hwmon/pmbus/
H A Dadm1275.c109 struct coefficients { struct
519 const struct coefficients *coefficients; in adm1275_probe() local
611 coefficients = adm1075_coefficients; in adm1275_probe()
640 coefficients = adm1272_coefficients; in adm1275_probe()
679 coefficients = adm1275_coefficients; in adm1275_probe()
698 coefficients = adm1276_coefficients; in adm1275_probe()
716 coefficients = adm1278_coefficients; in adm1275_probe()
741 coefficients = adm1293_coefficients; in adm1275_probe()
839 coefficients[cindex].m * shunt / 1000; in adm1275_probe()
845 coefficients[pindex].m * shunt / 1000; in adm1275_probe()
[all …]
/linux-6.15/Documentation/devicetree/bindings/dma/
H A 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-6.15/Documentation/hwmon/
H A 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-6.15/sound/pci/nm256/
H A Dnm256_coef.c4 static const char coefficients[NM_TOTAL_COEFF_COUNT * 4] = { variable
/linux-6.15/drivers/clk/tegra/
H A Dcvb.h28 struct cvb_coefficients coefficients; member
H A Dcvb.c71 &entry->coefficients); in build_opp_table()
/linux-6.15/arch/arm/boot/dts/ti/omap/
H A Domap3-cpu-thermal.dtsi13 coefficients = <0 20000>;
H A Domap443x.dtsi73 coefficients = <0 20000>;
H A Domap4460.dtsi83 coefficients = <348 (-9301)>;
/linux-6.15/drivers/isdn/mISDN/
H A Ddsp_dtmf.c173 goto coefficients; in dsp_dtmf_goertzel_decode()
209 coefficients: in dsp_dtmf_goertzel_decode()
/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dthermal-zones.yaml103 coefficients:
106 An array of integers containing the coefficients of a linear equation
111 where c0, c1, .., cn are the coefficients.
114 coefficients are ordered and are matched with sensors by means of the
115 sensor ID. Additional coefficients are interpreted as constant offset.
H A Dbrcm,ns-thermal.yaml46 coefficients = <(-556) 418000>;
/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_packet.c52 u32 iris_hfi_gen2_get_matrix_coefficients(u32 coefficients) in iris_hfi_gen2_get_matrix_coefficients() argument
54 switch (coefficients) { in iris_hfi_gen2_get_matrix_coefficients()
H A Diris_hfi_gen2_packet.h107 u32 iris_hfi_gen2_get_matrix_coefficients(u32 coefficients);
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-iio-light-tsl258312 This property gets/sets the table of coefficients
H A Dsysfs-bus-iio-isl2950136 From those two curves, a and b coefficients shall be
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dst,sta32x.txt63 If present, then MPCC bits are used for MPC coefficients,
64 otherwise standard MPC coefficients are used.
H A Dst,sta350.txt67 If present, then MPCC bits are used for MPC coefficients,
68 otherwise standard MPC coefficients are used.
H A Dinfineon,peb2466.yaml56 Filters coefficients file to load. If this property is omitted, internal
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm2835.dtsi47 coefficients = <(-538) 407000>;
H A Dbcm2836.dtsi135 coefficients = <(-538) 407000>;
/linux-6.15/sound/soc/intel/avs/
H A Dtopology.c755 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[0]),
761 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[1]),
767 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[2]),
773 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[3]),
779 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[4]),
785 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[5]),
791 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[6]),
797 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[7]),
H A Dtopology.h90 s32 coefficients[AVS_CHANNELS_MAX]; member
/linux-6.15/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c397 static bool build_coefficients(struct gamma_coefficients *coefficients, in build_coefficients() argument
421 coefficients->a0[i] = dc_fixpt_from_fraction( in build_coefficients()
423 coefficients->a1[i] = dc_fixpt_from_fraction( in build_coefficients()
425 coefficients->a2[i] = dc_fixpt_from_fraction( in build_coefficients()
427 coefficients->a3[i] = dc_fixpt_from_fraction( in build_coefficients()
429 coefficients->user_gamma[i] = dc_fixpt_from_fraction( in build_coefficients()
433 } while (i != ARRAY_SIZE(coefficients->a0)); in build_coefficients()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst1004 - DCT coefficients sizes.
2563 for transform coefficients.
2586 coefficients. The values on each scaling list are expected
2591 coefficients. The values on each scaling list are expected
2596 coefficients. The values on each scaling list are expected
2601 coefficients. The values on each scaling list are expected
2606 coefficients. The values on each scaling list are expected
2611 coefficients. The values on each scaling list are expected
4094 - Specifies auto-regressive coefficients used for the Y plane.
4097 - Specifies auto-regressive coefficients used for the U plane.
[all …]

123