Home
last modified time | relevance | path

Searched refs:msg_parser_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/firewire/fireface/
H A Dff.c99 if (ff->spec->protocol->msg_parser_size > 0) { in snd_ff_probe()
100 ff->msg_parser = kzalloc(ff->spec->protocol->msg_parser_size, GFP_KERNEL); in snd_ff_probe()
H A Dff.h115 size_t msg_parser_size; member
H A Dff-protocol-former.c722 .msg_parser_size = sizeof(struct ff400_msg_parser),