Home
last modified time | relevance | path

Searched full:ctl (Results 1 – 25 of 1571) sorted by relevance

12345678910>>...63

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_ctl.c10 * CTL - MDP Control Pool Manager
20 * In certain use cases (high-resolution dual pipe), one single CTL can be
32 /* CTL status bitmask */
44 /* when do CTL registers need to be flushed? (mask of trigger bits) */
49 /* True if the current CTL has FLUSH bits pending for single FLUSH. */
52 struct mdp5_ctl *pair; /* Paired CTL to be flushed together */
58 /* number of CTL / Layer Mixers in this hw config: */
83 void ctl_write(struct mdp5_ctl *ctl, u32 reg, u32 data) in ctl_write() argument
85 struct mdp5_kms *mdp5_kms = get_kms(ctl->ctlm); in ctl_write()
87 (void)ctl->reg_offset; /* TODO use this instead of mdp5_write */ in ctl_write()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_ctl.c18 * CTL - MDP Control Pool Manager
28 * In certain use cases (high-resolution dual pipe), one single CTL can be
40 /* CTL status bitmask */
52 /* when do CTL registers need to be flushed? (mask of trigger bits) */
57 /* True if the current CTL has FLUSH bits pending for single FLUSH. */
60 struct mdp5_ctl *pair; /* Paired CTL to be flushed together */
66 /* number of CTL / Layer Mixers in this hw config: */
91 void ctl_write(struct mdp5_ctl *ctl, u32 reg, u32 data) in ctl_write() argument
93 struct mdp5_kms *mdp5_kms = get_kms(ctl->ctlm); in ctl_write()
95 (void)ctl->reg_offset; /* TODO use this instead of mdp5_write */ in ctl_write()
[all …]
/kernel/linux/linux-5.10/sound/pci/ice1712/
Dwm8766.c147 memcpy(wm->ctl, snd_wm8766_default_ctl, sizeof(wm->ctl)); in snd_wm8766_init()
188 uinfo->count = (wm->ctl[n].flags & WM8766_FLAG_STEREO) ? 2 : 1; in snd_wm8766_volume_info()
189 uinfo->value.integer.min = wm->ctl[n].min; in snd_wm8766_volume_info()
190 uinfo->value.integer.max = wm->ctl[n].max; in snd_wm8766_volume_info()
201 return snd_ctl_enum_info(uinfo, 1, wm->ctl[n].max, in snd_wm8766_enum_info()
202 wm->ctl[n].enum_names); in snd_wm8766_enum_info()
212 if (wm->ctl[n].get) in snd_wm8766_ctl_get()
213 wm->ctl[n].get(wm, &val1, &val2); in snd_wm8766_ctl_get()
215 val1 = wm->regs[wm->ctl[n].reg1] & wm->ctl[n].mask1; in snd_wm8766_ctl_get()
216 val1 >>= __ffs(wm->ctl[n].mask1); in snd_wm8766_ctl_get()
[all …]
Dwm8776.c76 if (wm->ctl[i].flags & flags_off) in snd_wm8776_update_agc_ctl()
77 snd_wm8776_activate_ctl(wm, wm->ctl[i].name, false); in snd_wm8776_update_agc_ctl()
78 else if (wm->ctl[i].flags & flags_on) in snd_wm8776_update_agc_ctl()
79 snd_wm8776_activate_ctl(wm, wm->ctl[i].name, true); in snd_wm8776_update_agc_ctl()
424 memcpy(wm->ctl, snd_wm8776_default_ctl, sizeof(wm->ctl)); in snd_wm8776_init()
462 uinfo->count = (wm->ctl[n].flags & WM8776_FLAG_STEREO) ? 2 : 1; in snd_wm8776_volume_info()
463 uinfo->value.integer.min = wm->ctl[n].min; in snd_wm8776_volume_info()
464 uinfo->value.integer.max = wm->ctl[n].max; in snd_wm8776_volume_info()
475 return snd_ctl_enum_info(uinfo, 1, wm->ctl[n].max, in snd_wm8776_enum_info()
476 wm->ctl[n].enum_names); in snd_wm8776_enum_info()
[all …]
/kernel/linux/linux-4.19/drivers/thunderbolt/
Dctl.c15 #include "ctl.h"
40 #define tb_ctl_WARN(ctl, format, arg...) \ argument
41 dev_WARN(&(ctl)->nhi->pdev->dev, format, ## arg)
43 #define tb_ctl_err(ctl, format, arg...) \ argument
44 dev_err(&(ctl)->nhi->pdev->dev, format, ## arg)
46 #define tb_ctl_warn(ctl, format, arg...) \ argument
47 dev_warn(&(ctl)->nhi->pdev->dev, format, ## arg)
49 #define tb_ctl_info(ctl, format, arg...) \ argument
50 dev_info(&(ctl)->nhi->pdev->dev, format, ## arg)
52 #define tb_ctl_dbg(ctl, format, arg...) \ argument
[all …]
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dctl.c16 #include "ctl.h"
41 #define tb_ctl_WARN(ctl, format, arg...) \ argument
42 dev_WARN(&(ctl)->nhi->pdev->dev, format, ## arg)
44 #define tb_ctl_err(ctl, format, arg...) \ argument
45 dev_err(&(ctl)->nhi->pdev->dev, format, ## arg)
47 #define tb_ctl_warn(ctl, format, arg...) \ argument
48 dev_warn(&(ctl)->nhi->pdev->dev, format, ## arg)
50 #define tb_ctl_info(ctl, format, arg...) \ argument
51 dev_info(&(ctl)->nhi->pdev->dev, format, ## arg)
53 #define tb_ctl_dbg(ctl, format, arg...) \ argument
[all …]
/kernel/linux/linux-4.19/sound/pci/ice1712/
Dwm8766.c161 memcpy(wm->ctl, snd_wm8766_default_ctl, sizeof(wm->ctl)); in snd_wm8766_init()
202 uinfo->count = (wm->ctl[n].flags & WM8766_FLAG_STEREO) ? 2 : 1; in snd_wm8766_volume_info()
203 uinfo->value.integer.min = wm->ctl[n].min; in snd_wm8766_volume_info()
204 uinfo->value.integer.max = wm->ctl[n].max; in snd_wm8766_volume_info()
215 return snd_ctl_enum_info(uinfo, 1, wm->ctl[n].max, in snd_wm8766_enum_info()
216 wm->ctl[n].enum_names); in snd_wm8766_enum_info()
226 if (wm->ctl[n].get) in snd_wm8766_ctl_get()
227 wm->ctl[n].get(wm, &val1, &val2); in snd_wm8766_ctl_get()
229 val1 = wm->regs[wm->ctl[n].reg1] & wm->ctl[n].mask1; in snd_wm8766_ctl_get()
230 val1 >>= __ffs(wm->ctl[n].mask1); in snd_wm8766_ctl_get()
[all …]
Dwm8776.c90 if (wm->ctl[i].flags & flags_off) in snd_wm8776_update_agc_ctl()
91 snd_wm8776_activate_ctl(wm, wm->ctl[i].name, false); in snd_wm8776_update_agc_ctl()
92 else if (wm->ctl[i].flags & flags_on) in snd_wm8776_update_agc_ctl()
93 snd_wm8776_activate_ctl(wm, wm->ctl[i].name, true); in snd_wm8776_update_agc_ctl()
438 memcpy(wm->ctl, snd_wm8776_default_ctl, sizeof(wm->ctl)); in snd_wm8776_init()
476 uinfo->count = (wm->ctl[n].flags & WM8776_FLAG_STEREO) ? 2 : 1; in snd_wm8776_volume_info()
477 uinfo->value.integer.min = wm->ctl[n].min; in snd_wm8776_volume_info()
478 uinfo->value.integer.max = wm->ctl[n].max; in snd_wm8776_volume_info()
489 return snd_ctl_enum_info(uinfo, 1, wm->ctl[n].max, in snd_wm8776_enum_info()
490 wm->ctl[n].enum_names); in snd_wm8776_enum_info()
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/
Daxi-fan-control.c54 const struct axi_fan_control_data *ctl) in axi_iowrite() argument
56 iowrite32(val, ctl->base + reg); in axi_iowrite()
60 const struct axi_fan_control_data *ctl) in axi_ioread() argument
62 return ioread32(ctl->base + reg); in axi_ioread()
65 static long axi_fan_control_get_pwm_duty(const struct axi_fan_control_data *ctl) in axi_fan_control_get_pwm_duty() argument
67 u32 pwm_width = axi_ioread(ADI_REG_PWM_WIDTH, ctl); in axi_fan_control_get_pwm_duty()
68 u32 pwm_period = axi_ioread(ADI_REG_PWM_PERIOD, ctl); in axi_fan_control_get_pwm_duty()
77 struct axi_fan_control_data *ctl) in axi_fan_control_set_pwm_duty() argument
79 u32 pwm_period = axi_ioread(ADI_REG_PWM_PERIOD, ctl); in axi_fan_control_set_pwm_duty()
85 axi_iowrite(new_width, ADI_REG_PWM_WIDTH, ctl); in axi_fan_control_set_pwm_duty()
[all …]
/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-meson-gpio.c47 static void meson8_gpio_irq_sel_pin(struct meson_gpio_irq_controller *ctl,
49 static void meson_gpio_irq_init_dummy(struct meson_gpio_irq_controller *ctl);
50 static void meson_a1_gpio_irq_sel_pin(struct meson_gpio_irq_controller *ctl,
53 static void meson_a1_gpio_irq_init(struct meson_gpio_irq_controller *ctl);
56 void (*gpio_irq_sel_pin)(struct meson_gpio_irq_controller *ctl,
58 void (*gpio_irq_init)(struct meson_gpio_irq_controller *ctl);
144 static void meson_gpio_irq_update_bits(struct meson_gpio_irq_controller *ctl, in meson_gpio_irq_update_bits() argument
150 spin_lock_irqsave(&ctl->lock, flags); in meson_gpio_irq_update_bits()
152 tmp = readl_relaxed(ctl->base + reg); in meson_gpio_irq_update_bits()
155 writel_relaxed(tmp, ctl->base + reg); in meson_gpio_irq_update_bits()
[all …]
/kernel/linux/linux-5.10/sound/pci/ctxfi/
Dcthw20k1.c82 u16 ctl:1; member
95 unsigned int ctl; member
178 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state() local
180 set_field(&ctl->ctl, SRCCTL_STATE, state); in src_set_state()
181 ctl->dirty.bf.ctl = 1; in src_set_state()
187 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm() local
189 set_field(&ctl->ctl, SRCCTL_BM, bm); in src_set_bm()
190 ctl->dirty.bf.ctl = 1; in src_set_bm()
196 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rsr() local
198 set_field(&ctl->ctl, SRCCTL_RSR, rsr); in src_set_rsr()
[all …]
Dcthw20k2.c82 u16 ctl:1; member
95 unsigned int ctl; member
178 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state() local
180 set_field(&ctl->ctl, SRCCTL_STATE, state); in src_set_state()
181 ctl->dirty.bf.ctl = 1; in src_set_state()
187 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm() local
189 set_field(&ctl->ctl, SRCCTL_BM, bm); in src_set_bm()
190 ctl->dirty.bf.ctl = 1; in src_set_bm()
196 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rsr() local
198 set_field(&ctl->ctl, SRCCTL_RSR, rsr); in src_set_rsr()
[all …]
/kernel/linux/linux-4.19/sound/pci/ctxfi/
Dcthw20k1.c86 u16 ctl:1; member
99 unsigned int ctl; member
182 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state() local
184 set_field(&ctl->ctl, SRCCTL_STATE, state); in src_set_state()
185 ctl->dirty.bf.ctl = 1; in src_set_state()
191 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm() local
193 set_field(&ctl->ctl, SRCCTL_BM, bm); in src_set_bm()
194 ctl->dirty.bf.ctl = 1; in src_set_bm()
200 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rsr() local
202 set_field(&ctl->ctl, SRCCTL_RSR, rsr); in src_set_rsr()
[all …]
Dcthw20k2.c86 u16 ctl:1; member
99 unsigned int ctl; member
182 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state() local
184 set_field(&ctl->ctl, SRCCTL_STATE, state); in src_set_state()
185 ctl->dirty.bf.ctl = 1; in src_set_state()
191 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm() local
193 set_field(&ctl->ctl, SRCCTL_BM, bm); in src_set_bm()
194 ctl->dirty.bf.ctl = 1; in src_set_bm()
200 struct src_rsc_ctrl_blk *ctl = blk; in src_set_rsr() local
202 set_field(&ctl->ctl, SRCCTL_RSR, rsr); in src_set_rsr()
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dfree-space-cache.c36 static int count_bitmap_extents(struct btrfs_free_space_ctl *ctl,
38 static int link_free_space(struct btrfs_free_space_ctl *ctl,
40 static void unlink_free_space(struct btrfs_free_space_ctl *ctl,
637 static void merge_space_tree(struct btrfs_free_space_ctl *ctl) in merge_space_tree() argument
643 spin_lock(&ctl->tree_lock); in merge_space_tree()
644 for (n = rb_first(&ctl->free_space_offset); n; n = rb_next(n)) { in merge_space_tree()
651 unlink_free_space(ctl, prev); in merge_space_tree()
652 unlink_free_space(ctl, e); in merge_space_tree()
655 link_free_space(ctl, prev); in merge_space_tree()
657 spin_unlock(&ctl->tree_lock); in merge_space_tree()
[all …]
/kernel/linux/linux-4.19/fs/btrfs/
Dfree-space-cache.c31 static int link_free_space(struct btrfs_free_space_ctl *ctl,
33 static void unlink_free_space(struct btrfs_free_space_ctl *ctl,
636 static void merge_space_tree(struct btrfs_free_space_ctl *ctl) in merge_space_tree() argument
642 spin_lock(&ctl->tree_lock); in merge_space_tree()
643 for (n = rb_first(&ctl->free_space_offset); n; n = rb_next(n)) { in merge_space_tree()
650 unlink_free_space(ctl, prev); in merge_space_tree()
651 unlink_free_space(ctl, e); in merge_space_tree()
654 link_free_space(ctl, prev); in merge_space_tree()
656 spin_unlock(&ctl->tree_lock); in merge_space_tree()
662 spin_unlock(&ctl->tree_lock); in merge_space_tree()
[all …]
/kernel/linux/linux-4.19/drivers/irqchip/
Dirq-meson-gpio.c88 static void meson_gpio_irq_update_bits(struct meson_gpio_irq_controller *ctl, in meson_gpio_irq_update_bits() argument
93 tmp = readl_relaxed(ctl->base + reg); in meson_gpio_irq_update_bits()
96 writel_relaxed(tmp, ctl->base + reg); in meson_gpio_irq_update_bits()
105 meson_gpio_irq_request_channel(struct meson_gpio_irq_controller *ctl, in meson_gpio_irq_request_channel() argument
111 spin_lock(&ctl->lock); in meson_gpio_irq_request_channel()
114 idx = find_first_zero_bit(ctl->channel_map, NUM_CHANNEL); in meson_gpio_irq_request_channel()
116 spin_unlock(&ctl->lock); in meson_gpio_irq_request_channel()
122 set_bit(idx, ctl->channel_map); in meson_gpio_irq_request_channel()
129 meson_gpio_irq_update_bits(ctl, reg, in meson_gpio_irq_request_channel()
139 *channel_hwirq = &(ctl->channel_irqs[idx]); in meson_gpio_irq_request_channel()
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dcs35l35.h21 #define CS35L35_PWRCTL1 0x06 /* Power Ctl 1 */
22 #define CS35L35_PWRCTL2 0x07 /* Power Ctl 2 */
23 #define CS35L35_PWRCTL3 0x08 /* Power Ctl 3 */
24 #define CS35L35_CLK_CTL1 0x0A /* Clocking Ctl 1 */
25 #define CS35L35_CLK_CTL2 0x0B /* Clocking Ctl 2 */
26 #define CS35L35_CLK_CTL3 0x0C /* Clocking Ctl 3 */
30 #define CS35L35_MAG_COMP_CTL 0x13 /* Magnitude Comp CTL */
31 #define CS35L35_AMP_INP_DRV_CTL 0x14 /* Amp Input Drive Ctl */
32 #define CS35L35_AMP_DIG_VOL_CTL 0x15 /* Amplifier Dig Volume Ctl */
35 #define CS35L35_PROTECT_CTL 0x18 /* Amp Gain - Prot Ctl Param */
[all …]
Dcs35l34.h19 #define CS35L34_PWRCTL1 0x06 /* Power Ctl 1 */
20 #define CS35L34_PWRCTL2 0x07 /* Power Ctl 2 */
21 #define CS35L34_PWRCTL3 0x08 /* Power Ctl 3 */
22 #define CS35L34_ADSP_CLK_CTL 0x0A /* (ADSP) Clock Ctl */
23 #define CS35L34_MCLK_CTL 0x0B /* Master Clocking Ctl */
24 #define CS35L34_AMP_INP_DRV_CTL 0x14 /* Amp Input Drive Ctl */
25 #define CS35L34_AMP_DIG_VOL_CTL 0x15 /* Amplifier Dig Volume Ctl */
27 #define CS35L34_AMP_ANLG_GAIN_CTL 0x17 /* Amplifier Analog Gain Ctl */
28 #define CS35L34_PROTECT_CTL 0x18 /* Amp Gain - Prot Ctl Param */
29 #define CS35L34_AMP_KEEP_ALIVE_CTL 0x1A /* Amplifier Keep Alive Ctl */
[all …]
/kernel/linux/linux-4.19/sound/soc/codecs/
Dcs35l35.h25 #define CS35L35_PWRCTL1 0x06 /* Power Ctl 1 */
26 #define CS35L35_PWRCTL2 0x07 /* Power Ctl 2 */
27 #define CS35L35_PWRCTL3 0x08 /* Power Ctl 3 */
28 #define CS35L35_CLK_CTL1 0x0A /* Clocking Ctl 1 */
29 #define CS35L35_CLK_CTL2 0x0B /* Clocking Ctl 2 */
30 #define CS35L35_CLK_CTL3 0x0C /* Clocking Ctl 3 */
34 #define CS35L35_MAG_COMP_CTL 0x13 /* Magnitude Comp CTL */
35 #define CS35L35_AMP_INP_DRV_CTL 0x14 /* Amp Input Drive Ctl */
36 #define CS35L35_AMP_DIG_VOL_CTL 0x15 /* Amplifier Dig Volume Ctl */
39 #define CS35L35_PROTECT_CTL 0x18 /* Amp Gain - Prot Ctl Param */
[all …]
Dcs35l34.h23 #define CS35L34_PWRCTL1 0x06 /* Power Ctl 1 */
24 #define CS35L34_PWRCTL2 0x07 /* Power Ctl 2 */
25 #define CS35L34_PWRCTL3 0x08 /* Power Ctl 3 */
26 #define CS35L34_ADSP_CLK_CTL 0x0A /* (ADSP) Clock Ctl */
27 #define CS35L34_MCLK_CTL 0x0B /* Master Clocking Ctl */
28 #define CS35L34_AMP_INP_DRV_CTL 0x14 /* Amp Input Drive Ctl */
29 #define CS35L34_AMP_DIG_VOL_CTL 0x15 /* Amplifier Dig Volume Ctl */
31 #define CS35L34_AMP_ANLG_GAIN_CTL 0x17 /* Amplifier Analog Gain Ctl */
32 #define CS35L34_PROTECT_CTL 0x18 /* Amp Gain - Prot Ctl Param */
33 #define CS35L34_AMP_KEEP_ALIVE_CTL 0x1A /* Amplifier Keep Alive Ctl */
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c30 /* Local defines to distinguish between extension and control CTL's */
39 #define CTL(_tpower, _flag) ((_tpower) | ((_flag) << 6)) macro
284 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
285 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
286 { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 1) } },
288 { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0) } },
289 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
290 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
292 { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0) } },
293 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c30 /* Local defines to distinguish between extension and control CTL's */
39 #define CTL(_tpower, _flag) ((_tpower) | ((_flag) << 6)) macro
284 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
285 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
286 { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 1) } },
288 { { CTL(60, 1), CTL(60, 0), CTL(60, 0), CTL(60, 0) } },
289 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
290 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
292 { { CTL(60, 0), CTL(60, 1), CTL(60, 1), CTL(60, 0) } },
293 { { CTL(60, 0), CTL(60, 1), CTL(60, 0), CTL(60, 0) } },
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dimx.rst248 media-ctl -V "'ipu1_csi0_mux':2[fmt:UYVY2X8/1280x960]"
249 media-ctl -V "'ipu1_csi0':0[crop:(0,0)/640x480]"
250 media-ctl -V "'ipu1_csi0':0[compose:(0,0)/320x240]"
266 media-ctl -V "'ipu1_csi0':0[fmt:UYVY2X8/640x480@1/60]"
267 media-ctl -V "'ipu1_csi0':2[fmt:UYVY2X8/640x480@1/30]"
442 media-ctl -l "'ov5642 1-0042':0 -> 'ipu1_csi0_mux':1[1]"
443 media-ctl -l "'ipu1_csi0_mux':2 -> 'ipu1_csi0':0[1]"
444 media-ctl -l "'ipu1_csi0':2 -> 'ipu1_csi0 capture':0[1]"
446 media-ctl -l "'ov5640 1-0040':0 -> 'imx6-mipi-csi2':0[1]"
447 media-ctl -l "'imx6-mipi-csi2':2 -> 'ipu1_csi1':0[1]"
[all …]
/kernel/linux/linux-4.19/sound/pci/oxygen/
Doxygen_mixer.c28 static int dac_volume_info(struct snd_kcontrol *ctl, in dac_volume_info() argument
31 struct oxygen *chip = ctl->private_data; in dac_volume_info()
40 static int dac_volume_get(struct snd_kcontrol *ctl, in dac_volume_get() argument
43 struct oxygen *chip = ctl->private_data; in dac_volume_get()
53 static int dac_volume_put(struct snd_kcontrol *ctl, in dac_volume_put() argument
56 struct oxygen *chip = ctl->private_data; in dac_volume_put()
73 static int dac_mute_get(struct snd_kcontrol *ctl, in dac_mute_get() argument
76 struct oxygen *chip = ctl->private_data; in dac_mute_get()
84 static int dac_mute_put(struct snd_kcontrol *ctl, in dac_mute_put() argument
87 struct oxygen *chip = ctl->private_data; in dac_mute_put()
[all …]

12345678910>>...63