Searched refs:get_channel (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/most/ |
A D | most_cdev.c | 65 static struct comp_channel *get_channel(struct most_interface *iface, int id) in get_channel() function 324 c = get_channel(iface, channel_id); in comp_disconnect_channel() 358 c = get_channel(mbo->ifp, mbo->hdm_channel_id); in comp_rx_completion() 388 c = get_channel(iface, channel_id); in comp_tx_completion() 423 c = get_channel(iface, channel_id); in comp_probe()
|
A D | most_snd.c | 159 static struct channel *get_channel(struct most_interface *iface, in get_channel() function 562 if (get_channel(iface, channel_id)) { in audio_probe_channel() 644 channel = get_channel(iface, channel_id); in audio_disconnect_channel() 667 struct channel *channel = get_channel(mbo->ifp, mbo->hdm_channel_id); in audio_rx_completion() 693 struct channel *channel = get_channel(iface, channel_id); in audio_tx_completion()
|
A D | core.c | 532 static struct most_channel *get_channel(char *mdev, char *mdev_ch) in get_channel() function 578 struct most_channel *c = get_channel(mdev, mdev_ch); in most_set_cfg_buffer_size() 588 struct most_channel *c = get_channel(mdev, mdev_ch); in most_set_cfg_subbuffer_size() 598 struct most_channel *c = get_channel(mdev, mdev_ch); in most_set_cfg_dbr_size() 608 struct most_channel *c = get_channel(mdev, mdev_ch); in most_set_cfg_num_buffers() 619 struct most_channel *c = get_channel(mdev, mdev_ch); in most_set_cfg_datatype() 637 struct most_channel *c = get_channel(mdev, mdev_ch); in most_set_cfg_direction() 658 struct most_channel *c = get_channel(mdev, mdev_ch); in most_set_cfg_packets_xact() 680 struct most_channel *c = get_channel(mdev, mdev_ch); in most_add_link() 697 c = get_channel(mdev, mdev_ch); in most_remove_link()
|
/linux/drivers/char/ipmi/ |
A D | kcs_bmc_aspeed.c | 132 int (*get_channel)(struct platform_device *pdev); member 592 channel = ops->get_channel(pdev); in aspeed_kcs_probe() 682 .get_channel = aspeed_kcs_of_v1_get_channel, 687 .get_channel = aspeed_kcs_of_v2_get_channel,
|
/linux/sound/core/seq/ |
A D | seq_midi_emul.c | 463 get_channel(unsigned char cmd) in get_channel() function 533 int p = get_channel(buf[5]); in sysex() 544 int p = get_channel(buf[5]); in sysex()
|
/linux/drivers/net/wireless/quantenna/qtnfmac/ |
A D | cfg80211.c | 1023 .get_channel = qtnf_get_channel,
|
/linux/net/wireless/ |
A D | wext-compat.c | 863 if (!rdev->ops->get_channel) { in cfg80211_wext_giwfreq()
|
A D | rdev-ops.h | 952 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, chandef); in rdev_get_channel()
|
A D | reg.c | 2389 if (!rdev->ops->get_channel || in reg_wdev_chan_valid()
|
A D | nl80211.c | 3641 if (rdev->ops->get_channel) { in nl80211_send_iface()
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
A D | ioctl_cfg80211.c | 2878 .get_channel = cfg80211_rtw_get_channel,
|
/linux/include/net/ |
A D | cfg80211.h | 4297 int (*get_channel)(struct wiphy *wiphy, member
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | cfg80211.c | 4260 .get_channel = mwifiex_cfg80211_get_channel,
|
/linux/net/mac80211/ |
A D | cfg.c | 4469 .get_channel = ieee80211_cfg_get_channel,
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | cfg80211.c | 5566 .get_channel = brcmf_cfg80211_get_channel,
|
Completed in 134 milliseconds