| /linux/sound/pci/ice1712/ |
| H A D | se.c | 24 unsigned char ch1, ch2; member 450 uc->value.integer.value[0] = spec->vol[n].ch1; in se200pci_cont_volume_get() 461 uc->value.integer.value[0] = spec->vol[n].ch1; in se200pci_cont_boolean_get() 471 uc->value.enumerated.item[0] = spec->vol[n].ch1; in se200pci_cont_enum_get() 482 spec->vol[n].ch1, in se200pci_cont_update() 488 spec->vol[n].ch1, in se200pci_cont_update() 494 spec->vol[n].ch1, in se200pci_cont_update() 500 spec->vol[n].ch1); in se200pci_cont_update() 504 se200pci_WM8776_set_agc(ice, spec->vol[n].ch1); in se200pci_cont_update() 508 se200pci_WM8776_set_afl(ice, spec->vol[n].ch1); in se200pci_cont_update() [all …]
|
| H A D | wm8766.h | 125 void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2); 126 void (*get)(struct snd_wm8766 *wm, u16 *ch1, u16 *ch2);
|
| H A D | wm8776.h | 181 void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2); 182 void (*get)(struct snd_wm8776 *wm, u16 *ch1, u16 *ch2);
|
| /linux/drivers/accessibility/speakup/ |
| H A D | keyhelp.c | 51 u_char *kp, counters[MAXFUNCS], ch, ch1; in build_key_data() local 84 ch1 = *kp++; in build_key_data() 85 if (!ch1) in build_key_data() 87 if ((state_tbl[i] & 16) != 0 && ch1 == SPK_KEY) in build_key_data() 90 counters[ch1]--; in build_key_data() 91 offset = key_offsets[ch1]; in build_key_data() 94 p_key = key_data + offset + counters[ch1]; in build_key_data()
|
| /linux/drivers/iio/light/ |
| H A D | apds9300.c | 64 static unsigned long apds9300_calculate_lux(u16 ch0, u16 ch1) in apds9300_calculate_lux() argument 72 tmp = DIV_ROUND_UP(ch1 * 100, ch0); in apds9300_calculate_lux() 77 lux = 2290 * ch0 - 2910 * ch1; in apds9300_calculate_lux() 79 lux = 1570 * ch0 - 1800 * ch1; in apds9300_calculate_lux() 81 lux = 338 * ch0 - 260 * ch1; in apds9300_calculate_lux() 238 int ch0, ch1, ret = -EINVAL; in apds9300_read_raw() local 249 ch1 = apds9300_get_adc_val(data, 1); in apds9300_read_raw() 250 if (ch1 < 0) { in apds9300_read_raw() 251 ret = ch1; in apds9300_read_raw() 254 *val = apds9300_calculate_lux(ch0, ch1); in apds9300_read_raw()
|
| H A D | tsl2563.c | 425 unsigned long ratio, lux, ch0 = adc0, ch1 = adc1; in tsl2563_adc_to_lux() local 427 ratio = ch0 ? ((ch1 << ADC_FRAC_BITS) / ch0) : ULONG_MAX; in tsl2563_adc_to_lux() 432 lux = ch0 * lp->ch0_coeff - ch1 * lp->ch1_coeff; in tsl2563_adc_to_lux()
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-context.c | 103 struct pvr2_channel *ch1, *ch2; in pvr2_context_check() local 130 for (ch1 = mp->mc_first; ch1; ch1 = ch2) { in pvr2_context_check() 131 ch2 = ch1->mc_next; in pvr2_context_check() 132 if (ch1->check_func) ch1->check_func(ch1); in pvr2_context_check()
|
| /linux/drivers/counter/ |
| H A D | rz-mtu3-cnt.c | 395 struct rz_mtu3_channel *const ch1 = rz_mtu3_get_ch(counter, 0); in rz_mtu3_32bit_cnt_setting() local 399 rz_mtu3_8bit_ch_write(ch1, RZ_MTU3_TMDR1, RZ_MTU3_TMDR1_PH_CNT_MODE_1); in rz_mtu3_32bit_cnt_setting() 401 rz_mtu3_8bit_ch_write(ch1, RZ_MTU3_TCR, RZ_MTU3_TCR_CCLR_TGRA); in rz_mtu3_32bit_cnt_setting() 402 rz_mtu3_8bit_ch_write(ch1, RZ_MTU3_TIOR, RZ_MTU3_TIOR_IC_BOTH); in rz_mtu3_32bit_cnt_setting() 404 rz_mtu3_enable(ch1); in rz_mtu3_32bit_cnt_setting() 423 struct rz_mtu3_channel *const ch1 = rz_mtu3_get_ch(counter, 0); in rz_mtu3_initialize_counter() local 439 if (!rz_mtu3_request_channel(ch1)) in rz_mtu3_initialize_counter() 443 rz_mtu3_release_channel(ch1); in rz_mtu3_initialize_counter() 458 struct rz_mtu3_channel *const ch1 = rz_mtu3_get_ch(counter, 0); in rz_mtu3_terminate_counter() local 463 rz_mtu3_release_channel(ch1); in rz_mtu3_terminate_counter() [all …]
|
| /linux/drivers/misc/ |
| H A D | tsl2550.c | 143 static int tsl2550_calculate_lux(u8 ch0, u8 ch1) in tsl2550_calculate_lux() argument 149 u16 c1 = count_lut[ch1]; in tsl2550_calculate_lux() 245 u8 ch0, ch1; in __tsl2550_show_lux() local 256 ch1 = ret; in __tsl2550_show_lux() 259 ret = tsl2550_calculate_lux(ch0, ch1); in __tsl2550_show_lux()
|
| /linux/tools/perf/tests/ |
| H A D | api-io.c | 132 __u64 val1, int ch1, in do_test_get_hex() argument 147 EXPECT_EQUAL(ch, ch1); in do_test_get_hex() 213 __u64 val1, int ch1, in do_test_get_dec() argument 228 EXPECT_EQUAL(ch, ch1); in do_test_get_dec()
|
| /linux/drivers/input/touchscreen/ |
| H A D | mxs-lradc-ts.c | 161 unsigned int ch1, unsigned int ch2) in mxs_lradc_setup_ts_pressure() argument 175 writel(reg, ts->base + LRADC_CH(ch1)); in mxs_lradc_setup_ts_pressure() 183 ts->base + LRADC_CH(ch1) + STMP_OFFSET_REG_CLR); in mxs_lradc_setup_ts_pressure() 188 writel(LRADC_DELAY_TRIGGER(1 << ch1) | LRADC_DELAY_TRIGGER(1 << ch2) | in mxs_lradc_setup_ts_pressure() 225 unsigned int ch1, unsigned int ch2) in mxs_lradc_read_ts_pressure() argument 230 mask = LRADC_CTRL1_LRADC_IRQ(ch1) | LRADC_CTRL1_LRADC_IRQ(ch2); in mxs_lradc_read_ts_pressure() 238 m1 = mxs_lradc_ts_read_raw_channel(ts, ch1); in mxs_lradc_read_ts_pressure()
|
| /linux/sound/soc/amd/ |
| H A D | acp-pcm-dma.c | 340 ch_acp_sysmem = rtd->ch1; in config_acp_dma() 343 ch_acp_i2s = rtd->ch1; in config_acp_dma() 905 rtd->ch1 = SYSRAM_TO_ACP_BT_INSTANCE_CH_NUM; in acp_dma_hw_params() 925 rtd->ch1 = SYSRAM_TO_ACP_MICSP_INSTANCE_CH_NUM; in acp_dma_hw_params() 947 rtd->ch1 = SYSRAM_TO_ACP_CH_NUM; in acp_dma_hw_params() 963 rtd->ch1 = I2S_TO_ACP_DMA_BT_INSTANCE_CH_NUM; in acp_dma_hw_params() 980 rtd->ch1 = I2S_TO_ACP_DMA_CH_NUM; in acp_dma_hw_params() 1096 ch_acp_sysmem = rtd->ch1; in acp_dma_prepare() 1099 ch_acp_i2s = rtd->ch1; in acp_dma_prepare() 1141 acp_dma_start(rtd->acp_mmio, rtd->ch1, true); in acp_dma_trigger() [all …]
|
| H A D | acp.h | 144 u16 ch1; member
|
| /linux/include/linux/platform_data/ |
| H A D | tsl2772.h | 15 unsigned int ch1; member
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | st,sta32x.txt | 34 - st,ch1-output-mapping: Channel 1 output mapping 93 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1
|
| H A D | st,sta350.txt | 30 - st,ch1-output-mapping: Channel 1 output mapping 123 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1
|
| /linux/arch/arm/boot/dts/renesas/ |
| H A D | r8a77470.dtsi | 395 dma-names = "ch0", "ch1", "ch2", "ch3"; 430 dma-names = "ch0", "ch1", "ch2", "ch3"; 464 interrupt-names = "ch0", "ch1"; 478 interrupt-names = "ch0", "ch1"; 492 interrupt-names = "ch0", "ch1"; 506 interrupt-names = "ch0", "ch1"; 535 "ch0", "ch1", "ch2", "ch3", 568 "ch0", "ch1", "ch2", "ch3",
|
| /linux/drivers/clk/sunxi/ |
| H A D | Makefile | 19 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun4i-tcon-ch1.o
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-tse850-3.dts | 109 led-ch1-red { 113 led-ch1-green {
|
| /linux/Documentation/devicetree/bindings/clock/st/ |
| H A D | st,quadfs.txt | 45 "clk-s-c0-fs0-ch1",
|
| H A D | st,flexgen.txt | 44 | | ch1|----|-->| | | | | | | |
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp131.dtsi | 155 dma-names = "ch1", "ch2", "ch3", "ch4", "up"; 191 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 225 dma-names = "ch1", "ch2", "ch3", "up"; 261 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 549 dma-names = "ch1", "ch2", "ch3", "ch4", 590 dma-names = "ch1", "ch2", "ch3", "ch4", 1354 dma-names = "ch1", "up", "trig", "com"; 1387 dma-names = "ch1", "up"; 1420 dma-names = "ch1", "up";
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a77995.dtsi | 531 dma-names = "ch0", "ch1", "ch2", "ch3"; 546 interrupt-names = "ch0", "ch1"; 560 interrupt-names = "ch0", "ch1"; 617 "ch0", "ch1", "ch2", "ch3", 645 "ch0", "ch1", "ch2", "ch3", 673 "ch0", "ch1", "ch2", "ch3", 797 interrupt-names = "ch0", "ch1", "ch2", "ch3", 1194 "ch0", "ch1", "ch2", "ch3",
|
| /linux/arch/mips/boot/dts/loongson/ |
| H A D | loongson1c.dtsi | 56 interrupt-names = "ch0", "ch1", "ch2";
|
| /linux/arch/arm/boot/dts/intel/pxa/ |
| H A D | pxa300-raumfeld-speaker-one.dts | 119 st,ch1-output-mapping = /bits/ 8 <0>;
|