Searched refs:pchannel (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/ca0106/
H A Dca0106_main.c1285 struct snd_ca0106_channel *pchannel; snd_ca0106_interrupt() local
1300 pchannel = &(chip->playback_channels[i]); snd_ca0106_interrupt()
1303 if(pchannel->use) { snd_ca0106_interrupt()
1304 snd_pcm_period_elapsed(pchannel->epcm->substream); snd_ca0106_interrupt()
1309 dev_dbg(emu->card->dev, "channel=%p\n", pchannel); snd_ca0106_interrupt()
1310 dev_dbg(emu->card->dev, "interrupt stat76[%d] = %08x, use=%d, channel=%d\n", i, stat76, pchannel->use, pchannel->number); snd_ca0106_interrupt()
1316 pchannel = &(chip->capture_channels[i]); snd_ca0106_interrupt()
1319 if(pchannel->use) { snd_ca0106_interrupt()
1320 snd_pcm_period_elapsed(pchannel->epcm->substream); snd_ca0106_interrupt()
1325 dev_dbg(emu->card->dev, "channel=%p\n", pchannel); snd_ca0106_interrupt()
1326 dev_dbg(emu->card->dev, "interrupt stat76[%d] = %08x, use=%d, channel=%d\n", i, stat76, pchannel->use, pchannel->number); snd_ca0106_interrupt()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dphy.c1504 u8 *pchannel, u8 *ppower_limit) _rtl8812ae_phy_set_txpower_limit()
1512 if (!_rtl8812ae_get_integer_from_string((char *)pchannel, &channel) || _rtl8812ae_phy_set_txpower_limit()
1501 _rtl8812ae_phy_set_txpower_limit(struct ieee80211_hw *hw, u8 *pregulation, u8 *pband, u8 *pbandwidth, u8 *prate_section, u8 *prf_path, u8 *pchannel, u8 *ppower_limit) _rtl8812ae_phy_set_txpower_limit() argument

Completed in 114 milliseconds