Home
last modified time | relevance | path

Searched refs:pchannel (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/sound/pci/ca0106/
Dca0106_main.c1283 struct snd_ca0106_channel *pchannel; in snd_ca0106_interrupt() local
1298 pchannel = &(chip->playback_channels[i]); in snd_ca0106_interrupt()
1301 if(pchannel->use) { in snd_ca0106_interrupt()
1302 snd_pcm_period_elapsed(pchannel->epcm->substream); in snd_ca0106_interrupt()
1314 pchannel = &(chip->capture_channels[i]); in snd_ca0106_interrupt()
1317 if(pchannel->use) { in snd_ca0106_interrupt()
1318 snd_pcm_period_elapsed(pchannel->epcm->substream); in snd_ca0106_interrupt()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dphy.h130 u8 *pchannel, u8 *ppower_limit);
Dphy.c760 u8 *pchannel, u8 *ppower_limit) in rtl8822be_phy_set_txpower_limit() argument
768 if (!_rtl8822be_get_integer_from_string((char *)pchannel, &channel) || in rtl8822be_phy_set_txpower_limit()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1670 u8 *pchannel, u8 *ppower_limit) in _rtl8812ae_phy_set_txpower_limit() argument
1678 if (!_rtl8812ae_get_integer_from_string((char *)pchannel, &channel) || in _rtl8812ae_phy_set_txpower_limit()
/Linux-v4.19/drivers/staging/rtlwifi/
Dwifi.h2298 u8 *pchannel, u8 *ppower_limit);