Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/aim-cdev/
Dcdev.c54 static struct aim_channel *get_channel(struct most_interface *iface, int id) in get_channel() function
327 channel = get_channel(iface, channel_id); in aim_disconnect_channel()
364 channel = get_channel(mbo->ifp, mbo->hdm_channel_id); in aim_rx_completion()
397 channel = get_channel(iface, channel_id); in aim_tx_completion()
431 channel = get_channel(iface, channel_id); in aim_probe()
/linux-4.4.14/drivers/staging/most/aim-sound/
Dsound.c163 static struct channel *get_channel(struct most_interface *iface, in get_channel() function
582 if (get_channel(iface, channel_id)) { in audio_probe_channel()
659 channel = get_channel(iface, channel_id); in audio_disconnect_channel()
683 struct channel *channel = get_channel(mbo->ifp, mbo->hdm_channel_id); in audio_rx_completion()
716 struct channel *channel = get_channel(iface, channel_id); in audio_tx_completion()
/linux-4.4.14/sound/core/seq/
Dseq_midi_emul.c470 get_channel(unsigned char cmd) in get_channel() function
540 int p = get_channel(buf[5]); in sysex()
551 int p = get_channel(buf[5]); in sysex()
/linux-4.4.14/net/wireless/
Drdev-ops.h857 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, chandef); in rdev_get_channel()
Dwext-compat.c833 if (!rdev->ops->get_channel) in cfg80211_wext_giwfreq()
Dreg.c1636 if (!rdev->ops->get_channel || in reg_wdev_chan_valid()
Dnl80211.c2408 if (rdev->ops->get_channel) { in nl80211_send_iface()
/linux-4.4.14/include/net/
Dcfg80211.h2708 int (*get_channel)(struct wiphy *wiphy, member
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dcfg80211.c3698 .get_channel = mwifiex_cfg80211_get_channel,
/linux-4.4.14/net/mac80211/
Dcfg.c3880 .get_channel = ieee80211_cfg_get_channel,