Home
last modified time | relevance | path

Searched refs:ch0 (Results 1 – 25 of 63) sorted by relevance

123

/Linux-v5.15/drivers/iio/light/
Dapds9300.c65 static unsigned long apds9300_calculate_lux(u16 ch0, u16 ch1) in apds9300_calculate_lux() argument
70 if (ch0 == 0) in apds9300_calculate_lux()
73 tmp = DIV_ROUND_UP(ch1 * 100, ch0); in apds9300_calculate_lux()
75 lux = 3150 * ch0 - (unsigned long)DIV_ROUND_UP_ULL(ch0 in apds9300_calculate_lux()
78 lux = 2290 * ch0 - 2910 * ch1; in apds9300_calculate_lux()
80 lux = 1570 * ch0 - 1800 * ch1; in apds9300_calculate_lux()
82 lux = 338 * ch0 - 260 * ch1; in apds9300_calculate_lux()
239 int ch0, ch1, ret = -EINVAL; in apds9300_read_raw() local
245 ch0 = apds9300_get_adc_val(data, 0); in apds9300_read_raw()
246 if (ch0 < 0) { in apds9300_read_raw()
[all …]
Dtsl2583.c70 unsigned int ch0; member
108 s16 ch0; member
165 u16 ch0, ch1; /* separated ch0/ch1 data from device */ in tsl2583_get_lux() local
216 ch0 = le16_to_cpup((const __le16 *)&buf[0]); in tsl2583_get_lux()
219 chip->als_cur_info.als_ch0 = ch0; in tsl2583_get_lux()
222 if ((ch0 >= chip->als_saturation) || (ch1 >= chip->als_saturation)) in tsl2583_get_lux()
225 if (!ch0) { in tsl2583_get_lux()
237 ratio = (ch1 << 15) / ch0; in tsl2583_get_lux()
249 ch0lux = ((ch0 * p->ch0) + in tsl2583_get_lux()
250 (gainadj[chip->als_settings.als_gain].ch0 >> 1)) in tsl2583_get_lux()
[all …]
Dtsl2563.c421 unsigned long ratio, lux, ch0 = adc0, ch1 = adc1; in tsl2563_adc_to_lux() local
423 ratio = ch0 ? ((ch1 << ADC_FRAC_BITS) / ch0) : ULONG_MAX; in tsl2563_adc_to_lux()
428 lux = ch0 * lp->ch0_coeff - ch1 * lp->ch1_coeff; in tsl2563_adc_to_lux()
Dtsl2772.c461 for (p = (struct tsl2772_lux *)chip->tsl2772_device_lux; p->ch0 != 0; in tsl2772_get_lux()
465 lux = ((chip->als_cur_info.als_ch0 * p->ch0) - in tsl2772_get_lux()
637 if (chip->pdata && chip->pdata->platform_lux_table[0].ch0 != 0) in tsl2772_defaults()
990 chip->tsl2772_device_lux[i].ch0, in in_illuminance0_lux_table_show()
992 if (chip->tsl2772_device_lux[i].ch0 == 0) { in in_illuminance0_lux_table_show()
/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_dram.c172 intel_is_dram_symmetric(const struct dram_channel_info *ch0, in intel_is_dram_symmetric() argument
175 return !memcmp(ch0, ch1, sizeof(*ch0)) && in intel_is_dram_symmetric()
176 (ch0->dimm_s.size == 0 || in intel_is_dram_symmetric()
177 !memcmp(&ch0->dimm_l, &ch0->dimm_s, sizeof(ch0->dimm_l))); in intel_is_dram_symmetric()
184 struct dram_channel_info ch0 = {}, ch1 = {}; in skl_dram_get_channels_info() local
190 ret = skl_dram_get_channel_info(i915, &ch0, 0, val); in skl_dram_get_channels_info()
205 if (ch0.ranks == 0 && ch1.ranks == 0) { in skl_dram_get_channels_info()
210 dram_info->wm_lv_0_adjust_needed = ch0.is_16gb_dimm || ch1.is_16gb_dimm; in skl_dram_get_channels_info()
212 dram_info->symmetric_memory = intel_is_dram_symmetric(&ch0, &ch1); in skl_dram_get_channels_info()
/Linux-v5.15/drivers/misc/
Dtsl2550.c143 static int tsl2550_calculate_lux(u8 ch0, u8 ch1) in tsl2550_calculate_lux() argument
148 u16 c0 = count_lut[ch0]; in tsl2550_calculate_lux()
245 u8 ch0, ch1; in __tsl2550_show_lux() local
251 ch0 = ret; in __tsl2550_show_lux()
259 ret = tsl2550_calculate_lux(ch0, ch1); in __tsl2550_show_lux()
/Linux-v5.15/sound/oss/dmasound/
Ddmasound_paula.c464 u_char *start, *ch0, *ch1, *ch2, *ch3; in AmiPlayNextFrame() local
475 ch0 = start; in AmiPlayNextFrame()
479 ch0 = start; in AmiPlayNextFrame()
487 custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0); in AmiPlayNextFrame()
494 custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0); in AmiPlayNextFrame()
500 ch3 = ch0+write_sq_block_size_quarter; in AmiPlayNextFrame()
/Linux-v5.15/include/linux/platform_data/
Dtsl2772.h14 unsigned int ch0; member
/Linux-v5.15/arch/arm/boot/dts/
Dr8a77470.dtsi350 dma-names = "ch0", "ch1", "ch2", "ch3";
385 dma-names = "ch0", "ch1", "ch2", "ch3";
419 interrupt-names = "ch0", "ch1";
433 interrupt-names = "ch0", "ch1";
447 interrupt-names = "ch0", "ch1";
461 interrupt-names = "ch0", "ch1";
490 "ch0", "ch1", "ch2", "ch3",
523 "ch0", "ch1", "ch2", "ch3",
Dartpec6.dtsi255 "ch0", "ch1", "ch2", "ch3",
277 "ch0", "ch1", "ch2", "ch3",
Dr8a7743.dtsi577 dma-names = "ch0", "ch1", "ch2", "ch3";
614 interrupt-names = "ch0", "ch1";
628 interrupt-names = "ch0", "ch1";
657 "ch0", "ch1", "ch2", "ch3",
690 "ch0", "ch1", "ch2", "ch3",
1394 "ch0", "ch1", "ch2", "ch3",
1425 "ch0", "ch1", "ch2", "ch3",
Dr8a7744.dtsi577 dma-names = "ch0", "ch1", "ch2", "ch3";
614 interrupt-names = "ch0", "ch1";
628 interrupt-names = "ch0", "ch1";
657 "ch0", "ch1", "ch2", "ch3",
690 "ch0", "ch1", "ch2", "ch3",
1394 "ch0", "ch1", "ch2", "ch3",
1425 "ch0", "ch1", "ch2", "ch3",
Dr8a7790.dtsi647 dma-names = "ch0", "ch1", "ch2", "ch3";
684 interrupt-names = "ch0", "ch1";
698 interrupt-names = "ch0", "ch1";
727 "ch0", "ch1", "ch2", "ch3",
760 "ch0", "ch1", "ch2", "ch3",
1329 "ch0", "ch1", "ch2", "ch3",
1360 "ch0", "ch1", "ch2", "ch3",
Dr8a7791.dtsi601 dma-names = "ch0", "ch1", "ch2", "ch3";
638 interrupt-names = "ch0", "ch1";
652 interrupt-names = "ch0", "ch1";
681 "ch0", "ch1", "ch2", "ch3",
714 "ch0", "ch1", "ch2", "ch3",
1442 "ch0", "ch1", "ch2", "ch3",
1473 "ch0", "ch1", "ch2", "ch3",
Dr8a7742.dtsi627 dma-names = "ch0", "ch1", "ch2", "ch3";
664 interrupt-names = "ch0", "ch1";
678 interrupt-names = "ch0", "ch1";
707 "ch0", "ch1", "ch2", "ch3",
740 "ch0", "ch1", "ch2", "ch3",
1376 "ch0", "ch1", "ch2", "ch3",
1407 "ch0", "ch1", "ch2", "ch3",
/Linux-v5.15/arch/arm64/boot/dts/renesas/
Dr8a779a0.dtsi613 interrupt-names = "ch0", "ch1", "ch2", "ch3",
661 interrupt-names = "ch0", "ch1", "ch2", "ch3",
709 interrupt-names = "ch0", "ch1", "ch2", "ch3",
757 interrupt-names = "ch0", "ch1", "ch2", "ch3",
805 interrupt-names = "ch0", "ch1", "ch2", "ch3",
853 interrupt-names = "ch0", "ch1", "ch2", "ch3",
1048 "ch0", "ch1", "ch2", "ch3", "ch4",
1074 "ch0", "ch1", "ch2", "ch3", "ch4",
Dr8a77995.dtsi507 dma-names = "ch0", "ch1", "ch2", "ch3";
522 interrupt-names = "ch0", "ch1";
536 interrupt-names = "ch0", "ch1";
592 "ch0", "ch1", "ch2", "ch3",
620 "ch0", "ch1", "ch2", "ch3",
648 "ch0", "ch1", "ch2", "ch3",
772 interrupt-names = "ch0", "ch1", "ch2", "ch3",
1157 "ch0", "ch1", "ch2", "ch3",
Dr8a774c0.dtsi689 dma-names = "ch0", "ch1", "ch2", "ch3";
704 interrupt-names = "ch0", "ch1";
718 interrupt-names = "ch0", "ch1";
748 "ch0", "ch1", "ch2", "ch3",
790 "ch0", "ch1", "ch2", "ch3",
832 "ch0", "ch1", "ch2", "ch3",
954 interrupt-names = "ch0", "ch1", "ch2", "ch3",
1545 "ch0", "ch1", "ch2", "ch3",
Dr8a77990.dtsi715 dma-names = "ch0", "ch1", "ch2", "ch3";
730 interrupt-names = "ch0", "ch1";
744 interrupt-names = "ch0", "ch1";
783 "ch0", "ch1", "ch2", "ch3",
825 "ch0", "ch1", "ch2", "ch3",
867 "ch0", "ch1", "ch2", "ch3",
997 interrupt-names = "ch0", "ch1", "ch2", "ch3",
1707 "ch0", "ch1", "ch2", "ch3",
Dr8a77951.dtsi916 dma-names = "ch0", "ch1", "ch2", "ch3";
933 dma-names = "ch0", "ch1", "ch2", "ch3";
948 interrupt-names = "ch0", "ch1";
962 interrupt-names = "ch0", "ch1";
976 interrupt-names = "ch0", "ch1";
990 interrupt-names = "ch0", "ch1";
1042 "ch0", "ch1", "ch2", "ch3",
1084 "ch0", "ch1", "ch2", "ch3",
1126 "ch0", "ch1", "ch2", "ch3",
1312 interrupt-names = "ch0", "ch1", "ch2", "ch3",
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/clock/st/
Dst,quadfs.txt44 clock-output-names = "clk-s-c0-fs0-ch0",
Dst,flexgen.txt42 | |->| ch0|----|-->| | | | | | | |
/Linux-v5.15/drivers/iio/adc/
Dpalmas_gpadc.c661 int ch0 = 0, ch1 = 0; in palmas_adc_wakeup_configure() local
686 ch0 = adc->wakeup1_data.adc_channel_number; in palmas_adc_wakeup_configure()
746 PALMAS_GPADC_AUTO_SELECT, (ch1 << 4) | ch0); in palmas_adc_wakeup_configure()
/Linux-v5.15/scripts/
DMakefile.lib402 read ch0 ch1 ch2 ch3; \
403 for ch in $$ch3 $$ch2 $$ch1 $$ch0; do \
/Linux-v5.15/Documentation/devicetree/bindings/net/wireless/
Dqcom,ath10k.txt68 "vdd-1.8-xo", "vdd-1.3-rfa", "vdd-3.3-ch0",
207 vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;

123