Searched defs:slim_stream_runtime (Results 1 – 1 of 1) sorted by relevance
339 struct slim_stream_runtime { struct340 const char *name;341 struct slim_device *dev;342 int direction;343 enum slim_transport_protocol prot;344 unsigned int rate;345 unsigned int bps;346 unsigned int ratem;347 int num_ports;348 struct slim_port *ports;[all …]