Home
last modified time | relevance | path

Searched refs:handle_msg (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/sound/firewire/fireface/
Dff-transaction.c128 static void handle_msg(struct fw_card *card, struct fw_request *request, int tcode, in handle_msg() function
142 ff->spec->protocol->handle_msg(ff, (unsigned int)offset, buf, length, tstamp); in handle_msg()
152 ff->async_handler.address_callback = handle_msg; in allocate_own_address()
Dff.h118 void (*handle_msg)(struct snd_ff *ff, unsigned int offset, const __le32 *buf, member
Dff-protocol-former.c421 .handle_msg = ff800_handle_midi_msg,
725 .handle_msg = ff400_handle_msg,
Dff-protocol-latter.c532 .handle_msg = latter_handle_midi_msg,