Searched defs:file_priv (Results 1 – 1 of 1) sorted by relevance
67088 struct file_priv { struct67089 struct tpm_chip *chip;67090 struct tpm_space *space;67091 struct mutex buffer_mutex;67092 struct timer_list user_read_timer;67093 struct work_struct timeout_work;67094 struct work_struct async_work;67095 wait_queue_head_t async_wait;67096 ssize_t response_length;67097 bool response_read;[all …]