Home
last modified time | relevance | path

Searched refs:most_interface (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/staging/most/mostcore/
Dmostcore.h192 struct most_interface *ifp;
239 struct most_interface { struct
245 int (*configure)(struct most_interface *iface, int channel_idx, argument
247 int (*enqueue)(struct most_interface *iface, int channel_idx, argument
249 int (*poison_channel)(struct most_interface *iface, int channel_idx); argument
250 void (*request_netinfo)(struct most_interface *iface, int channel_idx); argument
265 int (*probe_channel)(struct most_interface *iface, int channel_idx, argument
268 int (*disconnect_channel)(struct most_interface *iface,
271 int (*tx_completion)(struct most_interface *iface, int channel_idx);
284 struct kobject *most_register_interface(struct most_interface *iface);
[all …]
Dcore.c56 struct most_interface *iface;
78 struct most_interface *iface;
1370 most_c_obj *get_channel_by_iface(struct most_interface *iface, int id) in get_channel_by_iface()
1390 int channel_has_mbo(struct most_interface *iface, int id) in channel_has_mbo()
1414 struct mbo *most_get_mbo(struct most_interface *iface, int id, in most_get_mbo()
1530 int most_start_channel(struct most_interface *iface, int id, in most_start_channel()
1603 int most_stop_channel(struct most_interface *iface, int id, in most_stop_channel()
1741 struct kobject *most_register_interface(struct most_interface *iface) in most_register_interface()
1834 void most_deregister_interface(struct most_interface *iface) in most_deregister_interface()
1886 void most_stop_enqueue(struct most_interface *iface, int id) in most_stop_enqueue()
[all …]
/linux-4.4.14/drivers/staging/most/hdm-i2c/
Dhdm_i2c.c51 struct most_interface most_iface;
76 static int configure_channel(struct most_interface *most_iface, in configure_channel()
115 static int enqueue(struct most_interface *most_iface, in enqueue()
157 static int poison_channel(struct most_interface *most_iface, in poison_channel()
188 static void request_netinfo(struct most_interface *most_iface, in request_netinfo()
/linux-4.4.14/drivers/staging/most/aim-network/
Dnetworking.c67 struct most_interface *iface;
298 struct most_interface *iface) in get_net_dev_context()
313 static int aim_probe_channel(struct most_interface *iface, int channel_idx, in aim_probe_channel()
375 static int aim_disconnect_channel(struct most_interface *iface, in aim_disconnect_channel()
410 static int aim_resume_tx_channel(struct most_interface *iface, in aim_resume_tx_channel()
537 void most_deliver_netinfo(struct most_interface *iface, in most_deliver_netinfo()
Dnetworking.h19 void most_deliver_netinfo(struct most_interface *iface,
/linux-4.4.14/drivers/staging/most/aim-cdev/
Dcdev.c38 struct most_interface *iface;
54 static struct aim_channel *get_channel(struct most_interface *iface, int id) in get_channel()
317 static int aim_disconnect_channel(struct most_interface *iface, int channel_id) in aim_disconnect_channel()
384 static int aim_tx_completion(struct most_interface *iface, int channel_id) in aim_tx_completion()
418 static int aim_probe(struct most_interface *iface, int channel_id, in aim_probe()
/linux-4.4.14/drivers/staging/most/aim-sound/
Dsound.c50 struct most_interface *iface;
163 static struct channel *get_channel(struct most_interface *iface, in get_channel()
560 static int audio_probe_channel(struct most_interface *iface, int channel_id, in audio_probe_channel()
654 static int audio_disconnect_channel(struct most_interface *iface, in audio_disconnect_channel()
714 static int audio_tx_completion(struct most_interface *iface, int channel_id) in audio_tx_completion()
/linux-4.4.14/drivers/staging/most/aim-v4l2/
Dvideo.c37 struct most_interface *iface;
394 struct most_interface *iface, int channel_idx) in get_aim_dev()
481 static int aim_probe_channel(struct most_interface *iface, int channel_idx, in aim_probe_channel()
543 static int aim_disconnect_channel(struct most_interface *iface, in aim_disconnect_channel()
/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_hdm.c100 struct most_interface most_iface;
519 static int configure_channel(struct most_interface *most_iface, int ch_idx, in configure_channel()
629 static int enqueue(struct most_interface *most_iface, int ch_idx, in enqueue()
661 static void request_netinfo(struct most_interface *most_iface, int ch_idx) in request_netinfo()
697 static int poison_channel(struct most_interface *most_iface, int ch_idx) in poison_channel()
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c119 struct most_interface iface;
276 static int hdm_poison_channel(struct most_interface *iface, int channel) in hdm_poison_channel()
628 static int hdm_enqueue(struct most_interface *iface, int channel, in hdm_enqueue()
728 static int hdm_configure_channel(struct most_interface *iface, int channel, in hdm_configure_channel()
854 static void hdm_request_netinfo(struct most_interface *iface, int channel) in hdm_request_netinfo()