Lines Matching defs:size
75 * If ret is > 0 then tpm_dev_transmit returned the size of the
127 size_t size, loff_t *off)
138 ret_size = min_t(ssize_t, size, priv->response_length);
167 size_t size, loff_t *off)
172 if (size > TPM_BUFSIZE)
187 if (copy_from_user(priv->data_buffer, buf, size)) {
192 if (size < 6 ||
193 size < be32_to_cpu(*((__be32 *)(priv->data_buffer + 2)))) {
204 * the command return the size.
212 return size;
231 ret = size;