Lines Matching defs:motu
3 // motu-command-dsp-message-parser.c - a part of driver for MOTU FireWire series
17 #include "motu.h"
36 int snd_motu_command_dsp_message_parser_new(struct snd_motu *motu)
40 parser = devm_kzalloc(&motu->card->card_dev, sizeof(*parser), GFP_KERNEL);
44 motu->message_parser = parser;
49 int snd_motu_command_dsp_message_parser_init(struct snd_motu *motu, enum cip_sfc sfc)
51 struct msg_parser *parser = motu->message_parser;
86 struct snd_motu *motu = container_of(s, struct snd_motu, tx_stream);
88 struct msg_parser *parser = motu->message_parser;
175 void snd_motu_command_dsp_message_parser_copy_meter(struct snd_motu *motu,
178 struct msg_parser *parser = motu->message_parser;