Searched defs:snd_fw_async_midi_port (Results 1 – 1 of 1) sorted by relevance
47 struct snd_fw_async_midi_port { struct48 struct fw_device *parent;49 struct work_struct work;50 bool idling;51 ktime_t next_ktime;52 bool error;54 struct fw_transaction transaction;56 u8 buf[4];57 u8 running_status;58 bool on_sysex;[all …]