Home
last modified time | relevance | path

Searched refs:get_channel (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/staging/most/cdev/
Dcdev.c66 static struct comp_channel *get_channel(struct most_interface *iface, int id) in get_channel() function
336 c = get_channel(iface, channel_id); in comp_disconnect_channel()
370 c = get_channel(mbo->ifp, mbo->hdm_channel_id); in comp_rx_completion()
409 c = get_channel(iface, channel_id); in comp_tx_completion()
439 c = get_channel(iface, channel_id); in comp_probe()
/Linux-v4.19/drivers/staging/most/sound/
Dsound.c157 static struct channel *get_channel(struct most_interface *iface, in get_channel() function
574 if (get_channel(iface, channel_id)) { in audio_probe_channel()
651 channel = get_channel(iface, channel_id); in audio_disconnect_channel()
675 struct channel *channel = get_channel(mbo->ifp, mbo->hdm_channel_id); in audio_rx_completion()
708 struct channel *channel = get_channel(iface, channel_id); in audio_tx_completion()
/Linux-v4.19/sound/core/seq/
Dseq_midi_emul.c472 get_channel(unsigned char cmd) in get_channel() function
542 int p = get_channel(buf[5]); in sysex()
553 int p = get_channel(buf[5]); in sysex()
/Linux-v4.19/drivers/staging/most/
Dcore.c665 static struct most_channel *get_channel(char *mdev, char *mdev_ch) in get_channel() function
755 c = get_channel(mdev, mdev_ch); in add_link_store()
794 c = get_channel(mdev, mdev_ch); in remove_link_store()
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c950 .get_channel = qtnf_get_channel,
/Linux-v4.19/net/wireless/
Dwext-compat.c812 if (!rdev->ops->get_channel) in cfg80211_wext_giwfreq()
Drdev-ops.h928 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, chandef); in rdev_get_channel()
Dreg.c2088 if (!rdev->ops->get_channel || in reg_wdev_chan_valid()
Dnl80211.c2820 if (rdev->ops->get_channel) { in nl80211_send_iface()
/Linux-v4.19/include/net/
Dcfg80211.h3351 int (*get_channel)(struct wiphy *wiphy, member
/Linux-v4.19/net/mac80211/
Dcfg.c3890 .get_channel = ieee80211_cfg_get_channel,
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c4185 .get_channel = mwifiex_cfg80211_get_channel,
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c5180 .get_channel = brcmf_cfg80211_get_channel,