Home
last modified time | relevance | path

Searched refs:comp1 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/soc/dwc/
H A Ddwc-i2s.c593 comp1 = comp1 & ~BIT(5); in dw_configure_dai()
597 comp1 = comp1 & ~BIT(6); in dw_configure_dai()
599 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai()
601 idx = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai()
613 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai()
627 if (COMP1_MODE_EN(comp1)) { in dw_configure_dai()
663 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai_by_pd()
670 if (COMP1_RX_ENABLED(comp1)) { in dw_configure_dai_by_pd()
708 if (COMP1_TX_ENABLED(comp1)) { in dw_configure_dai_by_dt()
709 idx2 = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai_by_dt()
[all …]
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb8-pisp-comp.rst3 .. _v4l2-pix-fmt-pisp-comp1-rggb:
4 .. _v4l2-pix-fmt-pisp-comp1-grbg:
5 .. _v4l2-pix-fmt-pisp-comp1-gbrg:
6 .. _v4l2-pix-fmt-pisp-comp1-bggr:
7 .. _v4l2-pix-fmt-pisp-comp1-mono:
/linux-6.15/drivers/iio/light/
H A Dveml6075.c128 static int veml6075_uva_comp(int raw_uva, int comp1, int comp2) in veml6075_uva_comp() argument
132 comp1a_c = (comp1 * VEML6075_A_COEF) / 1000U; in veml6075_uva_comp()
139 static int veml6075_uvb_comp(int raw_uvb, int comp1, int comp2) in veml6075_uvb_comp() argument
143 comp1b_c = (comp1 * VEML6075_C_COEF) / 1000U; in veml6075_uvb_comp()
/linux-6.15/drivers/net/fddi/skfp/
H A 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()