Lines Matching defs:filled
156 * \return count of filled descriptors
196 * \param info pointer to a snd_rawmidi_info_t structure to be filled
207 * \param params pointer to a snd_rawmidi_params_t structure to be filled
218 * \param params pointer to a snd_rawmidi_params_t structure to be filled
229 * \param status pointer to a snd_rawmidi_status_t structure to be filled
484 * \param info pointer to a snd_ump_endpoint_info_t structure to be filled
709 size_t *filled)
714 *filled = 0;
723 *filled = expand_sysex_data(ump, buf, maxlen, bytes, 8);
729 size_t *filled)
734 *filled = 0;
745 *filled = expand_sysex_data(ump, buf, maxlen, bytes - 1, 0);
755 * \param filled the size of filled sysex bytes on the buffer
759 size_t *filled)
763 return expand_sysex7(ump, buf, maxlen, filled);
765 return expand_sysex8(ump, buf, maxlen, filled);