/Linux-v5.4/drivers/staging/most/ |
D | core.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, 254 #define to_most_interface(d) container_of(d, struct most_interface, dev) argument 268 int (*probe_channel)(struct most_interface *iface, int channel_idx, 271 int (*disconnect_channel)(struct most_interface *iface, [all …]
|
D | core.c | 58 struct most_interface *iface; 405 struct most_interface *iface = to_most_interface(dev); in description_show() 414 struct most_interface *iface = to_most_interface(dev); in interface_show() 479 struct most_interface *iface = to_most_interface(dev); in print_links() 573 struct most_interface *iface; in get_channel() 1038 int channel_has_mbo(struct most_interface *iface, int id, in channel_has_mbo() 1069 struct mbo *most_get_mbo(struct most_interface *iface, int id, in most_get_mbo() 1175 int most_start_channel(struct most_interface *iface, int id, in most_start_channel() 1245 int most_stop_channel(struct most_interface *iface, int id, in most_stop_channel() 1318 struct most_interface *iface; in disconnect_channels() [all …]
|
/Linux-v5.4/drivers/staging/most/net/ |
D | net.c | 62 struct most_interface *iface; 173 static void on_netinfo(struct most_interface *iface, 270 static struct net_dev_context *get_net_dev(struct most_interface *iface) in get_net_dev() 280 static struct net_dev_context *get_net_dev_hold(struct most_interface *iface) in get_net_dev_hold() 295 static int comp_probe_channel(struct most_interface *iface, int channel_idx, in comp_probe_channel() 352 static int comp_disconnect_channel(struct most_interface *iface, in comp_disconnect_channel() 399 static int comp_resume_tx_channel(struct most_interface *iface, in comp_resume_tx_channel() 536 static void on_netinfo(struct most_interface *iface, in on_netinfo()
|
/Linux-v5.4/drivers/staging/most/i2c/ |
D | i2c.c | 36 struct most_interface most_iface; 64 static int configure_channel(struct most_interface *most_iface, in configure_channel() 120 static int enqueue(struct most_interface *most_iface, in enqueue() 165 static int poison_channel(struct most_interface *most_iface, in poison_channel()
|
/Linux-v5.4/drivers/staging/most/sound/ |
D | sound.c | 45 struct most_interface *iface; 62 struct most_interface *iface; 169 static struct channel *get_channel(struct most_interface *iface, in get_channel() 573 static int audio_probe_channel(struct most_interface *iface, int channel_id, in audio_probe_channel() 703 static int audio_disconnect_channel(struct most_interface *iface, in audio_disconnect_channel() 766 static int audio_tx_completion(struct most_interface *iface, int channel_id) in audio_tx_completion()
|
/Linux-v5.4/drivers/staging/most/cdev/ |
D | cdev.c | 37 struct most_interface *iface; 66 static struct comp_channel *get_channel(struct most_interface *iface, int id) in get_channel() 327 static int comp_disconnect_channel(struct most_interface *iface, int channel_id) in comp_disconnect_channel() 396 static int comp_tx_completion(struct most_interface *iface, int channel_id) in comp_tx_completion() 427 static int comp_probe(struct most_interface *iface, int channel_id, in comp_probe()
|
/Linux-v5.4/drivers/staging/most/dim2/ |
D | dim2.c | 89 struct most_interface most_iface; 102 void (*on_netinfo)(struct most_interface *most_iface, 439 static int configure_channel(struct most_interface *most_iface, int ch_idx, in configure_channel() 557 static int enqueue(struct most_interface *most_iface, int ch_idx, in enqueue() 589 static void request_netinfo(struct most_interface *most_iface, int ch_idx, in request_netinfo() 590 void (*on_netinfo)(struct most_interface *, in request_netinfo() argument 631 static int poison_channel(struct most_interface *most_iface, int ch_idx) in poison_channel()
|
/Linux-v5.4/drivers/staging/most/video/ |
D | video.c | 31 struct most_interface *iface; 370 struct most_interface *iface, int channel_idx) in get_comp_dev() 451 static int comp_probe_channel(struct most_interface *iface, int channel_idx, in comp_probe_channel() 510 static int comp_disconnect_channel(struct most_interface *iface, in comp_disconnect_channel()
|
/Linux-v5.4/drivers/staging/most/usb/ |
D | usb.c | 105 struct most_interface iface; 120 void (*on_netinfo)(struct most_interface *most_iface, 228 static int hdm_poison_channel(struct most_interface *iface, int channel) in hdm_poison_channel() 550 static int hdm_enqueue(struct most_interface *iface, int channel, in hdm_enqueue() 662 static int hdm_configure_channel(struct most_interface *iface, int channel, in hdm_configure_channel() 741 static void hdm_request_netinfo(struct most_interface *iface, int channel, in hdm_request_netinfo() 742 void (*on_netinfo)(struct most_interface *, in hdm_request_netinfo() argument
|
/Linux-v5.4/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 87 device (represented by struct most_interface) in sysfs and processes the
|