Home
last modified time | relevance | path

Searched refs:ac97 (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/ac97/
H A Dac97_patch.c93 ac97->build_ops->update_jacks(ac97); in ac97_surround_jack_mode_put()
125 ac97->build_ops->update_jacks(ac97); in ac97_channel_mode_put()
183 return !ac97->indep_surround && is_surround_on(ac97); in is_shared_surrout()
189 return !ac97->indep_surround && is_clfe_on(ac97); in is_shared_clfeout()
201 return !ac97->indep_surround && !is_clfe_on(ac97); in is_shared_micin()
1372 snd_ac97_write(ac97, reg, ac97->regs[reg]); in ad18xx_resume()
1388 ac97->bus->ops->write(ac97, AC97_AD_CODEC_CFG, ac97->spec.ad18xx.codec_cfg[codec]); in ad18xx_resume()
1407 ac97->bus->ops->write(ac97, AC97_PCM, ac97->spec.ad18xx.pcmreg[codec]); in ad18xx_resume()
1417 snd_ac97_write(ac97, i, ac97->regs[i]); in ad18xx_resume()
1574 ac97->id |= ac97->spec.ad18xx.id[0]; in patch_ad1881()
[all …]
H A Dac97_codec.c301 return ac97->bus->ops->read(ac97, reg); in snd_ac97_read()
308 ac97->regs[reg] = ac97->bus->ops->read(ac97, reg); in snd_ac97_read_cache()
1012 ac97->private_free(ac97); in snd_ac97_free()
1587 ac97->build_ops->build_3d(ac97); in snd_ac97_mixer_build()
2030 bus->codec[ac97->num] = ac97; in snd_ac97_mixer()
2086 ac97->num, ac97->id); in snd_ac97_mixer()
2235 snd_ac97_get_name(ac97, ac97->id, name, !ac97_is_audio(ac97)); in snd_ac97_mixer()
2468 ac97->build_ops->suspend(ac97); in snd_ac97_suspend()
2532 ac97->bus->ops->reset(ac97); in snd_ac97_resume()
2572 ac97->bus->ops->init(ac97); in snd_ac97_resume()
[all …]
H A Dac97_proc.c102 snd_iprintf(buffer, "%d-%d/%d: %s\n\n", ac97->addr, ac97->num, subidx, name); in snd_ac97_proc_read_main()
130 val = ac97->caps; in snd_ac97_proc_read_main()
339 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_read()
403 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_regs_read()
423 sprintf(name, "%s#%d-%d", prefix, ac97->addr, ac97->num); in snd_ac97_proc_init()
425 ac97->bus->proc); in snd_ac97_proc_init()
428 ac97->proc = entry; in snd_ac97_proc_init()
429 sprintf(name, "%s#%d-%d+regs", prefix, ac97->addr, ac97->num); in snd_ac97_proc_init()
431 ac97->bus->proc); in snd_ac97_proc_init()
445 ac97->proc_regs = NULL; in snd_ac97_proc_done()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/ac97/
H A Dac97_patch.c93 ac97->build_ops->update_jacks(ac97); in ac97_surround_jack_mode_put()
125 ac97->build_ops->update_jacks(ac97); in ac97_channel_mode_put()
183 return !ac97->indep_surround && is_surround_on(ac97); in is_shared_surrout()
189 return !ac97->indep_surround && is_clfe_on(ac97); in is_shared_clfeout()
201 return !ac97->indep_surround && !is_clfe_on(ac97); in is_shared_micin()
1372 snd_ac97_write(ac97, reg, ac97->regs[reg]); in ad18xx_resume()
1388 ac97->bus->ops->write(ac97, AC97_AD_CODEC_CFG, ac97->spec.ad18xx.codec_cfg[codec]); in ad18xx_resume()
1407 ac97->bus->ops->write(ac97, AC97_PCM, ac97->spec.ad18xx.pcmreg[codec]); in ad18xx_resume()
1417 snd_ac97_write(ac97, i, ac97->regs[i]); in ad18xx_resume()
1574 ac97->id |= ac97->spec.ad18xx.id[0]; in patch_ad1881()
[all …]
H A Dac97_codec.c301 return ac97->bus->ops->read(ac97, reg); in snd_ac97_read()
308 ac97->regs[reg] = ac97->bus->ops->read(ac97, reg); in snd_ac97_read_cache()
1012 ac97->private_free(ac97); in snd_ac97_free()
1587 ac97->build_ops->build_3d(ac97); in snd_ac97_mixer_build()
2030 bus->codec[ac97->num] = ac97; in snd_ac97_mixer()
2086 ac97->num, ac97->id); in snd_ac97_mixer()
2235 snd_ac97_get_name(ac97, ac97->id, name, !ac97_is_audio(ac97)); in snd_ac97_mixer()
2468 ac97->build_ops->suspend(ac97); in snd_ac97_suspend()
2532 ac97->bus->ops->reset(ac97); in snd_ac97_resume()
2572 ac97->bus->ops->init(ac97); in snd_ac97_resume()
[all …]
H A Dac97_proc.c102 snd_iprintf(buffer, "%d-%d/%d: %s\n\n", ac97->addr, ac97->num, subidx, name); in snd_ac97_proc_read_main()
130 val = ac97->caps; in snd_ac97_proc_read_main()
339 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_read()
403 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_regs_read()
423 sprintf(name, "%s#%d-%d", prefix, ac97->addr, ac97->num); in snd_ac97_proc_init()
425 ac97->bus->proc); in snd_ac97_proc_init()
428 ac97->proc = entry; in snd_ac97_proc_init()
429 sprintf(name, "%s#%d-%d+regs", prefix, ac97->addr, ac97->num); in snd_ac97_proc_init()
431 ac97->bus->proc); in snd_ac97_proc_init()
445 ac97->proc_regs = NULL; in snd_ac97_proc_done()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/ac97/
H A Dac97_patch.c93 ac97->build_ops->update_jacks(ac97); in ac97_surround_jack_mode_put()
125 ac97->build_ops->update_jacks(ac97); in ac97_channel_mode_put()
183 return !ac97->indep_surround && is_surround_on(ac97); in is_shared_surrout()
189 return !ac97->indep_surround && is_clfe_on(ac97); in is_shared_clfeout()
201 return !ac97->indep_surround && !is_clfe_on(ac97); in is_shared_micin()
1372 snd_ac97_write(ac97, reg, ac97->regs[reg]); in ad18xx_resume()
1388 ac97->bus->ops->write(ac97, AC97_AD_CODEC_CFG, ac97->spec.ad18xx.codec_cfg[codec]); in ad18xx_resume()
1407 ac97->bus->ops->write(ac97, AC97_PCM, ac97->spec.ad18xx.pcmreg[codec]); in ad18xx_resume()
1417 snd_ac97_write(ac97, i, ac97->regs[i]); in ad18xx_resume()
1574 ac97->id |= ac97->spec.ad18xx.id[0]; in patch_ad1881()
[all …]
H A Dac97_codec.c301 return ac97->bus->ops->read(ac97, reg); in snd_ac97_read()
308 ac97->regs[reg] = ac97->bus->ops->read(ac97, reg); in snd_ac97_read_cache()
1012 ac97->private_free(ac97); in snd_ac97_free()
1587 ac97->build_ops->build_3d(ac97); in snd_ac97_mixer_build()
2030 bus->codec[ac97->num] = ac97; in snd_ac97_mixer()
2086 ac97->num, ac97->id); in snd_ac97_mixer()
2235 snd_ac97_get_name(ac97, ac97->id, name, !ac97_is_audio(ac97)); in snd_ac97_mixer()
2468 ac97->build_ops->suspend(ac97); in snd_ac97_suspend()
2532 ac97->bus->ops->reset(ac97); in snd_ac97_resume()
2572 ac97->bus->ops->init(ac97); in snd_ac97_resume()
[all …]
H A Dac97_proc.c102 snd_iprintf(buffer, "%d-%d/%d: %s\n\n", ac97->addr, ac97->num, subidx, name); in snd_ac97_proc_read_main()
130 val = ac97->caps; in snd_ac97_proc_read_main()
339 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_read()
403 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_regs_read()
423 sprintf(name, "%s#%d-%d", prefix, ac97->addr, ac97->num); in snd_ac97_proc_init()
425 ac97->bus->proc); in snd_ac97_proc_init()
428 ac97->proc = entry; in snd_ac97_proc_init()
429 sprintf(name, "%s#%d-%d+regs", prefix, ac97->addr, ac97->num); in snd_ac97_proc_init()
431 ac97->bus->proc); in snd_ac97_proc_init()
445 ac97->proc_regs = NULL; in snd_ac97_proc_done()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/tegra/
H A Dtegra20_ac97.c198 tegra20_ac97_stop_capture(ac97); in tegra20_ac97_trigger()
304 struct tegra20_ac97 *ac97; in tegra20_ac97_platform_probe() local
311 if (!ac97) { in tegra20_ac97_platform_probe()
315 dev_set_drvdata(&pdev->dev, ac97); in tegra20_ac97_platform_probe()
318 if (IS_ERR(ac97->reset)) { in tegra20_ac97_platform_probe()
320 return PTR_ERR(ac97->reset); in tegra20_ac97_platform_probe()
324 if (IS_ERR(ac97->clk_ac97)) { in tegra20_ac97_platform_probe()
326 ret = PTR_ERR(ac97->clk_ac97); in tegra20_ac97_platform_probe()
339 if (IS_ERR(ac97->regmap)) { in tegra20_ac97_platform_probe()
341 ret = PTR_ERR(ac97->regmap); in tegra20_ac97_platform_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/tegra/
H A Dtegra20_ac97.c198 tegra20_ac97_stop_capture(ac97); in tegra20_ac97_trigger()
304 struct tegra20_ac97 *ac97; in tegra20_ac97_platform_probe() local
311 if (!ac97) { in tegra20_ac97_platform_probe()
315 dev_set_drvdata(&pdev->dev, ac97); in tegra20_ac97_platform_probe()
318 if (IS_ERR(ac97->reset)) { in tegra20_ac97_platform_probe()
320 return PTR_ERR(ac97->reset); in tegra20_ac97_platform_probe()
324 if (IS_ERR(ac97->clk_ac97)) { in tegra20_ac97_platform_probe()
326 ret = PTR_ERR(ac97->clk_ac97); in tegra20_ac97_platform_probe()
339 if (IS_ERR(ac97->regmap)) { in tegra20_ac97_platform_probe()
341 ret = PTR_ERR(ac97->regmap); in tegra20_ac97_platform_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/tegra/
H A Dtegra20_ac97.c198 tegra20_ac97_stop_capture(ac97); in tegra20_ac97_trigger()
304 struct tegra20_ac97 *ac97; in tegra20_ac97_platform_probe() local
311 if (!ac97) { in tegra20_ac97_platform_probe()
315 dev_set_drvdata(&pdev->dev, ac97); in tegra20_ac97_platform_probe()
318 if (IS_ERR(ac97->reset)) { in tegra20_ac97_platform_probe()
320 return PTR_ERR(ac97->reset); in tegra20_ac97_platform_probe()
324 if (IS_ERR(ac97->clk_ac97)) { in tegra20_ac97_platform_probe()
326 ret = PTR_ERR(ac97->clk_ac97); in tegra20_ac97_platform_probe()
339 if (IS_ERR(ac97->regmap)) { in tegra20_ac97_platform_probe()
341 ret = PTR_ERR(ac97->regmap); in tegra20_ac97_platform_probe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/ac97/
H A Dsnd_ac97_compat.c69 struct snd_ac97 *ac97; in snd_ac97_compat_alloc() local
73 if (ac97 == NULL) in snd_ac97_compat_alloc()
76 ac97->private_data = adev; in snd_ac97_compat_alloc()
77 ac97->bus = &compat_soc_ac97_bus; in snd_ac97_compat_alloc()
79 ac97->dev.parent = &adev->dev; in snd_ac97_compat_alloc()
84 put_device(&ac97->dev); in snd_ac97_compat_alloc()
88 return ac97; in snd_ac97_compat_alloc()
94 device_unregister(&ac97->dev); in snd_ac97_compat_release()
106 compat_ac97_warm_reset(ac97); in snd_ac97_reset()
112 compat_ac97_reset(ac97); in snd_ac97_reset()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/ac97/
H A Dsnd_ac97_compat.c69 struct snd_ac97 *ac97; in snd_ac97_compat_alloc() local
73 if (ac97 == NULL) in snd_ac97_compat_alloc()
76 ac97->private_data = adev; in snd_ac97_compat_alloc()
77 ac97->bus = &compat_soc_ac97_bus; in snd_ac97_compat_alloc()
79 ac97->dev.parent = &adev->dev; in snd_ac97_compat_alloc()
84 put_device(&ac97->dev); in snd_ac97_compat_alloc()
88 return ac97; in snd_ac97_compat_alloc()
94 device_unregister(&ac97->dev); in snd_ac97_compat_release()
106 compat_ac97_warm_reset(ac97); in snd_ac97_reset()
112 compat_ac97_reset(ac97); in snd_ac97_reset()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/ac97/
H A Dsnd_ac97_compat.c69 struct snd_ac97 *ac97; in snd_ac97_compat_alloc() local
73 if (ac97 == NULL) in snd_ac97_compat_alloc()
76 ac97->private_data = adev; in snd_ac97_compat_alloc()
77 ac97->bus = &compat_soc_ac97_bus; in snd_ac97_compat_alloc()
79 ac97->dev.parent = &adev->dev; in snd_ac97_compat_alloc()
84 put_device(&ac97->dev); in snd_ac97_compat_alloc()
88 return ac97; in snd_ac97_compat_alloc()
94 device_unregister(&ac97->dev); in snd_ac97_compat_release()
106 compat_ac97_warm_reset(ac97); in snd_ac97_reset()
112 compat_ac97_reset(ac97); in snd_ac97_reset()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dac97_codec.h178 int (*build_3d) (struct snd_ac97 *ac97);
183 void (*suspend) (struct snd_ac97 *ac97);
184 void (*resume) (struct snd_ac97 *ac97);
190 void (*reset) (struct snd_ac97 *ac97);
191 void (*warm_reset)(struct snd_ac97 *ac97);
194 void (*wait) (struct snd_ac97 *ac97);
195 void (*init) (struct snd_ac97 *ac97);
292 return (ac97->scaps & AC97_SCAP_AUDIO); in ac97_is_audio()
296 return (ac97->scaps & AC97_SCAP_MODEM); in ac97_is_modem()
304 return (ac97->ext_id & AC97_EI_AMAP) != 0; in ac97_can_amap()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dac97_codec.h178 int (*build_3d) (struct snd_ac97 *ac97);
183 void (*suspend) (struct snd_ac97 *ac97);
184 void (*resume) (struct snd_ac97 *ac97);
190 void (*reset) (struct snd_ac97 *ac97);
191 void (*warm_reset)(struct snd_ac97 *ac97);
194 void (*wait) (struct snd_ac97 *ac97);
195 void (*init) (struct snd_ac97 *ac97);
292 return (ac97->scaps & AC97_SCAP_AUDIO); in ac97_is_audio()
296 return (ac97->scaps & AC97_SCAP_MODEM); in ac97_is_modem()
304 return (ac97->ext_id & AC97_EI_AMAP) != 0; in ac97_can_amap()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dac97_codec.h178 int (*build_3d) (struct snd_ac97 *ac97);
183 void (*suspend) (struct snd_ac97 *ac97);
184 void (*resume) (struct snd_ac97 *ac97);
190 void (*reset) (struct snd_ac97 *ac97);
191 void (*warm_reset)(struct snd_ac97 *ac97);
194 void (*wait) (struct snd_ac97 *ac97);
195 void (*init) (struct snd_ac97 *ac97);
292 return (ac97->scaps & AC97_SCAP_AUDIO); in ac97_is_audio()
296 return (ac97->scaps & AC97_SCAP_MODEM); in ac97_is_modem()
304 return (ac97->ext_id & AC97_EI_AMAP) != 0; in ac97_can_amap()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Ducb1400.h85 struct snd_ac97 *ac97; member
95 struct snd_ac97 *ac97; member
114 return ac97->bus->ops->read(ac97, reg); in ucb1400_reg_read()
119 ac97->bus->ops->write(ac97, reg, val); in ucb1400_reg_write()
130 ucb1400_reg_write(ac97, UCB_IO_DATA, val ? in ucb1400_gpio_set_value()
131 ucb1400_reg_read(ac97, UCB_IO_DATA) | (1 << gpio) : in ucb1400_gpio_set_value()
143 ucb1400_reg_write(ac97, UCB_IO_DIR, dir ? in ucb1400_gpio_set_direction()
144 ucb1400_reg_read(ac97, UCB_IO_DIR) | (1 << gpio) : in ucb1400_gpio_set_direction()
145 ucb1400_reg_read(ac97, UCB_IO_DIR) & ~(1 << gpio)); in ucb1400_gpio_set_direction()
150 ucb1400_reg_write(ac97, UCB_ADC_CR, UCB_ADC_ENA); in ucb1400_adc_enable()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Ducb1400.h85 struct snd_ac97 *ac97; member
95 struct snd_ac97 *ac97; member
114 return ac97->bus->ops->read(ac97, reg); in ucb1400_reg_read()
119 ac97->bus->ops->write(ac97, reg, val); in ucb1400_reg_write()
130 ucb1400_reg_write(ac97, UCB_IO_DATA, val ? in ucb1400_gpio_set_value()
131 ucb1400_reg_read(ac97, UCB_IO_DATA) | (1 << gpio) : in ucb1400_gpio_set_value()
143 ucb1400_reg_write(ac97, UCB_IO_DIR, dir ? in ucb1400_gpio_set_direction()
144 ucb1400_reg_read(ac97, UCB_IO_DIR) | (1 << gpio) : in ucb1400_gpio_set_direction()
145 ucb1400_reg_read(ac97, UCB_IO_DIR) & ~(1 << gpio)); in ucb1400_gpio_set_direction()
150 ucb1400_reg_write(ac97, UCB_ADC_CR, UCB_ADC_ENA); in ucb1400_adc_enable()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Ducb1400.h85 struct snd_ac97 *ac97; member
95 struct snd_ac97 *ac97; member
114 return ac97->bus->ops->read(ac97, reg); in ucb1400_reg_read()
119 ac97->bus->ops->write(ac97, reg, val); in ucb1400_reg_write()
130 ucb1400_reg_write(ac97, UCB_IO_DATA, val ? in ucb1400_gpio_set_value()
131 ucb1400_reg_read(ac97, UCB_IO_DATA) | (1 << gpio) : in ucb1400_gpio_set_value()
143 ucb1400_reg_write(ac97, UCB_IO_DIR, dir ? in ucb1400_gpio_set_direction()
144 ucb1400_reg_read(ac97, UCB_IO_DIR) | (1 << gpio) : in ucb1400_gpio_set_direction()
145 ucb1400_reg_read(ac97, UCB_IO_DIR) & ~(1 << gpio)); in ucb1400_gpio_set_direction()
150 ucb1400_reg_write(ac97, UCB_ADC_CR, UCB_ADC_ENA); in ucb1400_adc_enable()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/
H A Dac97_bus.c26 static bool snd_ac97_check_id(struct snd_ac97 *ac97, unsigned int id, in snd_ac97_check_id() argument
29 ac97->id = ac97->bus->ops->read(ac97, AC97_VENDOR_ID1) << 16; in snd_ac97_check_id()
30 ac97->id |= ac97->bus->ops->read(ac97, AC97_VENDOR_ID2); in snd_ac97_check_id()
32 if (ac97->id == 0x0 || ac97->id == 0xffffffff) in snd_ac97_check_id()
35 if (id != 0 && id != (ac97->id & id_mask)) in snd_ac97_check_id()
58 const struct snd_ac97_bus_ops *ops = ac97->bus->ops; in snd_ac97_reset()
61 ops->warm_reset(ac97); in snd_ac97_reset()
62 if (snd_ac97_check_id(ac97, id, id_mask)) in snd_ac97_reset()
67 ops->reset(ac97); in snd_ac97_reset()
69 ops->warm_reset(ac97); in snd_ac97_reset()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/
H A Dac97_bus.c26 static bool snd_ac97_check_id(struct snd_ac97 *ac97, unsigned int id, in snd_ac97_check_id() argument
29 ac97->id = ac97->bus->ops->read(ac97, AC97_VENDOR_ID1) << 16; in snd_ac97_check_id()
30 ac97->id |= ac97->bus->ops->read(ac97, AC97_VENDOR_ID2); in snd_ac97_check_id()
32 if (ac97->id == 0x0 || ac97->id == 0xffffffff) in snd_ac97_check_id()
35 if (id != 0 && id != (ac97->id & id_mask)) in snd_ac97_check_id()
58 const struct snd_ac97_bus_ops *ops = ac97->bus->ops; in snd_ac97_reset()
61 ops->warm_reset(ac97); in snd_ac97_reset()
62 if (snd_ac97_check_id(ac97, id, id_mask)) in snd_ac97_reset()
67 ops->reset(ac97); in snd_ac97_reset()
69 ops->warm_reset(ac97); in snd_ac97_reset()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/
H A Dac97_bus.c26 static bool snd_ac97_check_id(struct snd_ac97 *ac97, unsigned int id, in snd_ac97_check_id() argument
29 ac97->id = ac97->bus->ops->read(ac97, AC97_VENDOR_ID1) << 16; in snd_ac97_check_id()
30 ac97->id |= ac97->bus->ops->read(ac97, AC97_VENDOR_ID2); in snd_ac97_check_id()
32 if (ac97->id == 0x0 || ac97->id == 0xffffffff) in snd_ac97_check_id()
35 if (id != 0 && id != (ac97->id & id_mask)) in snd_ac97_check_id()
58 const struct snd_ac97_bus_ops *ops = ac97->bus->ops; in snd_ac97_reset()
61 ops->warm_reset(ac97); in snd_ac97_reset()
62 if (snd_ac97_check_id(ac97, id, id_mask)) in snd_ac97_reset()
67 ops->reset(ac97); in snd_ac97_reset()
69 ops->warm_reset(ac97); in snd_ac97_reset()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/touchscreen/
H A Ducb1400_ts.c36 ucb1400_reg_write(ucb->ac97, UCB_TS_CR, in ucb1400_ts_mode_int()
48 ucb1400_reg_write(ucb->ac97, UCB_TS_CR, in ucb1400_ts_read_pressure()
66 ucb1400_reg_write(ucb->ac97, UCB_TS_CR, in ucb1400_ts_read_xpos()
69 ucb1400_reg_write(ucb->ac97, UCB_TS_CR, in ucb1400_ts_read_xpos()
72 ucb1400_reg_write(ucb->ac97, UCB_TS_CR, in ucb1400_ts_read_xpos()
89 ucb1400_reg_write(ucb->ac97, UCB_TS_CR, in ucb1400_ts_read_ypos()
92 ucb1400_reg_write(ucb->ac97, UCB_TS_CR, in ucb1400_ts_read_ypos()
201 ucb1400_adc_enable(ucb->ac97); in ucb1400_irq()
205 ucb1400_adc_disable(ucb->ac97); in ucb1400_irq()
361 ucb1400_adc_enable(ucb->ac97); in ucb1400_ts_probe()
[all …]

12345678910>>...32