Home
last modified time | relevance | path

Searched refs:hpi_ctl (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/asihpi/
H A Dasihpi.c1362 struct hpi_control *hpi_ctl, in ctl_add()
1367 snd_control->name = hpi_ctl->name; in ctl_add()
1368 snd_control->private_value = hpi_ctl->h_control; in ctl_add()
1372 if (hpi_ctl->src_node_type + HPI_SOURCENODE_NONE == HPI_SOURCENODE_CLOCK_SOURCE)
1374 else if (hpi_ctl->dst_node_type + HPI_DESTNODE_NONE == HPI_DESTNODE_ISTREAM) in asihpi_ctl_init() argument
1376 else if ((hpi_ctl->src_node_type + HPI_SOURCENODE_NONE != HPI_SOURCENODE_OSTREAM) && in asihpi_ctl_init()
1377 (!hpi_ctl->dst_node_type)) in asihpi_ctl_init()
1379 else if (hpi_ctl->src_node_type && in asihpi_ctl_init()
1380 (hpi_ctl->src_node_type + HPI_SOURCENODE_NONE != HPI_SOURCENODE_OSTREAM) && in asihpi_ctl_init()
1381 (hpi_ctl in asihpi_ctl_init()
1514 snd_asihpi_volume_add(struct snd_card_asihpi * asihpi,struct hpi_control * hpi_ctl) snd_asihpi_volume_add() argument
1610 snd_asihpi_level_add(struct snd_card_asihpi * asihpi,struct hpi_control * hpi_ctl) snd_asihpi_level_add() argument
1721 snd_asihpi_aesebu_rx_add(struct snd_card_asihpi * asihpi,struct hpi_control * hpi_ctl) snd_asihpi_aesebu_rx_add() argument
1759 snd_asihpi_aesebu_tx_add(struct snd_card_asihpi * asihpi,struct hpi_control * hpi_ctl) snd_asihpi_aesebu_tx_add() argument
1991 snd_asihpi_tuner_add(struct snd_card_asihpi * asihpi,struct hpi_control * hpi_ctl) snd_asihpi_tuner_add() argument
2095 snd_asihpi_meter_add(struct snd_card_asihpi * asihpi,struct hpi_control * hpi_ctl,int subidx) snd_asihpi_meter_add() argument
2117 struct hpi_control hpi_ctl; snd_card_asihpi_mux_count_sources() local
2207 snd_asihpi_mux_add(struct snd_card_asihpi * asihpi,struct hpi_control * hpi_ctl) snd_asihpi_mux_add() argument
2286 snd_asihpi_cmode_add(struct snd_card_asihpi * asihpi,struct hpi_control * hpi_ctl) snd_asihpi_cmode_add() argument
2460 snd_asihpi_sampleclock_add(struct snd_card_asihpi * asihpi,struct hpi_control * hpi_ctl) snd_asihpi_sampleclock_add() argument
2546 struct hpi_control hpi_ctl, prev_ctl; snd_card_asihpi_mixer_new() local
[all...]
/linux/arch/alpha/include/asm/
H A Derr_ev7.h128 u64 hpi_ctl; member
/linux/arch/alpha/kernel/
H A Derr_marvel.c846 io->hpi_ctl = io7->csrs->HPI_CTL.csr; in marvel_find_io7_with_error()