Searched refs:input_size (Results 1 – 4 of 4) sorted by relevance
87 u32 input_size; /* Size of data block (in DSP words). */ member
562 int input_size, blocking; in sg_write() local617 input_size = count - cmd_size; in sg_write()618 mxsize = (input_size > old_hdr.reply_len) ? input_size : old_hdr.reply_len; in sg_write()620 input_size -= SZ_SG_HEADER; in sg_write()621 if (input_size < 0) { in sg_write()630 if (input_size > 0) in sg_write()642 hp->flags = input_size; /* structure abuse ... */ in sg_write()661 input_size, (unsigned int) cmnd[0], in sg_write()
375 static OVERLAY_ATTR(input_size, S_IRUGO, overlay_input_size_show, NULL);
1051 bytes = sm->input_size * chnl_mgr_obj->word_size; in input_chnl()