Searched defs:slim_stream_runtime (Results 1 – 1 of 1) sorted by relevance
333 struct slim_stream_runtime { struct334 const char *name;335 struct slim_device *dev;336 int direction;337 enum slim_transport_protocol prot;338 unsigned int rate;339 unsigned int bps;340 unsigned int ratem;341 int num_ports;342 struct slim_port *ports;[all …]