Home
last modified time | relevance | path

Searched refs:comp2 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dpixfmt-srggb8-pisp-comp.rst8 .. _v4l2-pix-fmt-pisp-comp2-rggb:
9 .. _v4l2-pix-fmt-pisp-comp2-grbg:
10 .. _v4l2-pix-fmt-pisp-comp2-gbrg:
11 .. _v4l2-pix-fmt-pisp-comp2-bggr:
12 .. _v4l2-pix-fmt-pisp-comp2-mono:
/linux-6.12.1/drivers/iio/light/
Dveml6075.c128 static int veml6075_uva_comp(int raw_uva, int comp1, int comp2) in veml6075_uva_comp() argument
133 comp2a_c = (comp2 * VEML6075_B_COEF) / 1000U; in veml6075_uva_comp()
139 static int veml6075_uvb_comp(int raw_uvb, int comp1, int comp2) in veml6075_uvb_comp() argument
144 comp2b_c = (comp2 * VEML6075_D_COEF) / 1000U; in veml6075_uvb_comp()
/linux-6.12.1/sound/soc/dwc/
Ddwc-i2s.c588 u32 comp2 = i2s_read_reg(dev->i2s_base, dev->i2s_reg_comp2); in dw_configure_dai() local
616 idx = COMP2_RX_WORDSIZE_0(comp2); in dw_configure_dai()
661 u32 comp2 = i2s_read_reg(dev->i2s_base, I2S_COMP_PARAM_2); in dw_configure_dai_by_pd() local
672 idx2 = COMP2_RX_WORDSIZE_0(comp2); in dw_configure_dai_by_pd()
700 u32 comp2 = i2s_read_reg(dev->i2s_base, I2S_COMP_PARAM_2); in dw_configure_dai_by_dt() local
719 idx2 = COMP2_RX_WORDSIZE_0(comp2); in dw_configure_dai_by_dt()
/linux-6.12.1/drivers/net/fddi/skfp/
Ddrvfbi.c473 static int is_equal_num(char comp1[], char comp2[], int num) in is_equal_num() argument
478 if (comp1[i] != comp2[i]) in is_equal_num()
/linux-6.12.1/drivers/media/dvb-frontends/
Dstv090x.c675 static inline s32 comp2(s32 __x, s32 __width) in comp2() function
2313 offst_car = comp2(offst_car, 16); in stv090x_chk_signal()
2533 derot = comp2(derot, 24); in stv090x_get_car_freq()
2674 offst_tmg = comp2(offst_tmg, 24); /* 2's complement */ in stv090x_get_tmgoffst()