Searched refs:most_interface (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dmost.h180 struct most_interface *ifp;
231 struct most_interface { struct
241 int (*configure)(struct most_interface *iface, int channel_idx,
243 int (*enqueue)(struct most_interface *iface, int channel_idx,
245 int (*poison_channel)(struct most_interface *iface, int channel_idx);
246 void (*request_netinfo)(struct most_interface *iface, int channel_idx,
247 void (*on_netinfo)(struct most_interface *iface,
267 int (*probe_channel)(struct most_interface *iface, int channel_idx,
270 int (*disconnect_channel)(struct most_interface *iface,
273 int (*tx_completion)(struct most_interface *ifac
[all...]
/linux-master/drivers/staging/most/i2c/
H A Di2c.c35 struct most_interface most_iface;
47 static inline struct hdm_i2c *to_hdm(struct most_interface *iface)
66 static int configure_channel(struct most_interface *most_iface,
122 static int enqueue(struct most_interface *most_iface,
167 static int poison_channel(struct most_interface *most_iface,
/linux-master/drivers/staging/most/net/
H A Dnet.c62 struct most_interface *iface;
183 static void on_netinfo(struct most_interface *iface,
280 static struct net_dev_context *get_net_dev(struct most_interface *iface)
290 static struct net_dev_context *get_net_dev_hold(struct most_interface *iface)
305 static int comp_probe_channel(struct most_interface *iface, int channel_idx,
362 static int comp_disconnect_channel(struct most_interface *iface,
409 static int comp_resume_tx_channel(struct most_interface *iface,
546 static void on_netinfo(struct most_interface *iface,
/linux-master/drivers/most/
H A Dcore.c49 struct most_interface *iface;
396 struct most_interface *iface = dev_get_drvdata(dev);
405 struct most_interface *iface = dev_get_drvdata(dev);
470 struct most_interface *iface = dev_get_drvdata(dev);
535 struct most_interface *iface;
953 int channel_has_mbo(struct most_interface *iface, int id,
984 struct mbo *most_get_mbo(struct most_interface *iface, int id,
1090 int most_start_channel(struct most_interface *iface, int id,
1160 int most_stop_channel(struct most_interface *iface, int id,
1232 struct most_interface *ifac
[all...]
H A Dmost_snd.c47 struct most_interface *iface;
62 struct most_interface *iface;
161 static struct channel *get_channel(struct most_interface *iface,
513 static int audio_probe_channel(struct most_interface *iface, int channel_id,
640 static int audio_disconnect_channel(struct most_interface *iface,
693 static int audio_tx_completion(struct most_interface *iface, int channel_id)
H A Dmost_cdev.c36 struct most_interface *iface;
65 static struct comp_channel *get_channel(struct most_interface *iface, int id)
320 static int comp_disconnect_channel(struct most_interface *iface, int channel_id)
384 static int comp_tx_completion(struct most_interface *iface, int channel_id)
413 static int comp_probe(struct most_interface *iface, int channel_id,
H A Dmost_usb.c105 struct most_interface iface;
120 void (*on_netinfo)(struct most_interface *most_iface,
236 static int hdm_poison_channel(struct most_interface *iface, int channel)
457 static int hdm_enqueue(struct most_interface *iface, int channel,
566 static int hdm_configure_channel(struct most_interface *iface, int channel,
646 static void hdm_request_netinfo(struct most_interface *iface, int channel,
647 void (*on_netinfo)(struct most_interface *,
/linux-master/drivers/staging/most/dim2/
H A Ddim2.c87 struct most_interface most_iface;
100 void (*on_netinfo)(struct most_interface *most_iface,
111 static inline struct dim2_hdm *iface_to_hdm(struct most_interface *iface)
445 static int configure_channel(struct most_interface *most_iface, int ch_idx,
563 static int enqueue(struct most_interface *most_iface, int ch_idx,
596 static void request_netinfo(struct most_interface *most_iface, int ch_idx,
597 void (*on_netinfo)(struct most_interface *,
638 static int poison_channel(struct most_interface *most_iface, int ch_idx)
/linux-master/drivers/staging/most/video/
H A Dvideo.c30 struct most_interface *iface;
368 static struct most_video_dev *get_comp_dev(struct most_interface *iface, int channel_idx)
449 static int comp_probe_channel(struct most_interface *iface, int channel_idx,
508 static int comp_disconnect_channel(struct most_interface *iface,

Completed in 189 milliseconds