Home
last modified time | relevance | path

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

/linux/drivers/most/
H A Dmost_cdev.c68 static struct comp_channel *get_channel(struct most_interface *iface, int id) in get_channel() function
327 c = get_channel(iface, channel_id); in comp_disconnect_channel()
361 c = get_channel(mbo->ifp, mbo->hdm_channel_id); in comp_rx_completion()
391 c = get_channel(iface, channel_id); in comp_tx_completion()
427 c = get_channel(iface, channel_id); in comp_probe()
H A Dmost_snd.c161 static struct channel *get_channel(struct most_interface *iface, in get_channel() function
564 if (get_channel(iface, channel_id)) { in audio_probe_channel()
646 channel = get_channel(iface, channel_id); in audio_disconnect_channel()
669 struct channel *channel = get_channel(mbo->ifp, mbo->hdm_channel_id); in audio_rx_completion()
695 struct channel *channel = get_channel(iface, channel_id); in audio_tx_completion()
H A Dcore.c532 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/edac/
H A Dmem_repair.c94 MR_ATTR_SHOW(channel, get_channel, u32, "%u\n")
263 if (ops->get_channel) {
/linux/sound/core/seq/
H A Dseq_midi_emul.c463 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/net/wireless/
H A Dwext-compat.c827 if (!rdev->ops->get_channel) in cfg80211_wext_giwfreq()
H A Drdev-ops.h980 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, link_id, chandef); in rdev_get_channel()
H A Dreg.c2397 if (!rdev->ops->get_channel || in reg_wdev_chan_valid()
H A Dnl80211.c4500 if (rdev->ops->get_channel && !wdev->valid_links) { in nl80211_send_iface()
/linux/drivers/cxl/core/
H A Dedac.c1554 .get_channel = cxl_mem_sparing_get_channel, \
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4621 .get_channel = mwifiex_cfg80211_get_channel,
/linux/net/mac80211/
H A Dcfg.c5843 .get_channel = ieee80211_cfg_get_channel,