Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/ca0106/
H A Dca0106_main.c1218 struct snd_ca0106_channel *pchannel; in snd_ca0106_interrupt() local
1233 pchannel = &(chip->playback_channels[i]); in snd_ca0106_interrupt()
1236 if(pchannel->use) { in snd_ca0106_interrupt()
1237 snd_pcm_period_elapsed(pchannel->epcm->substream); in snd_ca0106_interrupt()
1242 dev_dbg(emu->card->dev, "channel=%p\n", pchannel); in snd_ca0106_interrupt()
1243 dev_dbg(emu->card->dev, "interrupt stat76[%d] = %08x, use=%d, channel=%d\n", i, stat76, pchannel->use, pchannel->number); in snd_ca0106_interrupt()
1249 pchannel = &(chip->capture_channels[i]); in snd_ca0106_interrupt()
1252 if(pchannel->use) { in snd_ca0106_interrupt()
1253 snd_pcm_period_elapsed(pchannel in snd_ca0106_interrupt()
[all...]
/kernel/linux/linux-6.6/sound/pci/ca0106/
H A Dca0106_main.c1201 struct snd_ca0106_channel *pchannel; in snd_ca0106_interrupt() local
1216 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()
1225 dev_dbg(emu->card->dev, "channel=%p\n", pchannel); in snd_ca0106_interrupt()
1226 dev_dbg(emu->card->dev, "interrupt stat76[%d] = %08x, use=%d, channel=%d\n", i, stat76, pchannel->use, pchannel->number); 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 in snd_ca0106_interrupt()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1633 const char *pchannel, const char *ppower_limit) in _rtl8812ae_phy_set_txpower_limit()
1641 if (!_rtl8812ae_get_integer_from_string(pchannel, &channel) || in _rtl8812ae_phy_set_txpower_limit()
1629 _rtl8812ae_phy_set_txpower_limit(struct ieee80211_hw *hw, const char *pregulation, const char *pband, const char *pbandwidth, const char *prate_section, const char *prf_path, const char *pchannel, const char *ppower_limit) _rtl8812ae_phy_set_txpower_limit() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1632 const char *pchannel, const char *ppower_limit) in _rtl8812ae_phy_set_txpower_limit()
1640 if (!_rtl8812ae_get_integer_from_string(pchannel, &channel) || in _rtl8812ae_phy_set_txpower_limit()
1628 _rtl8812ae_phy_set_txpower_limit(struct ieee80211_hw *hw, const char *pregulation, const char *pband, const char *pbandwidth, const char *prate_section, const char *prf_path, const char *pchannel, const char *ppower_limit) _rtl8812ae_phy_set_txpower_limit() argument

Completed in 17 milliseconds