Searched refs:handle_midi_msg (Results 1 – 4 of 4) sorted by relevance
/sound/firewire/fireface/ |
D | ff-transaction.c | 128 static void handle_midi_msg(struct fw_card *card, struct fw_request *request, in handle_midi_msg() function 139 ff->spec->protocol->handle_midi_msg(ff, (unsigned int)offset, buf, in handle_midi_msg() 149 ff->async_handler.address_callback = handle_midi_msg; in allocate_own_address()
|
D | ff.h | 113 void (*handle_midi_msg)(struct snd_ff *ff, unsigned int offset, member
|
D | ff-protocol-former.c | 423 .handle_midi_msg = ff800_handle_midi_msg, 597 .handle_midi_msg = ff400_handle_midi_msg,
|
D | ff-protocol-latter.c | 534 .handle_midi_msg = latter_handle_midi_msg,
|