Searched refs:input_size (Results 1 – 5 of 5) sorted by relevance
87 u32 input_size; /* Size of data block (in DSP words). */ member
537 int input_size, blocking; in sg_write() local592 input_size = count - cmd_size; in sg_write()593 mxsize = (input_size > old_hdr.reply_len) ? input_size : old_hdr.reply_len; in sg_write()595 input_size -= SZ_SG_HEADER; in sg_write()596 if (input_size < 0) { in sg_write()605 if (input_size > 0) in sg_write()617 hp->flags = input_size; /* structure abuse ... */ in sg_write()635 input_size, (unsigned int) cmnd[0], in sg_write()
310 static OVERLAY_ATTR(input_size, S_IRUGO, overlay_input_size_show, NULL);
130 input_size width,height (ie. the framebuffer size)
1085 bytes = sm->input_size * chnl_mgr_obj->word_size; in input_chnl()