Symbol: most_interface
drivers/most/core.c
1090
int most_start_channel(struct most_interface *iface, int id,
drivers/most/core.c
1160
int most_stop_channel(struct most_interface *iface, int id,
drivers/most/core.c
1232
struct most_interface *iface;
drivers/most/core.c
1279
int most_register_interface(struct most_interface *iface)
drivers/most/core.c
1390
void most_deregister_interface(struct most_interface *iface)
drivers/most/core.c
1425
void most_stop_enqueue(struct most_interface *iface, int id)
drivers/most/core.c
1446
void most_resume_enqueue(struct most_interface *iface, int id)
drivers/most/core.c
396
struct most_interface *iface = dev_get_drvdata(dev);
drivers/most/core.c
405
struct most_interface *iface = dev_get_drvdata(dev);
drivers/most/core.c
470
struct most_interface *iface = dev_get_drvdata(dev);
drivers/most/core.c
49
struct most_interface *iface;
drivers/most/core.c
535
struct most_interface *iface;
drivers/most/core.c
953
int channel_has_mbo(struct most_interface *iface, int id,
drivers/most/core.c
984
struct mbo *most_get_mbo(struct most_interface *iface, int id,
drivers/most/most_cdev.c
320
static int comp_disconnect_channel(struct most_interface *iface, int channel_id)
drivers/most/most_cdev.c
36
struct most_interface *iface;
drivers/most/most_cdev.c
384
static int comp_tx_completion(struct most_interface *iface, int channel_id)
drivers/most/most_cdev.c
413
static int comp_probe(struct most_interface *iface, int channel_id,
drivers/most/most_cdev.c
65
static struct comp_channel *get_channel(struct most_interface *iface, int id)
drivers/most/most_snd.c
161
static struct channel *get_channel(struct most_interface *iface,
drivers/most/most_snd.c
47
struct most_interface *iface;
drivers/most/most_snd.c
513
static int audio_probe_channel(struct most_interface *iface, int channel_id,
drivers/most/most_snd.c
62
struct most_interface *iface;
drivers/most/most_snd.c
640
static int audio_disconnect_channel(struct most_interface *iface,
drivers/most/most_snd.c
693
static int audio_tx_completion(struct most_interface *iface, int channel_id)
drivers/most/most_usb.c
105
struct most_interface iface;
drivers/most/most_usb.c
120
void (*on_netinfo)(struct most_interface *most_iface,
drivers/most/most_usb.c
236
static int hdm_poison_channel(struct most_interface *iface, int channel)
drivers/most/most_usb.c
457
static int hdm_enqueue(struct most_interface *iface, int channel,
drivers/most/most_usb.c
566
static int hdm_configure_channel(struct most_interface *iface, int channel,
drivers/most/most_usb.c
646
static void hdm_request_netinfo(struct most_interface *iface, int channel,
drivers/most/most_usb.c
647
void (*on_netinfo)(struct most_interface *,
drivers/staging/most/dim2/dim2.c
100
void (*on_netinfo)(struct most_interface *most_iface,
drivers/staging/most/dim2/dim2.c
111
static inline struct dim2_hdm *iface_to_hdm(struct most_interface *iface)
drivers/staging/most/dim2/dim2.c
447
static int configure_channel(struct most_interface *most_iface, int ch_idx,
drivers/staging/most/dim2/dim2.c
565
static int enqueue(struct most_interface *most_iface, int ch_idx,
drivers/staging/most/dim2/dim2.c
598
static void request_netinfo(struct most_interface *most_iface, int ch_idx,
drivers/staging/most/dim2/dim2.c
599
void (*on_netinfo)(struct most_interface *,
drivers/staging/most/dim2/dim2.c
640
static int poison_channel(struct most_interface *most_iface, int ch_idx)
drivers/staging/most/dim2/dim2.c
87
struct most_interface most_iface;
drivers/staging/most/net/net.c
183
static void on_netinfo(struct most_interface *iface,
drivers/staging/most/net/net.c
280
static struct net_dev_context *get_net_dev(struct most_interface *iface)
drivers/staging/most/net/net.c
290
static struct net_dev_context *get_net_dev_hold(struct most_interface *iface)
drivers/staging/most/net/net.c
305
static int comp_probe_channel(struct most_interface *iface, int channel_idx,
drivers/staging/most/net/net.c
362
static int comp_disconnect_channel(struct most_interface *iface,
drivers/staging/most/net/net.c
409
static int comp_resume_tx_channel(struct most_interface *iface,
drivers/staging/most/net/net.c
546
static void on_netinfo(struct most_interface *iface,
drivers/staging/most/net/net.c
62
struct most_interface *iface;
drivers/staging/most/video/video.c
30
struct most_interface *iface;
drivers/staging/most/video/video.c
373
static struct most_video_dev *get_comp_dev(struct most_interface *iface, int channel_idx)
drivers/staging/most/video/video.c
454
static int comp_probe_channel(struct most_interface *iface, int channel_idx,
drivers/staging/most/video/video.c
513
static int comp_disconnect_channel(struct most_interface *iface,
include/linux/most.h
180
struct most_interface *ifp;
include/linux/most.h
241
int (*configure)(struct most_interface *iface, int channel_idx,
include/linux/most.h
243
int (*enqueue)(struct most_interface *iface, int channel_idx,
include/linux/most.h
245
int (*poison_channel)(struct most_interface *iface, int channel_idx);
include/linux/most.h
246
void (*request_netinfo)(struct most_interface *iface, int channel_idx,
include/linux/most.h
247
void (*on_netinfo)(struct most_interface *iface,
include/linux/most.h
267
int (*probe_channel)(struct most_interface *iface, int channel_idx,
include/linux/most.h
270
int (*disconnect_channel)(struct most_interface *iface,
include/linux/most.h
273
int (*tx_completion)(struct most_interface *iface, int channel_idx);
include/linux/most.h
286
int most_register_interface(struct most_interface *iface);
include/linux/most.h
292
void most_deregister_interface(struct most_interface *iface);
include/linux/most.h
300
void most_stop_enqueue(struct most_interface *iface, int channel_idx);
include/linux/most.h
310
void most_resume_enqueue(struct most_interface *iface, int channel_idx);
include/linux/most.h
313
struct mbo *most_get_mbo(struct most_interface *iface, int channel_idx,
include/linux/most.h
316
int channel_has_mbo(struct most_interface *iface, int channel_idx,
include/linux/most.h
318
int most_start_channel(struct most_interface *iface, int channel_idx,
include/linux/most.h
320
int most_stop_channel(struct most_interface *iface, int channel_idx,