Searched refs:get_channel (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/most/aim-cdev/ |
H A D | cdev.c | 54 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 D | sound.c | 154 * 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 D | seq_midi_emul.c | 470 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 D | rdev-ops.h | 857 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, chandef); rdev_get_channel()
|
H A D | wext-compat.c | 833 if (!rdev->ops->get_channel) cfg80211_wext_giwfreq()
|
H A D | reg.c | 1636 if (!rdev->ops->get_channel || reg_wdev_chan_valid()
|
H A D | nl80211.c | 2408 if (rdev->ops->get_channel) { nl80211_send_iface()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | cfg80211.c | 3698 .get_channel = mwifiex_cfg80211_get_channel,
|
/linux-4.4.14/net/mac80211/ |
H A D | cfg.c | 3880 .get_channel = ieee80211_cfg_get_channel,
|
/linux-4.4.14/include/net/ |
H A D | cfg80211.h | 2434 * @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