| /Linux-v5.15/include/linux/ | 
| D | most.h | 180 	struct most_interface *ifp; 231 struct most_interface {  struct 241 	int (*configure)(struct most_interface *iface, int channel_idx,  argument 243 	int (*enqueue)(struct most_interface *iface, int channel_idx,  argument 245 	int (*poison_channel)(struct most_interface *iface, int channel_idx);  argument 246 	void (*request_netinfo)(struct most_interface *iface, int channel_idx,  argument 247 				void (*on_netinfo)(struct most_interface *iface, 267 	int (*probe_channel)(struct most_interface *iface, int channel_idx,  argument 270 	int (*disconnect_channel)(struct most_interface *iface, 273 	int (*tx_completion)(struct most_interface *iface, int channel_idx); [all …] 
 | 
| /Linux-v5.15/drivers/staging/most/net/ | 
| D | net.c | 62 	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)  in get_net_dev() 290 static struct net_dev_context *get_net_dev_hold(struct most_interface *iface)  in get_net_dev_hold() 305 static int comp_probe_channel(struct most_interface *iface, int channel_idx,  in comp_probe_channel() 362 static int comp_disconnect_channel(struct most_interface *iface,  in comp_disconnect_channel() 409 static int comp_resume_tx_channel(struct most_interface *iface,  in comp_resume_tx_channel() 546 static void on_netinfo(struct most_interface *iface,  in on_netinfo()
  | 
| /Linux-v5.15/drivers/staging/most/i2c/ | 
| D | i2c.c | 35 	struct most_interface most_iface; 63 static int configure_channel(struct most_interface *most_iface,  in configure_channel() 119 static int enqueue(struct most_interface *most_iface,  in enqueue() 164 static int poison_channel(struct most_interface *most_iface,  in poison_channel()
  | 
| /Linux-v5.15/drivers/most/ | 
| D | core.c | 49 	struct most_interface *iface; 396 	struct most_interface *iface = dev_get_drvdata(dev);  in description_show() 405 	struct most_interface *iface = dev_get_drvdata(dev);  in interface_show() 470 	struct most_interface *iface = dev_get_drvdata(dev);  in print_links() 535 	struct most_interface *iface;  in get_channel() 953 int channel_has_mbo(struct most_interface *iface, int id,  in channel_has_mbo() 984 struct mbo *most_get_mbo(struct most_interface *iface, int id,  in most_get_mbo() 1090 int most_start_channel(struct most_interface *iface, int id,  in most_start_channel() 1160 int most_stop_channel(struct most_interface *iface, int id,  in most_stop_channel() 1232 	struct most_interface *iface;  in disconnect_channels() [all …] 
 | 
| D | most_snd.c | 45 	struct most_interface *iface; 60 	struct most_interface *iface; 159 static struct channel *get_channel(struct most_interface *iface,  in get_channel() 511 static int audio_probe_channel(struct most_interface *iface, int channel_id,  in audio_probe_channel() 638 static int audio_disconnect_channel(struct most_interface *iface,  in audio_disconnect_channel() 691 static int audio_tx_completion(struct most_interface *iface, int channel_id)  in audio_tx_completion()
  | 
| D | most_cdev.c | 36 	struct most_interface *iface; 65 static struct comp_channel *get_channel(struct most_interface *iface, int id)  in get_channel() 320 static int comp_disconnect_channel(struct most_interface *iface, int channel_id)  in comp_disconnect_channel() 384 static int comp_tx_completion(struct most_interface *iface, int channel_id)  in comp_tx_completion() 412 static int comp_probe(struct most_interface *iface, int channel_id,  in comp_probe()
  | 
| D | most_usb.c | 105 	struct most_interface iface; 120 	void (*on_netinfo)(struct most_interface *most_iface, 235 static int hdm_poison_channel(struct most_interface *iface, int channel)  in hdm_poison_channel() 456 static int hdm_enqueue(struct most_interface *iface, int channel,  in hdm_enqueue() 565 static int hdm_configure_channel(struct most_interface *iface, int channel,  in hdm_configure_channel() 645 static void hdm_request_netinfo(struct most_interface *iface, int channel,  in hdm_request_netinfo() 646 				void (*on_netinfo)(struct most_interface *,  in hdm_request_netinfo()  argument
  | 
| /Linux-v5.15/drivers/staging/most/dim2/ | 
| D | dim2.c | 90 	struct most_interface most_iface; 103 	void (*on_netinfo)(struct most_interface *most_iface, 440 static int configure_channel(struct most_interface *most_iface, int ch_idx,  in configure_channel() 558 static int enqueue(struct most_interface *most_iface, int ch_idx,  in enqueue() 591 static void request_netinfo(struct most_interface *most_iface, int ch_idx,  in request_netinfo() 592 			    void (*on_netinfo)(struct most_interface *,  in request_netinfo()  argument 633 static int poison_channel(struct most_interface *most_iface, int ch_idx)  in poison_channel()
  | 
| /Linux-v5.15/drivers/staging/most/video/ | 
| D | video.c | 30 	struct most_interface *iface; 369 	struct most_interface *iface, int channel_idx)  in get_comp_dev() 450 static int comp_probe_channel(struct most_interface *iface, int channel_idx,  in comp_probe_channel() 509 static int comp_disconnect_channel(struct most_interface *iface,  in comp_disconnect_channel()
  | 
| /Linux-v5.15/drivers/staging/most/Documentation/ | 
| D | driver_usage.txt | 87 device (represented by struct most_interface) in sysfs and processes the
  |