/linux-4.4.14/drivers/staging/most/mostcore/ |
D | mostcore.h | 192 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 …]
|
D | core.c | 56 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/ |
D | hdm_i2c.c | 51 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/ |
D | networking.c | 67 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()
|
D | networking.h | 19 void most_deliver_netinfo(struct most_interface *iface,
|
/linux-4.4.14/drivers/staging/most/aim-cdev/ |
D | cdev.c | 38 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/ |
D | sound.c | 50 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/ |
D | video.c | 37 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/ |
D | dim2_hdm.c | 100 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/ |
D | hdm_usb.c | 119 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()
|