Searched refs:pchannel (Results 1 – 2 of 2) sorted by relevance
1201 struct snd_ca0106_channel *pchannel; in snd_ca0106_interrupt() local1216 pchannel = &(chip->playback_channels[i]); in snd_ca0106_interrupt()1219 if(pchannel->use) { in snd_ca0106_interrupt()1220 snd_pcm_period_elapsed(pchannel->epcm->substream); in snd_ca0106_interrupt()1232 pchannel = &(chip->capture_channels[i]); in snd_ca0106_interrupt()1235 if(pchannel->use) { in snd_ca0106_interrupt()1236 snd_pcm_period_elapsed(pchannel->epcm->substream); in snd_ca0106_interrupt()
1643 const char *pchannel, const char *ppower_limit) in _rtl8812ae_phy_set_txpower_limit() argument1651 if (!_rtl8812ae_get_integer_from_string(pchannel, &channel) || in _rtl8812ae_phy_set_txpower_limit()