most_interface
int most_start_channel(struct most_interface *iface, int id,
int most_stop_channel(struct most_interface *iface, int id,
struct most_interface *iface;
int most_register_interface(struct most_interface *iface)
void most_deregister_interface(struct most_interface *iface)
void most_stop_enqueue(struct most_interface *iface, int id)
void most_resume_enqueue(struct most_interface *iface, int id)
struct most_interface *iface = dev_get_drvdata(dev);
struct most_interface *iface = dev_get_drvdata(dev);
struct most_interface *iface = dev_get_drvdata(dev);
struct most_interface *iface;
struct most_interface *iface;
int channel_has_mbo(struct most_interface *iface, int id,
struct mbo *most_get_mbo(struct most_interface *iface, int id,
static int comp_disconnect_channel(struct most_interface *iface, int channel_id)
struct most_interface *iface;
static int comp_tx_completion(struct most_interface *iface, int channel_id)
static int comp_probe(struct most_interface *iface, int channel_id,
static struct comp_channel *get_channel(struct most_interface *iface, int id)
static struct channel *get_channel(struct most_interface *iface,
struct most_interface *iface;
static int audio_probe_channel(struct most_interface *iface, int channel_id,
struct most_interface *iface;
static int audio_disconnect_channel(struct most_interface *iface,
static int audio_tx_completion(struct most_interface *iface, int channel_id)
struct most_interface iface;
void (*on_netinfo)(struct most_interface *most_iface,
static int hdm_poison_channel(struct most_interface *iface, int channel)
static int hdm_enqueue(struct most_interface *iface, int channel,
static int hdm_configure_channel(struct most_interface *iface, int channel,
static void hdm_request_netinfo(struct most_interface *iface, int channel,
void (*on_netinfo)(struct most_interface *,
void (*on_netinfo)(struct most_interface *most_iface,
static inline struct dim2_hdm *iface_to_hdm(struct most_interface *iface)
static int configure_channel(struct most_interface *most_iface, int ch_idx,
static int enqueue(struct most_interface *most_iface, int ch_idx,
static void request_netinfo(struct most_interface *most_iface, int ch_idx,
void (*on_netinfo)(struct most_interface *,
static int poison_channel(struct most_interface *most_iface, int ch_idx)
struct most_interface most_iface;
static void on_netinfo(struct most_interface *iface,
static struct net_dev_context *get_net_dev(struct most_interface *iface)
static struct net_dev_context *get_net_dev_hold(struct most_interface *iface)
static int comp_probe_channel(struct most_interface *iface, int channel_idx,
static int comp_disconnect_channel(struct most_interface *iface,
static int comp_resume_tx_channel(struct most_interface *iface,
static void on_netinfo(struct most_interface *iface,
struct most_interface *iface;
struct most_interface *iface;
static struct most_video_dev *get_comp_dev(struct most_interface *iface, int channel_idx)
static int comp_probe_channel(struct most_interface *iface, int channel_idx,
static int comp_disconnect_channel(struct most_interface *iface,
struct most_interface *ifp;
int (*configure)(struct most_interface *iface, int channel_idx,
int (*enqueue)(struct most_interface *iface, int channel_idx,
int (*poison_channel)(struct most_interface *iface, int channel_idx);
void (*request_netinfo)(struct most_interface *iface, int channel_idx,
void (*on_netinfo)(struct most_interface *iface,
int (*probe_channel)(struct most_interface *iface, int channel_idx,
int (*disconnect_channel)(struct most_interface *iface,
int (*tx_completion)(struct most_interface *iface, int channel_idx);
int most_register_interface(struct most_interface *iface);
void most_deregister_interface(struct most_interface *iface);
void most_stop_enqueue(struct most_interface *iface, int channel_idx);
void most_resume_enqueue(struct most_interface *iface, int channel_idx);
struct mbo *most_get_mbo(struct most_interface *iface, int channel_idx,
int channel_has_mbo(struct most_interface *iface, int channel_idx,
int most_start_channel(struct most_interface *iface, int channel_idx,
int most_stop_channel(struct most_interface *iface, int channel_idx,