Lines Matching refs:size
74 * If ret is > 0 then tpm_dev_transmit returned the size of the
126 size_t size, loff_t *off)
137 ret_size = min_t(ssize_t, size, priv->response_length);
166 size_t size, loff_t *off)
171 if (size > TPM_BUFSIZE)
186 if (copy_from_user(priv->data_buffer, buf, size)) {
191 if (size < 6 ||
192 size < be32_to_cpu(*((__be32 *)(priv->data_buffer + 2)))) {
203 * the command return the size.
211 return size;
230 ret = size;