Searched refs:hpi_ctl (Results 1 – 3 of 3) sorted by relevance
1438 struct hpi_control *hpi_ctl, in asihpi_ctl_init() argument1443 snd_control->name = hpi_ctl->name; in asihpi_ctl_init()1444 snd_control->private_value = hpi_ctl->h_control; in asihpi_ctl_init()1448 if (hpi_ctl->src_node_type + HPI_SOURCENODE_NONE == HPI_SOURCENODE_CLOCK_SOURCE) in asihpi_ctl_init()1450 else if (hpi_ctl->dst_node_type + HPI_DESTNODE_NONE == HPI_DESTNODE_ISTREAM) in asihpi_ctl_init()1452 else if ((hpi_ctl->src_node_type + HPI_SOURCENODE_NONE != HPI_SOURCENODE_OSTREAM) && in asihpi_ctl_init()1453 (!hpi_ctl->dst_node_type)) in asihpi_ctl_init()1455 else if (hpi_ctl->src_node_type && in asihpi_ctl_init()1456 (hpi_ctl->src_node_type + HPI_SOURCENODE_NONE != HPI_SOURCENODE_OSTREAM) && in asihpi_ctl_init()1457 (hpi_ctl->dst_node_type)) in asihpi_ctl_init()[all …]
128 u64 hpi_ctl; member
846 io->hpi_ctl = io7->csrs->HPI_CTL.csr; in marvel_find_io7_with_error()