Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/fireface/
H A 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()
H A Dff.h118 void (*handle_msg)(struct snd_ff *ff, unsigned int offset, const __le32 *buf, member
H A Dff-protocol-former.c421 .handle_msg = ff800_handle_midi_msg,
725 .handle_msg = ff400_handle_msg,
H A Dff-protocol-latter.c532 .handle_msg = latter_handle_midi_msg,
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c285 static void handle_msg(IPMIBmcExtern *ibe) in handle_msg() function
328 handle_msg(ibe); in receive()