Searched refs:get_channel (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/staging/most/cdev/ |
D | cdev.c | 66 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/ |
D | sound.c | 157 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/ |
D | seq_midi_emul.c | 472 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/ |
D | core.c | 665 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/ |
D | cfg80211.c | 950 .get_channel = qtnf_get_channel,
|
/Linux-v4.19/net/wireless/ |
D | wext-compat.c | 812 if (!rdev->ops->get_channel) in cfg80211_wext_giwfreq()
|
D | rdev-ops.h | 928 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, chandef); in rdev_get_channel()
|
D | reg.c | 2088 if (!rdev->ops->get_channel || in reg_wdev_chan_valid()
|
D | nl80211.c | 2820 if (rdev->ops->get_channel) { in nl80211_send_iface()
|
/Linux-v4.19/include/net/ |
D | cfg80211.h | 3351 int (*get_channel)(struct wiphy *wiphy, member
|
/Linux-v4.19/net/mac80211/ |
D | cfg.c | 3890 .get_channel = ieee80211_cfg_get_channel,
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 4185 .get_channel = mwifiex_cfg80211_get_channel,
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 5180 .get_channel = brcmf_cfg80211_get_channel,
|