most_interface 37 drivers/staging/most/cdev/cdev.c struct most_interface *iface; most_interface 66 drivers/staging/most/cdev/cdev.c static struct comp_channel *get_channel(struct most_interface *iface, int id) most_interface 327 drivers/staging/most/cdev/cdev.c static int comp_disconnect_channel(struct most_interface *iface, int channel_id) most_interface 396 drivers/staging/most/cdev/cdev.c static int comp_tx_completion(struct most_interface *iface, int channel_id) most_interface 427 drivers/staging/most/cdev/cdev.c static int comp_probe(struct most_interface *iface, int channel_id, most_interface 58 drivers/staging/most/core.c struct most_interface *iface; most_interface 405 drivers/staging/most/core.c struct most_interface *iface = to_most_interface(dev); most_interface 414 drivers/staging/most/core.c struct most_interface *iface = to_most_interface(dev); most_interface 479 drivers/staging/most/core.c struct most_interface *iface = to_most_interface(dev); most_interface 573 drivers/staging/most/core.c struct most_interface *iface; most_interface 1038 drivers/staging/most/core.c int channel_has_mbo(struct most_interface *iface, int id, most_interface 1069 drivers/staging/most/core.c struct mbo *most_get_mbo(struct most_interface *iface, int id, most_interface 1175 drivers/staging/most/core.c int most_start_channel(struct most_interface *iface, int id, most_interface 1245 drivers/staging/most/core.c int most_stop_channel(struct most_interface *iface, int id, most_interface 1318 drivers/staging/most/core.c struct most_interface *iface; most_interface 1369 drivers/staging/most/core.c int most_register_interface(struct most_interface *iface) most_interface 1477 drivers/staging/most/core.c void most_deregister_interface(struct most_interface *iface) most_interface 1515 drivers/staging/most/core.c void most_stop_enqueue(struct most_interface *iface, int id) most_interface 1536 drivers/staging/most/core.c void most_resume_enqueue(struct most_interface *iface, int id) most_interface 180 drivers/staging/most/core.h struct most_interface *ifp; most_interface 241 drivers/staging/most/core.h int (*configure)(struct most_interface *iface, int channel_idx, most_interface 243 drivers/staging/most/core.h int (*enqueue)(struct most_interface *iface, int channel_idx, most_interface 245 drivers/staging/most/core.h int (*poison_channel)(struct most_interface *iface, int channel_idx); most_interface 246 drivers/staging/most/core.h void (*request_netinfo)(struct most_interface *iface, int channel_idx, most_interface 247 drivers/staging/most/core.h void (*on_netinfo)(struct most_interface *iface, most_interface 254 drivers/staging/most/core.h #define to_most_interface(d) container_of(d, struct most_interface, dev) most_interface 268 drivers/staging/most/core.h int (*probe_channel)(struct most_interface *iface, int channel_idx, most_interface 271 drivers/staging/most/core.h int (*disconnect_channel)(struct most_interface *iface, most_interface 274 drivers/staging/most/core.h int (*tx_completion)(struct most_interface *iface, int channel_idx); most_interface 287 drivers/staging/most/core.h int most_register_interface(struct most_interface *iface); most_interface 293 drivers/staging/most/core.h void most_deregister_interface(struct most_interface *iface); most_interface 301 drivers/staging/most/core.h void most_stop_enqueue(struct most_interface *iface, int channel_idx); most_interface 311 drivers/staging/most/core.h void most_resume_enqueue(struct most_interface *iface, int channel_idx); most_interface 314 drivers/staging/most/core.h struct mbo *most_get_mbo(struct most_interface *iface, int channel_idx, most_interface 317 drivers/staging/most/core.h int channel_has_mbo(struct most_interface *iface, int channel_idx, most_interface 319 drivers/staging/most/core.h int most_start_channel(struct most_interface *iface, int channel_idx, most_interface 321 drivers/staging/most/core.h int most_stop_channel(struct most_interface *iface, int channel_idx, most_interface 89 drivers/staging/most/dim2/dim2.c struct most_interface most_iface; most_interface 102 drivers/staging/most/dim2/dim2.c void (*on_netinfo)(struct most_interface *most_iface, most_interface 439 drivers/staging/most/dim2/dim2.c static int configure_channel(struct most_interface *most_iface, int ch_idx, most_interface 557 drivers/staging/most/dim2/dim2.c static int enqueue(struct most_interface *most_iface, int ch_idx, most_interface 589 drivers/staging/most/dim2/dim2.c static void request_netinfo(struct most_interface *most_iface, int ch_idx, most_interface 590 drivers/staging/most/dim2/dim2.c void (*on_netinfo)(struct most_interface *, most_interface 631 drivers/staging/most/dim2/dim2.c static int poison_channel(struct most_interface *most_iface, int ch_idx) most_interface 36 drivers/staging/most/i2c/i2c.c struct most_interface most_iface; most_interface 64 drivers/staging/most/i2c/i2c.c static int configure_channel(struct most_interface *most_iface, most_interface 120 drivers/staging/most/i2c/i2c.c static int enqueue(struct most_interface *most_iface, most_interface 165 drivers/staging/most/i2c/i2c.c static int poison_channel(struct most_interface *most_iface, most_interface 62 drivers/staging/most/net/net.c struct most_interface *iface; most_interface 183 drivers/staging/most/net/net.c static void on_netinfo(struct most_interface *iface, most_interface 280 drivers/staging/most/net/net.c static struct net_dev_context *get_net_dev(struct most_interface *iface) most_interface 290 drivers/staging/most/net/net.c static struct net_dev_context *get_net_dev_hold(struct most_interface *iface) most_interface 305 drivers/staging/most/net/net.c static int comp_probe_channel(struct most_interface *iface, int channel_idx, most_interface 362 drivers/staging/most/net/net.c static int comp_disconnect_channel(struct most_interface *iface, most_interface 409 drivers/staging/most/net/net.c static int comp_resume_tx_channel(struct most_interface *iface, most_interface 546 drivers/staging/most/net/net.c static void on_netinfo(struct most_interface *iface, most_interface 45 drivers/staging/most/sound/sound.c struct most_interface *iface; most_interface 62 drivers/staging/most/sound/sound.c struct most_interface *iface; most_interface 169 drivers/staging/most/sound/sound.c static struct channel *get_channel(struct most_interface *iface, most_interface 573 drivers/staging/most/sound/sound.c static int audio_probe_channel(struct most_interface *iface, int channel_id, most_interface 703 drivers/staging/most/sound/sound.c static int audio_disconnect_channel(struct most_interface *iface, most_interface 766 drivers/staging/most/sound/sound.c static int audio_tx_completion(struct most_interface *iface, int channel_id) most_interface 105 drivers/staging/most/usb/usb.c struct most_interface iface; most_interface 120 drivers/staging/most/usb/usb.c void (*on_netinfo)(struct most_interface *most_iface, most_interface 228 drivers/staging/most/usb/usb.c static int hdm_poison_channel(struct most_interface *iface, int channel) most_interface 550 drivers/staging/most/usb/usb.c static int hdm_enqueue(struct most_interface *iface, int channel, most_interface 662 drivers/staging/most/usb/usb.c static int hdm_configure_channel(struct most_interface *iface, int channel, most_interface 741 drivers/staging/most/usb/usb.c static void hdm_request_netinfo(struct most_interface *iface, int channel, most_interface 742 drivers/staging/most/usb/usb.c void (*on_netinfo)(struct most_interface *, most_interface 31 drivers/staging/most/video/video.c struct most_interface *iface; most_interface 370 drivers/staging/most/video/video.c struct most_interface *iface, int channel_idx) most_interface 451 drivers/staging/most/video/video.c static int comp_probe_channel(struct most_interface *iface, int channel_idx, most_interface 510 drivers/staging/most/video/video.c static int comp_disconnect_channel(struct most_interface *iface,