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