/kernel/linux/linux-5.10/drivers/iio/dac/ |
H A D | ad5421.c | 21 #include <linux/iio/dac/ad5421.h> 28 /* load dac and fault shared the same register number. Writing to it will cause 29 * a dac load command, reading from it will return the fault status register */
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hitfb.c | 28 #include <cpu/dac.h>
|
/kernel/linux/linux-5.10/tools/arch/powerpc/include/uapi/asm/ |
H A D | kvm.h | 241 * iac/dac registers are 64bit wide, while this API 244 * iac/dac registers. 247 __u32 dac[2]; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hitfb.c | 28 #include <cpu/dac.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | g94.c | 359 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5421.c | 21 #include <linux/iio/dac/ad5421.h> 28 /* load dac and fault shared the same register number. Writing to it will cause 29 * a dac load command, reading from it will return the fault status register */
|
H A D | ad5791.c | 22 #include <linux/iio/dac/ad5791.h>
|
H A D | mcp4725.c | 25 #include <linux/iio/dac/mcp4725.h>
|
/kernel/linux/linux-6.6/tools/arch/powerpc/include/uapi/asm/ |
H A D | kvm.h | 241 * iac/dac registers are 64bit wide, while this API 244 * iac/dac registers. 247 __u32 dac[2]; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 789 struct lpphy_tx_gains { u16 gm, pga, pad, dac; }; member 850 gains.dac = (b43_phy_read(dev, B43_LPPHY_AFE_DAC_CTL) & 0x380) >> 7; in lpphy_get_tx_gains() 867 static void lpphy_set_dac_gain(struct b43_wldev *dev, u16 dac) in lpphy_set_dac_gain() argument 870 ctl |= dac << 7; in lpphy_set_dac_gain() 909 lpphy_set_dac_gain(dev, gains.dac); in lpphy_set_tx_gains() 1385 gains.dac = (iq_comp >> 28) & 0xFF; in lpphy_set_tx_power_by_index() 1543 gains.dac = 0; in lpphy_tx_pctl_init_sw() 1548 gains.dac = 0; in lpphy_tx_pctl_init_sw()
|
H A D | tables_phy_lcn.c | 21 u8 dac; member 641 val |= ((gain_table[i].dac << 28) | in b43_phy_lcn_load_tx_gain_tab()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 789 struct lpphy_tx_gains { u16 gm, pga, pad, dac; }; member 850 gains.dac = (b43_phy_read(dev, B43_LPPHY_AFE_DAC_CTL) & 0x380) >> 7; in lpphy_get_tx_gains() 867 static void lpphy_set_dac_gain(struct b43_wldev *dev, u16 dac) in lpphy_set_dac_gain() argument 870 ctl |= dac << 7; in lpphy_set_dac_gain() 909 lpphy_set_dac_gain(dev, gains.dac); in lpphy_set_tx_gains() 1385 gains.dac = (iq_comp >> 28) & 0xFF; in lpphy_set_tx_power_by_index() 1543 gains.dac = 0; in lpphy_tx_pctl_init_sw() 1548 gains.dac = 0; in lpphy_tx_pctl_init_sw()
|
H A D | tables_phy_lcn.c | 21 u8 dac; member 641 val |= ((gain_table[i].dac << 28) | in b43_phy_lcn_load_tx_gain_tab()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | atombios_encoders.c | 2695 struct radeon_encoder_atom_dac *dac = kzalloc(sizeof(struct radeon_encoder_atom_dac), GFP_KERNEL); in radeon_atombios_set_dac_info() local 2697 if (!dac) in radeon_atombios_set_dac_info() 2700 dac->tv_std = radeon_atombios_get_tv_info(rdev); in radeon_atombios_set_dac_info() 2701 return dac; in radeon_atombios_set_dac_info()
|
H A D | radeon_mode.h | 376 /* legacy primary dac */ 399 /* legacy tv dac */ 713 uint8_t dac);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | atombios_encoders.c | 2627 struct radeon_encoder_atom_dac *dac = kzalloc(sizeof(struct radeon_encoder_atom_dac), GFP_KERNEL); in radeon_atombios_set_dac_info() local 2629 if (!dac) in radeon_atombios_set_dac_info() 2632 dac->tv_std = radeon_atombios_get_tv_info(rdev); in radeon_atombios_set_dac_info() 2633 return dac; in radeon_atombios_set_dac_info()
|
H A D | radeon_mode.h | 367 /* legacy primary dac */ 390 /* legacy tv dac */ 676 uint8_t dac);
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | phy.c | 1213 * @dac: DAC index, values are 0-based 1215 void mt7601u_set_tx_dac(struct mt7601u_dev *dev, u8 dac) in mt7601u_set_tx_dac() argument 1217 mt7601u_bbp_rmc(dev, 1, 0x18, dac << 3); in mt7601u_set_tx_dac()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | phy.c | 1219 * @dac: DAC index, values are 0-based 1221 void mt7601u_set_tx_dac(struct mt7601u_dev *dev, u8 dac) in mt7601u_set_tx_dac() argument 1223 mt7601u_bbp_rmc(dev, 1, 0x18, dac << 3); in mt7601u_set_tx_dac()
|
/kernel/linux/linux-5.10/sound/pci/ca0106/ |
H A D | ca0106_main.c | 529 const int dac = snd_ca0106_channel_dac(chip, chip->details, in snd_ca0106_pcm_power_dac() local 531 const int reg = spi_dacd_reg[dac]; in snd_ca0106_pcm_power_dac() 532 const int bit = spi_dacd_bit[dac]; in snd_ca0106_pcm_power_dac() 585 /* Front channel dac should already be on */ in snd_ca0106_pcm_open_playback_channel() 607 /* Front channel dac should stay on */ in snd_ca0106_pcm_close_playback() 1571 /* Enable front dac only */ in ca0106_init_chip()
|
/kernel/linux/linux-6.6/sound/pci/ca0106/ |
H A D | ca0106_main.c | 528 const int dac = snd_ca0106_channel_dac(chip, chip->details, in snd_ca0106_pcm_power_dac() local 530 const int reg = spi_dacd_reg[dac]; in snd_ca0106_pcm_power_dac() 531 const int bit = spi_dacd_bit[dac]; in snd_ca0106_pcm_power_dac() 586 /* Front channel dac should already be on */ in snd_ca0106_pcm_open_playback_channel() 608 /* Front channel dac should stay on */ in snd_ca0106_pcm_close_playback() 1554 /* Enable front dac only */ in ca0106_init_chip()
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | board-da850-evm.c | 1315 .dac = { 1, 1, 1 },
|
/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | oradax.c | 168 struct dax_data_access dac; /* Data Access Control */ member
|
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | oradax.c | 168 struct dax_data_access dac; /* Data Access Control */ member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8962.c | 1484 u16 dac = snd_soc_component_read(component, WM8962_ADC_DAC_CONTROL_1); in wm8962_dsp2_set_enable() local 1498 WM8962_DAC_MUTE, dac); in wm8962_dsp2_set_enable()
|