Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/asihpi/
Dasihpi.c1413 struct hpi_control *hpi_ctl, in asihpi_ctl_init() argument
1418 snd_control->name = hpi_ctl->name; in asihpi_ctl_init()
1419 snd_control->private_value = hpi_ctl->h_control; in asihpi_ctl_init()
1423 if (hpi_ctl->dst_node_type + HPI_DESTNODE_NONE == HPI_DESTNODE_ISTREAM) in asihpi_ctl_init()
1425 else if ((hpi_ctl->src_node_type + HPI_SOURCENODE_NONE != HPI_SOURCENODE_OSTREAM) && in asihpi_ctl_init()
1426 (!hpi_ctl->dst_node_type)) in asihpi_ctl_init()
1428 else if (hpi_ctl->src_node_type && in asihpi_ctl_init()
1429 (hpi_ctl->src_node_type + HPI_SOURCENODE_NONE != HPI_SOURCENODE_OSTREAM) && in asihpi_ctl_init()
1430 (hpi_ctl->dst_node_type)) in asihpi_ctl_init()
1435 if (hpi_ctl->src_node_type && hpi_ctl->dst_node_type) in asihpi_ctl_init()
[all …]
/linux-2.6.39/arch/alpha/include/asm/
Derr_ev7.h127 u64 hpi_ctl; member
/linux-2.6.39/arch/alpha/kernel/
Derr_marvel.c845 io->hpi_ctl = io7->csrs->HPI_CTL.csr; in marvel_find_io7_with_error()