Lines Matching defs:file_priv
97681 struct file_priv { struct
97682 struct tpm_chip *chip;
97683 struct tpm_space *space;
97684 struct mutex buffer_mutex;
97685 struct timer_list user_read_timer;
97686 struct work_struct timeout_work;
97687 struct work_struct async_work;
97688 wait_queue_head_t async_wait;
97689 ssize_t response_length;
97690 bool response_read;
97691 bool command_enqueued;
97692 u8 data_buffer[4096];