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

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

Completed in 497 milliseconds